head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE_20060622:1.3 OPENPKG_2_STABLE:1.3.0.8 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_RELEASE:1.3 OPENPKG_2_5_SOLID:1.3.0.6 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.3 OPENPKG_2_4_SOLID:1.3.0.4 OPENPKG_2_4_SOLID_BP:1.3 OPENPKG_CW_FP:1.3 OPENPKG_2_3_RELEASE:1.3 OPENPKG_2_3_SOLID:1.3.0.2 OPENPKG_2_3_SOLID_BP:1.3 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.2 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.1.2.1 OPENPKG_2_1_SOLID:1.1.0.2 OPENPKG_2_1_SOLID_BP:1.1; locks; strict; comment @# @; 1.3 date 2005.02.18.12.36.18; author rse; state Exp; branches; next 1.2; 1.2 date 2004.07.07.10.33.00; author rse; state Exp; branches; next 1.1; 1.1 date 2004.05.20.11.25.30; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.07.07.10.34.32; author rse; state Exp; branches; next ; desc @@ 1.3 log @port to Solaris @ text @Index: configure --- configure.orig 2004-05-08 04:24:24 +0200 +++ configure 2004-07-07 12:32:02 +0200 @@@@ -19705,7 +19705,7 @@@@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include "zlib.h" #include void main() { exit(strcmp(ZLIB_VERSION, "${ZLIB_VER}") < 0); @@@@ -20179,7 +20179,7 @@@@ echo "${ECHO_T}$found_libdb" >&6 CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" - if test x$found_libdb == xyes; then break; fi + if test x$found_libdb = xyes; then break; fi done use_libdb=$found_libdb else Index: src/ft_openft.h --- src/ft_openft.h.orig 2004-08-06 04:01:54.000000000 +0200 +++ src/ft_openft.h 2005-02-18 13:35:13.048745268 +0100 @@@@ -157,4 +157,8 @@@@ /*****************************************************************************/ +#ifndef INADDR_NONE +#define INADDR_NONE 0xffffffffUL +#endif + #endif /* __FT_OPENFT_H */ @ 1.2 log @try to fix building under non-FreeBSD platforms @ text @d22 12 @ 1.1 log @modifying package: gift-openft-0.2.1.3 20040520 again @ text @d1 13 a13 3 --- configure.orig Fri Sep 5 01:16:52 2003 +++ configure Fri Sep 5 01:16:58 2003 @@@@ -8790,7 +8790,7 @@@@ @ 1.1.2.1 log @MFC: fixes from CURRENT @ text @d1 3 a3 13 Index: configure --- configure.orig 2004-05-08 04:24:24 +0200 +++ configure 2004-07-07 12:32:02 +0200 @@@@ -19705,7 +19705,7 @@@@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include "zlib.h" #include void main() { exit(strcmp(ZLIB_VERSION, "${ZLIB_VER}") < 0); @@@@ -20179,7 +20179,7 @@@@ @