head 1.8; access; symbols OPENPKG_E1_MP_HEAD:1.8 OPENPKG_E1_MP:1.8 OPENPKG_E1_MP_2_STABLE:1.8 OPENPKG_E1_FP:1.8 OPENPKG_2_STABLE_20061018:1.8 OPENPKG_2_STABLE:1.8.0.14 OPENPKG_2_STABLE_BP:1.8 OPENPKG_2_5_SOLID:1.8.0.12 OPENPKG_2_5_SOLID_BP:1.8 OPENPKG_2_4_RELEASE:1.8 OPENPKG_2_4_SOLID:1.8.0.10 OPENPKG_2_4_SOLID_BP:1.8 OPENPKG_2_3_RELEASE:1.8 OPENPKG_2_3_SOLID:1.8.0.8 OPENPKG_2_3_SOLID_BP:1.8 OPENPKG_2_2_RELEASE:1.8 OPENPKG_2_2_SOLID:1.8.0.6 OPENPKG_2_2_SOLID_BP:1.8 OPENPKG_2_1_RELEASE:1.8 OPENPKG_2_1_SOLID:1.8.0.4 OPENPKG_2_1_SOLID_BP:1.8 OPENPKG_2_0_RELEASE:1.8 OPENPKG_2_0_SOLID:1.8.0.2 OPENPKG_2_0_SOLID_BP:1.8 OPENPKG_1_3_RELEASE:1.4.2.1 OPENPKG_1_3_SOLID:1.4.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.4.2.1 OPENPKG_1_2_RELEASE:1.4 OPENPKG_1_2_SOLID:1.4.0.4 OPENPKG_1_2_SOLID_BP:1.4 OPENPKG_1_STABLE:1.4.0.2 OPENPKG_1_STABLE_BP:1.4 OPENPKG_1_1_RELEASE:1.3 OPENPKG_1_1_SOLID:1.3.0.2 OPENPKG_1_1_SOLID_BP:1.3; locks; strict; comment @# @; 1.8 date 2003.07.10.15.02.36; author rse; state dead; branches; next 1.7; 1.7 date 2003.06.09.06.45.01; author mlelstv; state Exp; branches; next 1.6; 1.6 date 2003.06.06.18.11.45; author mlelstv; state Exp; branches; next 1.5; 1.5 date 2003.06.02.08.01.34; author rse; state Exp; branches; next 1.4; 1.4 date 2003.01.13.13.57.54; author rse; state Exp; branches 1.4.2.1; next 1.3; 1.3 date 2002.07.04.13.10.47; author cs; state Exp; branches; next 1.2; 1.2 date 2002.07.03.17.48.32; author cs; state Exp; branches; next 1.1; 1.1 date 2002.03.06.16.30.19; author rse; state Exp; branches; next ; 1.4.2.1 date 2003.07.24.20.49.09; author rse; state dead; branches; next ; desc @@ 1.8 log @cleanup packaging to conform to the latest world order @ text @--- src/lib/isc/eventlib.c.orig Thu Jul 4 15:01:28 2002 +++ src/lib/isc/eventlib.c Thu Jul 4 15:02:04 2002 @@@@ -293,9 +293,15 @@@@ evPrintf(ctx, 4, "pselect(%d, 0x%lx, 0x%lx, 0x%lx, %d.%09ld)\n", ctx->fdMax+1, +#ifdef __linux__ + (u_long)ctx->rdLast.__fds_bits[0], + (u_long)ctx->wrLast.__fds_bits[0], + (u_long)ctx->exLast.__fds_bits[0], +#else (u_long)ctx->rdLast.fds_bits[0], (u_long)ctx->wrLast.fds_bits[0], (u_long)ctx->exLast.fds_bits[0], +#endif tp ? (long)tp->tv_sec : -1L, tp ? tp->tv_nsec : -1); --- src/lib/isc/ev_files.c.orig Thu Jul 4 15:01:42 2002 +++ src/lib/isc/ev_files.c Thu Jul 4 15:01:54 2002 @@@@ -146,9 +146,15 @@@@ evPrintf(ctx, 5, "evSelectFD(fd %d, mask 0x%x): new masks: 0x%lx 0x%lx 0x%lx\n", fd, eventmask, +#ifdef __linux__ + (u_long)ctx->rdNext.__fds_bits[0], + (u_long)ctx->wrNext.__fds_bits[0], + (u_long)ctx->exNext.__fds_bits[0]); +#else (u_long)ctx->rdNext.fds_bits[0], (u_long)ctx->wrNext.fds_bits[0], (u_long)ctx->exNext.fds_bits[0]); +#endif return (0); } @@@@ -262,9 +268,15 @@@@ evPrintf(ctx, 5, "evDeselectFD(fd %d, mask 0x%x): new masks: 0x%lx 0x%lx 0x%lx\n", del->fd, eventmask, +#ifdef __linux__ + (u_long)ctx->rdNext.__fds_bits[0], + (u_long)ctx->wrNext.__fds_bits[0], + (u_long)ctx->exNext.__fds_bits[0]); +#else (u_long)ctx->rdNext.fds_bits[0], (u_long)ctx->wrNext.fds_bits[0], (u_long)ctx->exNext.fds_bits[0]); +#endif /* Couldn't free it before now since we were using fields out of it. */ FREE(del); @ 1.7 log @upgrading package: bind8 8.4.0 -> 8.4.1 @ text @@ 1.6 log @fix NOTIFY, remove this patch with next version @ text @a52 10 --- src/bin/named/ns_notify.c 8 Apr 2003 02:44:24 -0000 8.21 +++ src/bin/named/ns_notify.c 4 Jun 2003 04:23:18 -0000 @@@@ -390,7 +390,6 @@@@ if (zones[adp->d_zone].z_type == z_master || zones[adp->d_zone].z_type == z_slave) { auth = 1; - continue; } if (!match(adp, class, T_A) && !match(adp, class, T_AAAA)) @ 1.5 log @upgrading package: bind8 8.3.4 -> 8.4.0 @ text @d53 10 @ 1.4 log @port to FreeBSD 5.0 @ text @d16 1 a16 1 tp ? tp->tv_sec : -1, a52 20 --- src/port/freebsd/include/port_after.h.orig Mon Jan 13 14:08:51 2003 +++ src/port/freebsd/include/port_after.h Mon Jan 13 14:09:39 2003 @@@@ -6,12 +6,16 @@@@ #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHMOD -#define NEED_PSELECT #define HAVE_SA_LEN #define HAVE_MINIMUM_IFREQ #define USE_LOG_CONS #define HAVE_CHROOT #define CAN_CHANGE_ID + +#include +#if __FreeBSD_version < 500000 +#define NEED_PSELECT +#endif #define _TIMEZONE timezone @ 1.4.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @@ 1.3 log @Fixed the mess I caused yesterday :-) @ text @d53 20 @ 1.2 log @- FreeBSD port patch isn't required anymore - re-enabled and altered patch to let bind8 build on Linux - fixed update issue of named is not running @ text @d1 3 a3 3 --- src/lib/isc/eventlib.c.orig Wed Jul 3 19:17:43 2002 +++ src/lib/isc/eventlib.c Wed Jul 3 19:21:30 2002 @@@@ -293,9 +293,9 @@@@ d7 1 a7 3 - (u_long)ctx->rdLast.fds_bits[0], - (u_long)ctx->wrLast.fds_bits[0], - (u_long)ctx->exLast.fds_bits[0], d11 5 d19 3 a21 3 --- src/lib/isc/ev_files.c.orig Wed Jul 3 19:22:45 2002 +++ src/lib/isc/ev_files.c Wed Jul 3 19:23:16 2002 @@@@ -146,9 +146,9 @@@@ d25 1 a25 3 - (u_long)ctx->rdNext.fds_bits[0], - (u_long)ctx->wrNext.fds_bits[0], - (u_long)ctx->exNext.fds_bits[0]); d29 5 d37 1 a37 1 @@@@ -262,9 +262,9 @@@@ d41 1 a41 3 - (u_long)ctx->rdNext.fds_bits[0], - (u_long)ctx->wrNext.fds_bits[0], - (u_long)ctx->exNext.fds_bits[0]); d45 5 @ 1.1 log @new package: BIND 8.3.1 (legacy packaging) @ text @d1 3 a3 3 --- src/lib/isc/eventlib.c.orig Fri Feb 4 08:25:39 2000 +++ src/lib/isc/eventlib.c Wed Mar 7 11:51:38 2001 @@@@ -293,9 +293,15 @@@@ d7 6 a12 9 +#if 0 (u_long)ctx->rdLast.fds_bits[0], (u_long)ctx->wrLast.fds_bits[0], (u_long)ctx->exLast.fds_bits[0], +#else + (u_long)&(ctx->rdLast), + (u_long)&(ctx->wrLast), + (u_long)&(ctx->exLast), +#endif d16 3 a18 3 --- src/lib/isc/ev_files.c.orig Thu Oct 7 22:44:04 1999 +++ src/lib/isc/ev_files.c Wed Mar 7 11:53:04 2001 @@@@ -140,9 +140,15 @@@@ d22 6 a27 9 +#if 0 (u_long)ctx->rdNext.fds_bits[0], (u_long)ctx->wrNext.fds_bits[0], (u_long)ctx->exNext.fds_bits[0]); +#else + (u_long)&(ctx->rdNext), + (u_long)&(ctx->wrNext), + (u_long)&(ctx->exNext)); +#endif d31 1 a31 1 @@@@ -251,9 +257,15 @@@@ d35 6 a40 9 +#if 0 (u_long)ctx->rdNext.fds_bits[0], (u_long)ctx->wrNext.fds_bits[0], (u_long)ctx->exNext.fds_bits[0]); +#else + (u_long)&(ctx->rdNext), + (u_long)&(ctx->wrNext), + (u_long)&(ctx->exNext)); +#endif a43 25 --- src/port/freebsd/include/port_before.h.orig Wed Oct 31 23:29:21 2001 +++ src/port/freebsd/include/port_before.h Tue Feb 26 21:50:52 2002 @@@@ -15,6 +15,7 @@@@ #define SETPWENT_VOID #endif +#include #include #define GROUP_R_RETURN struct group * @@@@ -26,8 +27,14 @@@@ #define GROUP_R_ENT_ARGS void #define GROUP_R_OK gptr #define GROUP_R_BAD NULL + +#if defined(__FreeBSD_version) && __FreeBSD_version >= 500030 +#define GETGROUPLIST_ARGS const char *name, gid_t basegid, gid_t *groups, \ + int *ngroups +#else #define GETGROUPLIST_ARGS const char *name, int basegid, int *groups, \ int *ngroups +#endif #define HOST_R_RETURN struct hostent * #define HOST_R_SET_RETURN void @