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: 31-Jul-2003 11:44:24
Branch: OPENPKG_1_STABLE HEAD Handle: 2003073110442202
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/w3m w3m.spec
Log:
MFC: switch from using included (and incorrectly built) to externally
available (and correctly built) Boehm GC library
Summary:
Revision Changes Path
1.36.2.3 +4 -3 openpkg-src/w3m/w3m.spec
1.5937 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.36.2.2 -r1.36.2.3 w3m.spec
--- openpkg-src/w3m/w3m.spec 24 Jul 2003 20:45:35 -0000 1.36.2.2
+++ openpkg-src/w3m/w3m.spec 31 Jul 2003 09:44:24 -0000 1.36.2.3
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 0.4.1
-Release: 1.20030724
+Release: 1.20030731
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -43,8 +43,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 1.20030724, make
PreReq: OpenPKG, openpkg >= 1.20030724
-BuildPreReq: ncurses, openssl, zlib
-PreReq: ncurses, openssl, zlib
+BuildPreReq: ncurses, openssl, zlib, gc
+PreReq: ncurses, openssl, zlib, gc
AutoReq: no
AutoReqProv: no
@@ -79,6 +79,7 @@
echo "customized=y"
echo "use_ssl_verify=y"
echo "use_digest_auth=y"
+ echo "use_bundled_gclib=n"
) >config.param
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5936 -r1.5937 news.txt
--- openpkg-web/news.txt 31 Jul 2003 09:41:27 -0000 1.5936
+++ openpkg-web/news.txt 31 Jul 2003 09:44:22 -0000 1.5937
@@ -1,3 +1,4 @@
+31-Jul-2003: Upgraded package: P<w3m-0.4.1-1.20030731>
31-Jul-2003: Upgraded package: P<w3m-0.4.1-20030731>
31-Jul-2003: Upgraded package: P<openjade-1.3.2-20030731>
31-Jul-2003: Upgraded package: P<libiconv-1.9.1-20030731>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]