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: 12-Feb-2003 17:33:14
Branch: HEAD Handle: 2003021216331201
Modified files:
openpkg-src/sysmon sysmon.spec
openpkg-web news.txt
Log:
try harder to use ncurses
Summary:
Revision Changes Path
1.18 +8 -2 openpkg-src/sysmon/sysmon.spec
1.3284 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sysmon/sysmon.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 sysmon.spec
--- openpkg-src/sysmon/sysmon.spec 3 Jan 2003 10:55:10 -0000 1.17
+++ openpkg-src/sysmon/sysmon.spec 12 Feb 2003 16:33:13 -0000 1.18
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.91.14
-Release: 20021219
+Release: 20030212
# list of sources
Source0: ftp://puck.nether.net/pub/jared/sysmon-%{version}.tar.gz
@@ -57,12 +57,18 @@
%setup -q
%build
+ # force use of ncurses
+ echo "ac_cv_lib_curses_refresh=no" >config.cache
+
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-I%{l_prefix}/include" \
+ CPPFLAGS="-I%{l_prefix}/include -I%{l_prefix}/include/ncurses" \
LDFLAGS="-L%{l_prefix}/lib" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix}
+ CPPFLAGS="-I%{l_prefix}/include -I%{l_prefix}/include/ncurses" \
+ LDFLAGS="-L%{l_prefix}/lib" \
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3283 -r1.3284 news.txt
--- openpkg-web/news.txt 12 Feb 2003 16:29:51 -0000 1.3283
+++ openpkg-web/news.txt 12 Feb 2003 16:33:12 -0000 1.3284
@@ -1,3 +1,4 @@
+12-Feb-2003: Upgraded package: P<sysmon-0.91.14-20030212>
12-Feb-2003: Upgraded package: P<lmtp2nntp-1.2b4-20030212>
12-Feb-2003: Upgraded package: P<openldap-2.1.12-20030212>
12-Feb-2003: New package: P<html2ps-1.0b3-20030212>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]