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: 18-Sep-2003 16:56:57
Branch: HEAD Handle: 2003091815565601
Modified files:
openpkg-src/dhcp-agent dhcp-agent.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.27 +6 -6 openpkg-src/dhcp-agent/dhcp-agent.spec
1.6616 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dhcp-agent/dhcp-agent.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 dhcp-agent.spec
--- openpkg-src/dhcp-agent/dhcp-agent.spec 25 Jul 2003 13:40:35 -0000 1.26
+++ openpkg-src/dhcp-agent/dhcp-agent.spec 18 Sep 2003 14:56:57 -0000 1.27
@@ -35,7 +35,7 @@
Group: Converter
License: MIT-style
Version: 0.41
-Release: 20030725
+Release: 20030918
# package options
%option with_fsl yes
@@ -49,8 +49,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, gcc
-PreReq: OpenPKG, openpkg >= 20030718
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: libdnet, libpcap, guile
PreReq: libdnet, libpcap, guile
%if "%{with_fsl}" == "yes"
@@ -83,11 +83,11 @@
%build
# configure package
defs=""
- case "%{l_target}" in
- *linux2.2 ) defs=" -DNEED_IN_ADDR_T" ;;
+ case "%{l_platform -t}" in
+ *-linux2.2 ) defs="-DNEED_IN_ADDR_T" ;;
esac
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}$defs" \
+ CFLAGS="%{l_cflags -O} $defs" \
LDFLAGS="-L. %{l_fsl_ldflags}" \
./configure \
--prefix=%{l_prefix} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6615 -r1.6616 news.txt
--- openpkg-web/news.txt 18 Sep 2003 14:54:58 -0000 1.6615
+++ openpkg-web/news.txt 18 Sep 2003 14:56:56 -0000 1.6616
@@ -1,3 +1,4 @@
+18-Sep-2003: Upgraded package: P<dhcp-agent-0.41-20030918>
18-Sep-2003: Upgraded package: P<cvstrac-1.1.2-20030918>
18-Sep-2003: Upgraded package: P<amavisd-20030616p5-20030918>
18-Sep-2003: Upgraded package: P<bind-9.2.2-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]