OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 13-Jan-2003 14:57:54
Branch: HEAD Handle: 2003011313575301
Modified files:
openpkg-src/bind8 bind.patch bind8.spec
openpkg-web news.txt
Log:
port to FreeBSD 5.0
Summary:
Revision Changes Path
1.4 +20 -0 openpkg-src/bind8/bind.patch
1.19 +1 -1 openpkg-src/bind8/bind8.spec
1.2693 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/bind.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 bind.patch
--- openpkg-src/bind8/bind.patch 4 Jul 2002 13:10:47 -0000 1.3
+++ openpkg-src/bind8/bind.patch 13 Jan 2003 13:57:54 -0000 1.4
@@ -50,3 +50,23 @@
/* Couldn't free it before now since we were using fields out of it. */
FREE(del);
+--- 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 <osreldate.h>
++#if __FreeBSD_version < 500000
++#define NEED_PSELECT
++#endif
+
+ #define _TIMEZONE timezone
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/bind8.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 bind8.spec
--- openpkg-src/bind8/bind8.spec 3 Jan 2003 10:51:14 -0000 1.18
+++ openpkg-src/bind8/bind8.spec 13 Jan 2003 13:57:54 -0000 1.19
@@ -33,7 +33,7 @@
Group: DNS
License: GPL
Version: 8.3.4
-Release: 20021217
+Release: 20030113
# list of sources
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2692 -r1.2693 news.txt
--- openpkg-web/news.txt 13 Jan 2003 13:55:29 -0000 1.2692
+++ openpkg-web/news.txt 13 Jan 2003 13:57:53 -0000 1.2693
@@ -1,3 +1,4 @@
+13-Jan-2003: Upgraded package: P<bind8-8.3.4-20030113>
13-Jan-2003: Upgraded package: P<gentle-97-20030113>
13-Jan-2003: Upgraded package: P<as-cui-0.5.6-20030113>
13-Jan-2003: Upgraded package: P<openpkg-tool-20030113-20030113>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]