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:29:15
Branch: HEAD Handle: 2003090910291401
Modified files:
openpkg-src/amd amd.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.49 +9 -9 openpkg-src/amd/amd.spec
1.6459 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 amd.spec
--- openpkg-src/amd/amd.spec 1 Aug 2003 10:24:14 -0000 1.48
+++ openpkg-src/amd/amd.spec 9 Sep 2003 09:29:15 -0000 1.49
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 6.0.9
-Release: 20030801
+Release: 20030909
# list of sources
Source0: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
@@ -44,8 +44,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, flex, bison
-PreReq: OpenPKG, openpkg >= 20030718, perl
+BuildPreReq: OpenPKG, openpkg >= 20030909, flex, bison
+PreReq: OpenPKG, openpkg >= 20030909, perl
AutoReq: no
AutoReqProv: no
@@ -71,12 +71,12 @@
%patch -p1
%build
- case "%{l_target}" in
- *-netbsd* )
- %{l_shtool} subst \
- -e 's;\(!defined(__FreeBSD__)\);(\1 || !defined(__NetBSD__));g' \
- hlfsd/stubs.c
- ;;
+ case "%{l_platform -p}" in
+ *-netbsd* )
+ %{l_shtool} subst \
+ -e 's;\(!defined(__FreeBSD__)\);(\1 || !defined(__NetBSD__));g' \
+ hlfsd/stubs.c
+ ;;
esac
# disable system LDAP support because it makes trouble (at least under
Solaris 9)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6458 -r1.6459 news.txt
--- openpkg-web/news.txt 9 Sep 2003 09:27:26 -0000 1.6458
+++ openpkg-web/news.txt 9 Sep 2003 09:29:14 -0000 1.6459
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<amd-6.0.9-20030909>
09-Sep-2003: Upgraded package: P<acroread-5.08-20030909>
09-Sep-2003: Upgraded package: P<openpkg-20030909-20030909>
09-Sep-2003: Upgraded package: P<beecrypt-3.1.0-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]