OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Jul-2003 15:56:25
Branch: HEAD Handle: 2003070714562401
Modified files:
openpkg-src/cdk cdk.spec
openpkg-web news.txt
Log:
find correct ncurses!
Summary:
Revision Changes Path
1.18 +8 -6 openpkg-src/cdk/cdk.spec
1.5425 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cdk/cdk.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 cdk.spec
--- openpkg-src/cdk/cdk.spec 19 Apr 2003 06:03:11 -0000 1.17
+++ openpkg-src/cdk/cdk.spec 7 Jul 2003 13:56:25 -0000 1.18
@@ -37,7 +37,7 @@
Group: Terminal
License: BSD
Version: %{V_maj}.%{V_min}
-Release: 20030419
+Release: 20030707
# list of sources
Source0: ftp://invisible-island.net/cdk/cdk-%{V_maj}-%{V_min}.tgz
@@ -45,8 +45,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, ncurses
-PreReq: OpenPKG, openpkg >= 20020206, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20020206
+PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: ncurses
+PreReq: ncurses
AutoReq: no
AutoReqProv: no
@@ -60,11 +62,11 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-I%{l_prefix}/include -I%{l_prefix}/include/ncurses" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ CPPFLAGS="%{l_cppflags ncurses}"
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
- --with-ncurses \
+ --with-ncurses=%{l_prefix} \
--without-x
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5424 -r1.5425 news.txt
--- openpkg-web/news.txt 7 Jul 2003 13:55:58 -0000 1.5424
+++ openpkg-web/news.txt 7 Jul 2003 13:56:24 -0000 1.5425
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<cdk-4.9.10.20030418-20030707>
07-Jul-2003: Upgraded package: P<xv-3.10a-20030707>
07-Jul-2003: Upgraded package: P<whoson-2.02a-20030707>
07-Jul-2003: Upgraded package: P<vrrpd-0.8.7-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]