OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 22-Oct-2002 15:19:01
Branch: HEAD Handle: 2002102214190001
Modified files:
openpkg-re/vcheck vc.gd
openpkg-src/gd gd.spec
openpkg-web news.txt
Log:
upgrading package: gd 2.0.1 -> 2.0.2
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-re/vcheck/vc.gd
1.27 +17 -9 openpkg-src/gd/gd.spec
1.1849 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.gd
============================================================
$ cvs diff -u -r1.1 -r1.2 vc.gd
--- openpkg-re/vcheck/vc.gd 15 Mar 2002 14:42:55 -0000 1.1
+++ openpkg-re/vcheck/vc.gd 22 Oct 2002 13:19:00 -0000 1.2
@@ -2,7 +2,7 @@
}
prog gd = {
- version = 2.0.1
+ version = 2.0.2
url = http://www.boutell.com/gd/http/
regex = gd-(__VER__)\.tar\.gz
}
Index: openpkg-src/gd/gd.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 gd.spec
--- openpkg-src/gd/gd.spec 9 Oct 2002 09:18:47 -0000 1.26
+++ openpkg-src/gd/gd.spec 22 Oct 2002 13:19:01 -0000 1.27
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Graphics
License: GPL
-Version: 2.0.1
-Release: 20021009
+Version: 2.0.2
+Release: 20021022
# list of sources
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
@@ -58,19 +58,27 @@
%prep
%setup -q
+ awk <configure '/^print OUT/,/^EOM/ { print $0 }' >Makefile
%{l_shtool} subst \
- -e 's;default:.*;all: libgd.a $(PROGRAMS);' \
- -e 's;install:.*;install:;' \
- -e 's;--verbose;;' \
+ -e 's;^print OUT.*;;' \
+ -e 's;^EOM;all: libgd.a $(PROGRAMS);' \
+ -e 's;^install: .*;install: all;' \
+ -e 's;$sharedLinkHead;;' \
+ -e 's;$sharedLinkTail;;' \
+ -e 's;$oflags;;' \
+ -e 's;$lflags;;' \
+ -e 's;$includeDirs;;' \
+ -e 's;$libDirs;;' \
+ -e 's;$compiler;;' \
+ -e 's;$installPrefix;%{l_prefix};' \
+ -e 's;sh \./install-item ;%{l_shtool} install -c -m ;' \
+ -e 's;\\\(.\);\1;g' \
Makefile
- %{l_shtool} subst \
- -e 's;^\(#define DEFAULT_FONTPATH\).*$;\1
"%{l_prefix}/share/fonts/truetype";' \
- gd.h
%build
%{l_make} %{l_mflags} \
COMPILER="%{l_cc}" \
- CFLAGS="%{l_cflags -O} -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE" \
+ CFLAGS="%{l_cflags -O} -DHAVE_LIBPNG -DHAVE_LIBZ -DHAVE_LIBJPEG
-DHAVE_LIBFREETYPE" \
INCLUDEDIRS="-I. -I%{l_prefix}/include/libpng
-I%{l_prefix}/include/freetype2 -I%{l_prefix}/include" \
LIBDIRS="-L. -L%{l_prefix}/lib" \
LIBS="-lm -lgd -lpng -lz -ljpeg -lfreetype -lm" \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1848 -r1.1849 news.txt
--- openpkg-web/news.txt 22 Oct 2002 09:32:26 -0000 1.1848
+++ openpkg-web/news.txt 22 Oct 2002 13:19:00 -0000 1.1849
@@ -1,3 +1,4 @@
+22-Oct-2002: Upgraded package: P<gd-2.0.2-20021022>
22-Oct-2002: Upgraded package: P<autoconf-2.54-20021022>
22-Oct-2002: Upgraded package: P<qt-3.0.5-20021022>
21-Oct-2002: Upgraded package: P<flex-2.5.4a-20021021>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]