amizilla-cvs Mailing List for AmiZilla (Page 4)
Brought to you by:
maxlarsson
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(41) |
Jul
(50) |
Aug
(3) |
Sep
(3) |
Oct
(106) |
Nov
(9) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeff S. <jsh...@us...> - 2004-10-11 20:51:42
|
Update of /cvsroot/amizilla/amizilla/ipc/ipcd/shared/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28734/ipcd/shared/src Modified Files: Makefile.in Log Message: AmigaOS build rules Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/ipc/ipcd/shared/src/Makefile.in,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** Makefile.in 29 Jun 2004 10:13:19 -0000 1.1.1.2 --- Makefile.in 11 Oct 2004 20:51:19 -0000 1.2 *************** *** 63,65 **** --- 63,71 ---- ipcm.cpp + + ifeq ($(OS_ARCH), AmigaOS) + # HELP!!, There are baserel and non-baserel sources which use this directory + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:50:40
|
Update of /cvsroot/amizilla/amizilla/ipc/ipcd/daemon/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28566/ipcd/daemon/src Modified Files: ipcdUnix.cpp Log Message: amigaos -> XP_AMIGAOS Index: ipcdUnix.cpp =================================================================== RCS file: /cvsroot/amizilla/amizilla/ipc/ipcd/daemon/src/ipcdUnix.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ipcdUnix.cpp 25 Jun 2004 12:25:56 -0000 1.2 --- ipcdUnix.cpp 11 Oct 2004 20:50:29 -0000 1.3 *************** *** 60,64 **** #include "ipcd.h" ! #ifdef XP_UNIX void IPC_Sleep(int seconds) --- 60,64 ---- #include "ipcd.h" ! #if defined(XP_UNIX) void IPC_Sleep(int seconds) *************** *** 108,112 **** // descriptor is closed. // ! #ifndef amigaos struct flock lock; lock.l_type = F_WRLCK; --- 108,112 ---- // descriptor is closed. // ! #ifndef XP_AMIGAOS struct flock lock; lock.l_type = F_WRLCK; *************** *** 195,199 **** int ipcClientCount = 0; ! #ifdef XP_UNIX // // the first element of this array is always zero; this is done so that the --- 195,199 ---- int ipcClientCount = 0; ! #if defined(XP_UNIX) // // the first element of this array is always zero; this is done so that the *************** *** 358,362 **** IPC_PlatformSendMsg(ipcClient *client, ipcMessage *msg) { ! #ifdef XP_UNIX LOG(("IPC_PlatformSendMsg\n")); --- 358,362 ---- IPC_PlatformSendMsg(ipcClient *client, ipcMessage *msg) { ! #if defined(XP_UNIX) LOG(("IPC_PlatformSendMsg\n")); |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:50:25
|
Update of /cvsroot/amizilla/amizilla/ipc/ipcd/daemon/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28430/ipcd/daemon/src Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/ipc/ipcd/daemon/src/Makefile.in,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** Makefile.in 29 Jun 2004 10:13:14 -0000 1.1.1.2 --- Makefile.in 11 Oct 2004 20:50:10 -0000 1.2 *************** *** 73,76 **** --- 73,80 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/config.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:49:46
|
Update of /cvsroot/amizilla/amizilla/intl/unicharutil/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28299/unicharutil/tests Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/intl/unicharutil/tests/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 11:36:43 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:49:25 -0000 1.2 *************** *** 42,45 **** --- 42,49 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:48:08
|
Update of /cvsroot/amizilla/amizilla/intl/lwbrk/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27956/lwbrk/tests Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/intl/lwbrk/tests/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 11:34:29 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:47:53 -0000 1.2 *************** *** 36,39 **** --- 36,43 ---- LIBS = $(XPCOM_LIBS) $(NSPR_LIBS) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:48:06
|
Update of /cvsroot/amizilla/amizilla/intl/uconv/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27956/uconv/tests Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/intl/uconv/tests/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 11:34:35 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:47:54 -0000 1.2 *************** *** 46,49 **** --- 46,53 ---- SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX)) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:48:06
|
Update of /cvsroot/amizilla/amizilla/intl/strres/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27956/strres/tests Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/intl/strres/tests/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 11:36:37 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:47:54 -0000 1.2 *************** *** 51,54 **** --- 51,58 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:47:23
|
Update of /cvsroot/amizilla/amizilla/intl/locale/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27759 Modified Files: nsLocaleConstructors.h Log Message: AmigaOS defines. Index: nsLocaleConstructors.h =================================================================== RCS file: /cvsroot/amizilla/amizilla/intl/locale/src/nsLocaleConstructors.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** nsLocaleConstructors.h 29 Jun 2004 10:22:25 -0000 1.1.1.2 --- nsLocaleConstructors.h 11 Oct 2004 20:47:03 -0000 1.2 *************** *** 55,59 **** #endif ! #if (defined(XP_UNIX) && !defined(XP_MACOSX)) || defined(XP_BEOS) #define USE_UNIX_LOCALE #endif --- 55,59 ---- #endif ! #if (defined(XP_UNIX) && !defined(XP_MACOSX)) || defined(XP_BEOS) || defined(XP_AMIGAOS) #define USE_UNIX_LOCALE #endif |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:46:57
|
Update of /cvsroot/amizilla/amizilla/htmlparser/tests/outsinks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27621/outsinks Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/htmlparser/tests/outsinks/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 14:25:24 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:46:34 -0000 1.2 *************** *** 67,70 **** --- 67,74 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:46:56
|
Update of /cvsroot/amizilla/amizilla/htmlparser/tests/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27621/html Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/htmlparser/tests/html/Makefile.in,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** Makefile.in 29 Jun 2004 13:02:01 -0000 1.1.1.2 --- Makefile.in 11 Oct 2004 20:46:33 -0000 1.2 *************** *** 43,46 **** --- 43,50 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:46:54
|
Update of /cvsroot/amizilla/amizilla/htmlparser/tests/grabpage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27621/grabpage Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/htmlparser/tests/grabpage/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 14:25:24 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:46:32 -0000 1.2 *************** *** 41,44 **** --- 41,48 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:46:15
|
Update of /cvsroot/amizilla/amizilla/gfx/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27491 Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/gfx/tests/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 11:33:27 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:45:44 -0000 1.2 *************** *** 50,53 **** --- 50,57 ---- $(NULL) + ifeq ($(OS_ARCH), AmigaOS) + FORCE_NO_PIC=1 + endif + include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:43:47
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libssldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26972 Modified Files: Makefile Log Message: AmigaOS build rules Index: Makefile =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libssldap/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 22 Jun 2003 14:22:40 -0000 1.1.1.1 --- Makefile 11 Oct 2004 20:43:37 -0000 1.2 *************** *** 93,96 **** --- 93,105 ---- ifeq ($(OS_ARCH), WINNT) + ifdef NS_USE_GCC + EXTRA_DLL_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME) -l$(PRLDAP_LIBNAME) \ + -l$(NSS_LIBNAME) + ifeq ($(NSS_DYNAMIC_SOFTOKN),1) + EXTRA_DLL_LIBS += -l$(SOFTOKN_LIBNAME) + endif + EXTRA_DLL_LIBS += -l$(SSL_LIBNAME) \ + -l$(PLC_BASENAME) -l$(PLDS_BASENAME) -l$(NSPR_BASENAME) + else EXTRA_LIBS =wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib \ comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib \ *************** *** 107,110 **** --- 116,120 ---- EXTRA_LIBS += $(dist_libdir)/$(SSL_LIBNAME).lib endif + endif ifeq ($(OS_ARCH),OS2) |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:43:28
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libprldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26907 Modified Files: ldappr-error.c Log Message: AmigaOS defines. Index: ldappr-error.c =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ldappr-error.c 22 Jun 2003 14:22:39 -0000 1.1.1.1 --- ldappr-error.c 11 Oct 2004 20:43:13 -0000 1.2 *************** *** 209,217 **** #endif ! #if defined(BSDI) || defined(OPENBSD) || defined (NETBSD) #define ENOTSUP -1 #endif ! #if defined(OSF1) || defined(BSDI) || defined(VMS) || defined(OPENBSD) #define EOVERFLOW -1 #endif --- 209,217 ---- #endif ! #if defined(BSDI) || defined(OPENBSD) || defined (NETBSD) || defined(XP_AMIGAOS) #define ENOTSUP -1 #endif ! #if defined(OSF1) || defined(BSDI) || defined(VMS) || defined(OPENBSD) || defined(XP_AMIGAOS) #define EOVERFLOW -1 #endif *************** *** 223,226 **** --- 223,230 ---- #endif + #if defined(XP_AMIGAOS) + #define EDEADLOCK EDEADLK + #endif + /* XXX: need to verify that the -1 entries are correct (no mapping) */ static struct prldap_errormap_entry prldap_errormap[] = { |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:42:56
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libprldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26774 Modified Files: Makefile.in Log Message: AmigaOS build rules Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libprldap/Makefile.in,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** Makefile.in 29 Jun 2004 12:14:50 -0000 1.1.1.2 --- Makefile.in 11 Oct 2004 20:42:46 -0000 1.2 *************** *** 155,158 **** --- 155,163 ---- endif + ifeq ($(OS_ARCH), AmigaOS) + EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME) + EXTRA_LIBS += -L$(dist_libdir) $(DYNAMICNSPR) + endif + OBJDEST = $(OBJDIR_NAME) *************** *** 242,243 **** --- 247,253 ---- $(INSTALL) -m 444 $(DLLPRLDAP) $(dist_bindir) endif + ifeq ($(OS_ARCH), AmigaOS) + $(INSTALL) -m 444 lib$(PRLDAP_LIBNAME)_ixlibrary.a $(dist_libdir) + $(INSTALL) -m 444 $(PRLDAP_LIBNAME).x $(dist_libdir) + endif + |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:42:30
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26680 Modified Files: os-ip.c regex.c Log Message: AmigaOS defines. Index: os-ip.c =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap/os-ip.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** os-ip.c 22 Jun 2003 14:22:55 -0000 1.1.1.1 --- os-ip.c 11 Oct 2004 20:42:20 -0000 1.2 *************** *** 263,267 **** int n, error; int len; ! #if defined(_WINDOWS) || defined(XP_OS2) int nonblock = 1; int block = 0; --- 263,267 ---- int n, error; int len; ! #if defined(_WINDOWS) || defined(XP_OS2) || defined(XP_AMIGAOS) int nonblock = 1; int block = 0; *************** *** 285,289 **** #ifdef _WINDOWS ioctlsocket(sockfd, FIONBIO, &nonblock); ! #elif defined(XP_OS2) ioctl( sockfd, FIONBIO, &nonblock, sizeof(nonblock) ); #else --- 285,289 ---- #ifdef _WINDOWS ioctlsocket(sockfd, FIONBIO, &nonblock); ! #elif defined(XP_OS2) || defined(XP_AMIGAOS) ioctl( sockfd, FIONBIO, &nonblock, sizeof(nonblock) ); #else *************** *** 414,418 **** #ifdef _WINDOWS ioctlsocket(sockfd, FIONBIO, &block); ! #elif defined(XP_OS2) ioctl( sockfd, FIONBIO, &nonblock, sizeof(block) ); #else --- 414,418 ---- #ifdef _WINDOWS ioctlsocket(sockfd, FIONBIO, &block); ! #elif defined(XP_OS2) || defined(XP_AMIGAOS) ioctl( sockfd, FIONBIO, &nonblock, sizeof(block) ); #else *************** *** 1155,1159 **** if ( tblsize == 0 ) { ! #if defined(_WINDOWS) || defined(XP_OS2) tblsize = FOPEN_MAX; /* ANSI spec. */ #else --- 1155,1159 ---- if ( tblsize == 0 ) { ! #if defined(_WINDOWS) || defined(XP_OS2) || defined(XP_AMIGAOS) tblsize = FOPEN_MAX; /* ANSI spec. */ #else Index: regex.c =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap/regex.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** regex.c 22 Jun 2003 14:22:44 -0000 1.1.1.1 --- regex.c 11 Oct 2004 20:42:20 -0000 1.2 *************** *** 21,25 **** */ #include "ldap-int.h" ! #if defined( macintosh ) || defined( DOS ) || defined( _WINDOWS ) || defined( NEED_BSDREGEX ) || defined( XP_OS2) #include "regex.h" --- 21,25 ---- */ #include "ldap-int.h" ! #if defined( macintosh ) || defined( DOS ) || defined( _WINDOWS ) || defined( NEED_BSDREGEX ) || defined( XP_OS2) || defined(XP_AMIGAOS) #include "regex.h" *************** *** 253,257 **** char * LDAP_CALL ! re_comp( char *pat ) { register REGEXCHAR *p; /* pattern pointer */ --- 253,257 ---- char * LDAP_CALL ! re_comp( const char *pat ) { register REGEXCHAR *p; /* pattern pointer */ *************** *** 499,503 **** int LDAP_CALL ! re_exec( char *lp ) { register REGEXCHAR c; --- 499,503 ---- int LDAP_CALL ! re_exec( const char *lp ) { register REGEXCHAR c; |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:42:07
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26598 Modified Files: ldap-int.h Log Message: AmigaOS defines Index: ldap-int.h =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap/ldap-int.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ldap-int.h 22 Jun 2003 14:22:49 -0000 1.1.1.1 --- ldap-int.h 11 Oct 2004 20:41:51 -0000 1.2 *************** *** 48,52 **** #endif # include <netdb.h> ! #if !defined(hpux) && !defined(SUNOS4) && !defined(XP_BEOS) # include <sys/select.h> #endif /* !defined(hpux) and others */ --- 48,52 ---- #endif # include <netdb.h> ! #if !defined(hpux) && !defined(SUNOS4) && !defined(XP_BEOS) && !defined(amiga) # include <sys/select.h> #endif /* !defined(hpux) and others */ *************** *** 89,93 **** #if !defined(_WINDOWS) && !defined(macintosh) && !defined(BSDI) && \ !defined(XP_OS2) && !defined(XP_BEOS) && !defined(NTO) && \ ! !defined(DARWIN) #define NSLDAPI_HAVE_POLL 1 #endif --- 89,93 ---- #if !defined(_WINDOWS) && !defined(macintosh) && !defined(BSDI) && \ !defined(XP_OS2) && !defined(XP_BEOS) && !defined(NTO) && \ ! !defined(DARWIN) && !defined(amiga) #define NSLDAPI_HAVE_POLL 1 #endif |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:41:34
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26519 Modified Files: Makefile.in Log Message: AmigaOS build rules. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap/Makefile.in,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** Makefile.in 29 Jun 2004 12:15:49 -0000 1.1.1.2 --- Makefile.in 11 Oct 2004 20:41:20 -0000 1.2 *************** *** 173,176 **** --- 173,180 ---- endif + ifeq ($(OS_ARCH), AmigaOS) + EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lsocket + endif + ifeq ($(OS_ARCH), WINNT) ifdef NS_USE_GCC *************** *** 287,291 **** -$(RM) $(SO_FILES_TO_REMOVE) endif ! ifneq (,$(filter AIX Linux HP-UX Darwin BeOS QNX NetBSD OSF1 OpenBSD, $(OS_ARCH))) $(LINK_LIB) ../liblber/$(OBJDIR_NAME)/*.a else --- 291,295 ---- -$(RM) $(SO_FILES_TO_REMOVE) endif ! ifneq (,$(filter AIX Linux HP-UX Darwin BeOS QNX NetBSD OSF1 OpenBSD AmigaOS, $(OS_ARCH))) $(LINK_LIB) ../liblber/$(OBJDIR_NAME)/*.a else *************** *** 332,334 **** --- 336,343 ---- $(INSTALL) -m 444 $(DLLLDAP) $(dist_libdir) endif + ifeq ($(OS_ARCH), AmigaOS) + $(INSTALL) -m 444 lib$(LDAP_LIBNAME)_ixlibrary.a $(dist_libdir) + $(INSTALL) -m 444 $(LDAP_LIBNAME).x $(dist_libdir) + endif + $(INSTALL) -m 444 $(ETCFILES) $(ETCDIR) |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:40:48
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26311 Modified Files: regex.h Log Message: Prototypes differ in AmigaOS header files. Index: regex.h =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/include/regex.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** regex.h 22 Jun 2003 14:23:05 -0000 1.1.1.1 --- regex.h 11 Oct 2004 20:40:18 -0000 1.2 *************** *** 21,25 **** */ ! #if defined( macintosh ) || defined( DOS ) || defined( _WINDOWS ) || defined( NEED_BSDREGEX ) || defined( XP_OS2 ) /* * Copyright (c) 1993 Regents of the University of Michigan. --- 21,25 ---- */ ! #if defined( macintosh ) || defined( DOS ) || defined( _WINDOWS ) || defined( NEED_BSDREGEX ) || defined( XP_OS2 ) || defined(XP_AMIGAOS) /* * Copyright (c) 1993 Regents of the University of Michigan. *************** *** 59,66 **** void re_lock( void ); int re_unlock( void ); ! char * LDAP_CALL re_comp( char *pat ); ! int LDAP_CALL re_exec( char *lp ); void LDAP_CALL re_modw( char *s ); ! int LDAP_CALL re_subs( char *src, char *dst ); #else /* NEEDPROTOS */ int re_init(); --- 59,66 ---- void re_lock( void ); int re_unlock( void ); ! char * LDAP_CALL re_comp( const char *pat ); ! int LDAP_CALL re_exec( const char *lp ); void LDAP_CALL re_modw( char *s ); ! int LDAP_CALL re_subs(char *src, char *dst ); #else /* NEEDPROTOS */ int re_init(); |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:39:57
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26147 Modified Files: portable.h Log Message: AmigaOS defines. Index: portable.h =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/include/portable.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** portable.h 29 Jun 2004 12:17:07 -0000 1.1.1.2 --- portable.h 11 Oct 2004 20:39:45 -0000 1.2 *************** *** 166,170 **** */ #if !defined(WINSOCK) && !defined(_WINDOWS) && !defined(macintosh) && !defined(XP_OS2) ! #if defined(hpux) || defined(LINUX) || defined(SUNOS4) || defined(XP_BEOS) #include <sys/time.h> #else --- 166,170 ---- */ #if !defined(WINSOCK) && !defined(_WINDOWS) && !defined(macintosh) && !defined(XP_OS2) ! #if defined(hpux) || defined(LINUX) || defined(SUNOS4) || defined(XP_BEOS) || defined(amiga) #include <sys/time.h> #else *************** *** 279,283 **** defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \ defined(FREEBSD) || defined(OPENBSD) || \ ! (defined(AIX) && !defined(USE_REENTRANT_LIBC)) #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) #elif defined(AIX) --- 279,283 ---- defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \ defined(FREEBSD) || defined(OPENBSD) || \ ! (defined(AIX) && !defined(USE_REENTRANT_LIBC)) || defined(amiga) #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) #elif defined(AIX) *************** *** 304,308 **** defined(SCOOS) || defined(BSDI) || defined(NCR) || \ defined(NEC) || ( defined(HPUX10) && !defined(_REENTRANT)) || \ ! (defined(AIX) && !defined(USE_REENTRANT_LIBC)) #define NSLDAPI_CTIME( c, b, l ) ctime( c ) #elif defined(HPUX10) && defined(_REENTRANT) && !defined(HPUX11) --- 304,308 ---- defined(SCOOS) || defined(BSDI) || defined(NCR) || \ defined(NEC) || ( defined(HPUX10) && !defined(_REENTRANT)) || \ ! (defined(AIX) && !defined(USE_REENTRANT_LIBC)) || defined(amiga) #define NSLDAPI_CTIME( c, b, l ) ctime( c ) #elif defined(HPUX10) && defined(_REENTRANT) && !defined(HPUX11) *************** *** 321,325 **** #if defined(hpux9) || defined(LINUX1_2) || defined(SUNOS4) || defined(SNI) || \ defined(SCOOS) || defined(BSDI) || defined(NCR) || defined(VMS) || \ ! defined(NEC) || defined(LINUX) || (defined(AIX) && !defined(USE_REENTRANT_LIBC)) #define STRTOK( s1, s2, l ) strtok( s1, s2 ) #else --- 321,325 ---- #if defined(hpux9) || defined(LINUX1_2) || defined(SUNOS4) || defined(SNI) || \ defined(SCOOS) || defined(BSDI) || defined(NCR) || defined(VMS) || \ ! defined(NEC) || defined(LINUX) || (defined(AIX) && !defined(USE_REENTRANT_LIBC)) || defined(amiga) #define STRTOK( s1, s2, l ) strtok( s1, s2 ) #else |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:39:31
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25990 Modified Files: Makefile.in Log Message: AmigaOS build rules/defines. Index: Makefile.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/build/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in 22 Jun 2003 14:22:37 -0000 1.1.1.1 --- Makefile.in 11 Oct 2004 20:39:19 -0000 1.2 *************** *** 31,34 **** --- 31,37 ---- PROGRAM = dirver$(PROG_SUFFIX) + ifeq ($(OS_ARCH), AmigaOS) + DSO_CFLAGS= + endif include $(topsrcdir)/config/rules.mk |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:38:43
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25765 Modified Files: now.c Log Message: AmigaOS defines Index: now.c =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/config/now.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** now.c 22 Jun 2003 14:23:12 -0000 1.1.1.1 --- now.c 11 Oct 2004 20:38:28 -0000 1.2 *************** *** 38,42 **** #if defined(VMS) #include <sys/timeb.h> ! #elif defined(XP_UNIX) || defined(XP_OS2_EMX) || defined(XP_BEOS) #include <sys/time.h> #elif defined(WIN32) || defined(XP_OS2_VACPP) --- 38,42 ---- #if defined(VMS) #include <sys/timeb.h> ! #elif defined(XP_UNIX) || defined(XP_OS2_EMX) || defined(XP_BEOS) ||defined(XP_AMIGAOS) #include <sys/time.h> #elif defined(WIN32) || defined(XP_OS2_VACPP) |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:38:09
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25618 Modified Files: configure.in configure Log Message: AmigaOS build rules. Index: configure =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/configure,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** configure 29 Jun 2004 12:14:08 -0000 1.1.1.2 --- configure 11 Oct 2004 20:37:58 -0000 1.2 *************** *** 2848,2851 **** --- 2848,2852 ---- solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;; mingw*) OS_ARCH=WINNT ;; + amigaos*) OS_ARCH=AmigaOS OS_RELEASE=3.1;; esac else *************** *** 3021,3035 **** ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6 ! echo "configure:3024: checking for sys/atomic_op.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 3029 "configure" #include "confdefs.h" #include <sys/atomic_op.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:3034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 3022,3036 ---- ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6 ! echo "configure:3025: checking for sys/atomic_op.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 3030 "configure" #include "confdefs.h" #include <sys/atomic_op.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:3035: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** *** 3189,3193 **** MKSHLIB='$(CCC) $(DSO_LDOPTS) -o $@' echo $ac_n "checking for gethostbyaddr in -lbind""... $ac_c" 1>&6 ! echo "configure:3192: checking for gethostbyaddr in -lbind" >&5 ac_lib_var=`echo bind'_'gethostbyaddr | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3190,3194 ---- MKSHLIB='$(CCC) $(DSO_LDOPTS) -o $@' echo $ac_n "checking for gethostbyaddr in -lbind""... $ac_c" 1>&6 ! echo "configure:3193: checking for gethostbyaddr in -lbind" >&5 ac_lib_var=`echo bind'_'gethostbyaddr | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** *** 3197,3201 **** LIBS="-lbind $LIBS" cat > conftest.$ac_ext <<EOF ! #line 3200 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ --- 3198,3202 ---- LIBS="-lbind $LIBS" cat > conftest.$ac_ext <<EOF ! #line 3201 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ *************** *** 3208,3212 **** ; return 0; } EOF ! if { (eval echo configure:3211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3209,3213 ---- ; return 0; } EOF ! if { (eval echo configure:3212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** *** 4342,4346 **** MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' DSO_CFLAGS= ! DSO_LDOPTS='-Zomf -Zdll' _OPTIMIZE_FLAGS="-O2 -s" _DEBUG_FLAGS="-g -fno-inline" --- 4343,4348 ---- MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' DSO_CFLAGS= ! DSO_LDOPTS='-Zmap -Zomf -Zdll' ! LDFLAGS='-Zmap' _OPTIMIZE_FLAGS="-O2 -s" _DEBUG_FLAGS="-g -fno-inline" *************** *** 4424,4438 **** ac_safe=`echo "machine/builtins.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for machine/builtins.h""... $ac_c" 1>&6 ! echo "configure:4427: checking for machine/builtins.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 4432 "configure" #include "confdefs.h" #include <machine/builtins.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:4437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 4426,4440 ---- ac_safe=`echo "machine/builtins.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for machine/builtins.h""... $ac_c" 1>&6 ! echo "configure:4429: checking for machine/builtins.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 4434 "configure" #include "confdefs.h" #include <machine/builtins.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:4439: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** *** 4820,4823 **** --- 4822,4835 ---- ;; + *-amigaos) + cat >> confdefs.h <<\EOF + #define XP_AMIGAOS 1 + EOF + + MKSHLIB='a2ixlibrary -32 -o $@' + DSO_CFLAGS=-"m68020 -fbaserel32 -malways-restore-a4 -Uerrno" + LDFLAGS="-noixemul" + DLL_SUFFIX=ixlibrary + ;; *) cat >> confdefs.h <<\EOF *************** *** 4832,4841 **** echo $ac_n "checking for dlopen""... $ac_c" 1>&6 ! echo "configure:4835: checking for dlopen" >&5 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 4840 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, --- 4844,4853 ---- echo $ac_n "checking for dlopen""... $ac_c" 1>&6 ! echo "configure:4847: checking for dlopen" >&5 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 4852 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, *************** *** 4860,4864 **** ; return 0; } EOF ! if { (eval echo configure:4863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_dlopen=yes" --- 4872,4876 ---- ; return 0; } EOF ! if { (eval echo configure:4875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_dlopen=yes" *************** *** 4879,4883 **** echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 ! echo "configure:4882: checking for dlopen in -ldl" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 4891,4895 ---- echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 ! echo "configure:4894: checking for dlopen in -ldl" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** *** 4887,4891 **** LIBS="-ldl $LIBS" cat > conftest.$ac_ext <<EOF ! #line 4890 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ --- 4899,4903 ---- LIBS="-ldl $LIBS" cat > conftest.$ac_ext <<EOF ! #line 4902 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ *************** *** 4898,4902 **** ; return 0; } EOF ! if { (eval echo configure:4901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 4910,4914 ---- ; return 0; } EOF ! if { (eval echo configure:4913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** *** 4926,4930 **** if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 ! echo "configure:4929: checking whether ${CC-cc} needs -traditional" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 4938,4942 ---- if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 ! echo "configure:4941: checking whether ${CC-cc} needs -traditional" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** *** 4932,4936 **** ac_pattern="Autoconf.*'x'" cat > conftest.$ac_ext <<EOF ! #line 4935 "configure" #include "confdefs.h" #include <sgtty.h> --- 4944,4948 ---- ac_pattern="Autoconf.*'x'" cat > conftest.$ac_ext <<EOF ! #line 4947 "configure" #include "confdefs.h" #include <sgtty.h> *************** *** 4950,4954 **** if test $ac_cv_prog_gcc_traditional = no; then cat > conftest.$ac_ext <<EOF ! #line 4953 "configure" #include "confdefs.h" #include <termio.h> --- 4962,4966 ---- if test $ac_cv_prog_gcc_traditional = no; then cat > conftest.$ac_ext <<EOF ! #line 4965 "configure" #include "confdefs.h" #include <termio.h> *************** *** 4974,4983 **** do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 ! echo "configure:4977: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 4982 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, --- 4986,4995 ---- do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 ! echo "configure:4989: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 4994 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, *************** *** 5002,5006 **** ; return 0; } EOF ! if { (eval echo configure:5005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" --- 5014,5018 ---- ; return 0; } EOF ! if { (eval echo configure:5017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" *************** *** 5040,5044 **** echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 ! echo "configure:5043: checking for pthread_create in -lpthreads" >&5 echo " #include <pthread.h> --- 5052,5056 ---- echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 ! echo "configure:5055: checking for pthread_create in -lpthreads" >&5 echo " #include <pthread.h> *************** *** 5062,5066 **** echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 ! echo "configure:5065: checking for pthread_create in -lpthread" >&5 echo " #include <pthread.h> --- 5074,5078 ---- echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 ! echo "configure:5077: checking for pthread_create in -lpthread" >&5 echo " #include <pthread.h> *************** *** 5084,5088 **** echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 ! echo "configure:5087: checking for pthread_create in -lc_r" >&5 echo " #include <pthread.h> --- 5096,5100 ---- echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 ! echo "configure:5099: checking for pthread_create in -lc_r" >&5 echo " #include <pthread.h> *************** *** 5106,5110 **** echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6 ! echo "configure:5109: checking for pthread_create in -lc" >&5 echo " #include <pthread.h> --- 5118,5122 ---- echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6 ! echo "configure:5121: checking for pthread_create in -lc" >&5 echo " #include <pthread.h> *************** *** 5256,5260 **** ac_cv_have_dash_pthread=no echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6 ! echo "configure:5259: checking whether ${CC-cc} accepts -pthread" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1 --- 5268,5272 ---- ac_cv_have_dash_pthread=no echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6 ! echo "configure:5271: checking whether ${CC-cc} accepts -pthread" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1 *************** *** 5272,5276 **** if test "$ac_cv_have_dash_pthread" = "no"; then echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6 ! echo "configure:5275: checking whether ${CC-cc} accepts -pthreads" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1 --- 5284,5288 ---- if test "$ac_cv_have_dash_pthread" = "no"; then echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6 ! echo "configure:5287: checking whether ${CC-cc} accepts -pthreads" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1 Index: configure.in =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/configure.in,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** configure.in 29 Jun 2004 12:14:15 -0000 1.1.1.2 --- configure.in 11 Oct 2004 20:37:58 -0000 1.2 *************** *** 529,532 **** --- 529,533 ---- solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;; mingw*) OS_ARCH=WINNT ;; + amigaos*) OS_ARCH=AmigaOS OS_RELEASE=3.1;; esac else *************** *** 1780,1783 **** --- 1781,1791 ---- ;; + *-amigaos) + AC_DEFINE(XP_AMIGAOS) + MKSHLIB='a2ixlibrary -32 -o $@' + DSO_CFLAGS=-"m68020 -fbaserel32 -malways-restore-a4 -Uerrno" + LDFLAGS="-noixemul" + DLL_SUFFIX=ixlibrary + ;; *) AC_DEFINE(XP_UNIX) |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:37:23
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25471 Modified Files: build.mk Log Message: AmigaOS build rules. Index: build.mk =================================================================== RCS file: /cvsroot/amizilla/amizilla/directory/c-sdk/build.mk,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.mk 22 Jun 2003 14:22:34 -0000 1.1.1.1 --- build.mk 11 Oct 2004 20:37:13 -0000 1.2 *************** *** 403,406 **** --- 403,409 ---- LINK_LIB = $(RM) $@; $(AR) $(AR_FLAGS) $(OBJS); $(RANLIB) $@ LINK_LIB2 = $(RM) $@; $(AR) $@ $(OBJS2); $(RANLIB) $@ + ifeq ($(OS_ARCH), AmigaOS) + LINK_DLL = a2ixlibrary -32 $(ALDFLAGS) $(DLL_LDFLAGS) $(DLL_EXPORT_FLAGS) -o $@ $(OBJS) + else ifdef SONAMEFLAG_PREFIX LINK_DLL = $(LD) $(DSO_LDOPTS) $(ALDFLAGS) $(DLL_LDFLAGS) $(DLL_EXPORT_FLAGS) \ *************** *** 410,413 **** --- 413,417 ---- -o $@ $(OBJS) endif # SONAMEFLAG_PREFIX + endif # AmigaOS endif #!os2 |
From: Jeff S. <jsh...@us...> - 2004-10-11 20:37:00
|
Update of /cvsroot/amizilla/amizilla/directory/c-sdk/ldap/libraries/libldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25292/ldap/libraries/libldap Added Files: ldap50.ix Log Message: AmigaOS shared library linker file. --- NEW FILE: ldap50.ix --- #define VERSION 5 #define REVISION 0 |