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: 09-Sep-2003 11:42:21
Branch: HEAD Handle: 2003090910421901
Modified files:
openpkg-src/bind bind.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.77 +5 -5 openpkg-src/bind/bind.spec
1.6463 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 bind.spec
--- openpkg-src/bind/bind.spec 7 Sep 2003 14:32:49 -0000 1.76
+++ openpkg-src/bind/bind.spec 9 Sep 2003 09:42:20 -0000 1.77
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030907
+Release: 20030909
# package options
%option with_dlz_mysql no
@@ -69,8 +69,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, make
-PreReq: OpenPKG, openpkg >= 20030718
+BuildPreReq: OpenPKG, openpkg >= 20030909, make
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: openssl
PreReq: openssl
%if "%{with_dlz_mysql}" == "yes"
@@ -125,8 +125,8 @@
lf="$lf `mysql_config --libs`"
%endif
%if "%{with_dlz_postgres}" == "yes"
- case "%{l_target}" in
- *-solaris*) li="$li -lresolv" ;;
+ case "%{l_platform -t}" in
+ *-sunos5*) li="$li -lresolv" ;;
esac
%endif
cf=`eval echo $cf`
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6462 -r1.6463 news.txt
--- openpkg-web/news.txt 9 Sep 2003 09:39:24 -0000 1.6462
+++ openpkg-web/news.txt 9 Sep 2003 09:42:19 -0000 1.6463
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<bind-9.2.2-20030909>
09-Sep-2003: Upgraded package: P<autogen-5.5.6-20030909>
09-Sep-2003: Upgraded package: P<apg-2.2.2-20030909>
09-Sep-2003: Upgraded package: P<analog-5.32-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]