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 openpkg$ Date: 08-Nov-2003 23:03:22 Branch: HEAD Handle: 2003110822031903 Modified files: openpkg-re/vcheck vc.bind openpkg-src/bind bind.spec openpkg-web news.txt Log: modifying package: bind-9.2.3 20031023 -> 20031108 Summary: Revision Changes Path 1.14 +1 -1 openpkg-re/vcheck/vc.bind 1.81 +11 -3 openpkg-src/bind/bind.spec 1.7335 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-re/vcheck/vc.bind ============================================================================ $ cvs diff -u -r1.13 -r1.14 vc.bind --- openpkg-re/vcheck/vc.bind 23 Oct 2003 07:43:31 -0000 1.13 +++ openpkg-re/vcheck/vc.bind 8 Nov 2003 22:03:19 -0000 1.14 @@ -10,7 +10,7 @@ regex = bind-(__VER__)\.tar\.gz } prog bind:DLZ = { - version = 0.5.0 + version = 0.6.0 url = http://osdn.dl.sourceforge.net/bind-dlz/ regex = DLZ-(__VER__)\.tar\.gz } @@ . patch -p0 <<'@@ .' Index: openpkg-src/bind/bind.spec ============================================================================ $ cvs diff -u -r1.80 -r1.81 bind.spec --- openpkg-src/bind/bind.spec 23 Oct 2003 07:43:33 -0000 1.80 +++ openpkg-src/bind/bind.spec 8 Nov 2003 22:03:22 -0000 1.81 @@ -25,7 +25,7 @@ # package versions %define V_bind 9.2.3 -%define V_dlz 0.5.0 +%define V_dlz 0.6.0 # package information Name: bind @@ -37,7 +37,7 @@ Group: DNS License: ISC Version: %{V_bind} -Release: 20031023 +Release: 20031108 # package options %option with_dlz_mysql no @@ -73,6 +73,10 @@ PreReq: OpenPKG, openpkg >= 20030909 BuildPreReq: openssl PreReq: openssl +%if "%{with_dlz}" == "yes" +# FIXME: rse: autoconf dependency can be removed once DLZ patch is available for 9.2.3 +BuildPreReq: autoconf +%endif %if "%{with_dlz_mysql}" == "yes" BuildPreReq: mysql PreReq: mysql @@ -104,7 +108,11 @@ %setup -q %if "%{with_dlz}" == "yes" %setup -q -T -D -a 10 - %{l_patch} -p1 <dlz.patch + # FIXME: rse: sed hacks can be removed once DLZ patch is available for 9.2.3 + sed -e '/^diff -Naur.*\/configure$/,/^diff/d' \ + -e '/^diff -Naur.*lib\/dns\/win32\/libdns\.def$/,/^diff/d' \ + <dlz.patch | %{l_patch} -p1 + autoconf # fix up DLZ link libraries for MySQL and PostgreSQL %{l_shtool} subst \ -e '/-lmysqlclient/s;-lnsl\([ "]\);\1;g' \ @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.7334 -r1.7335 news.txt --- openpkg-web/news.txt 8 Nov 2003 21:36:32 -0000 1.7334 +++ openpkg-web/news.txt 8 Nov 2003 22:03:20 -0000 1.7335 @@ -1,3 +1,4 @@ +08-Nov-2003: Upgraded package: P<bind-9.2.3-20031108> 08-Nov-2003: Upgraded package: P<htdig-3.2.0b5-20031108> 08-Nov-2003: Upgraded package: P<automake-1.7.8-20031108> 08-Nov-2003: Upgraded package: P<perl-net-20031108-20031108> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]