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: 08-Jul-2003 14:19:30
Branch: HEAD Handle: 2003070813192901
Modified files:
openpkg-src/gd gd.spec
openpkg-web news.txt
Log:
modernize build flags
Summary:
Revision Changes Path
1.51 +5 -5 openpkg-src/gd/gd.spec
1.5441 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 gd.spec
--- openpkg-src/gd/gd.spec 4 Jun 2003 09:14:56 -0000 1.50
+++ openpkg-src/gd/gd.spec 8 Jul 2003 12:19:30 -0000 1.51
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 2.0.15
-Release: 20030604
+Release: 20030708
# list of sources
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, png, zlib, jpeg, freetype
-PreReq: OpenPKG, openpkg >= 20020206, png, zlib, jpeg, freetype
+BuildPreReq: OpenPKG, openpkg >= 20030708, png, zlib, jpeg, freetype
+PreReq: OpenPKG, openpkg >= 20030708, png, zlib, jpeg, freetype
AutoReq: no
AutoReqProv: no
@@ -63,8 +63,8 @@
) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-I%{l_prefix}/include/freetype2 %{l_cppflags} -I.
-I%{l_prefix}/include/libpng" \
- LDFLAGS="%{l_ldflags} -L." \
+ CPPFLAGS="%{l_cppflags +libpng -freetype2}" \
+ LDFLAGS="%{l_ldflags}" \
LIBS="-lm" \
./configure \
--cache-file=./config.cache \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5440 -r1.5441 news.txt
--- openpkg-web/news.txt 8 Jul 2003 12:19:08 -0000 1.5440
+++ openpkg-web/news.txt 8 Jul 2003 12:19:29 -0000 1.5441
@@ -1,3 +1,4 @@
+08-Jul-2003: Upgraded package: P<gd-2.0.15-20030708>
08-Jul-2003: Upgraded package: P<openpkg-20030708-20030708>
08-Jul-2003: Upgraded package: P<cfengine-2.0.7-20030708>
08-Jul-2003: Upgraded package: P<gnuplot-3.7.3-20030708>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]