OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 21-Aug-2002 14:21:38
Branch: HEAD Handle: 2002082113213700
Modified files:
openpkg-src/htdig htdig.spec
openpkg-web news.txt
Log:
requires gcc
Summary:
Revision Changes Path
1.24 +4 -3 openpkg-src/htdig/htdig.spec
1.1299 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/htdig/htdig.spec
============================================================
$ cvs diff -u -r1.23 -r1.24 htdig.spec
--- openpkg-src/htdig/htdig.spec 13 Aug 2002 12:48:20 -0000 1.23
+++ openpkg-src/htdig/htdig.spec 21 Aug 2002 12:21:37 -0000 1.24
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 3.2.0b3
-Release: 20020206
+Release: 20020821
# list of sources
Source0: http://www.htdig.org/files/htdig-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, flex, zlib
+BuildPreReq: OpenPKG, openpkg >= 20020206, make, flex, zlib, gcc
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -61,9 +61,10 @@
%setup -q
%build
- PATH="%{l_prefix}/bin:$PATH"; export PATH
CC="%{l_cc}" \
+ CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
--with-config-dir=%{l_prefix}/etc/htdig \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1298 -r1.1299 news.txt
--- openpkg-web/news.txt 21 Aug 2002 12:20:41 -0000 1.1298
+++ openpkg-web/news.txt 21 Aug 2002 12:21:37 -0000 1.1299
@@ -1,3 +1,4 @@
+21-Aug-2002: Upgraded package: P<htdig-3.2.0b3-20020821>
21-Aug-2002: Upgraded package: P<gmp-4.1-20020821>
21-Aug-2002: Upgraded package: P<gmime-1.0.5-20020821>
21-Aug-2002: Upgraded package: P<doxygen-1.2.17-20020821>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]