OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 08-Dec-2002 10:09:11
Branch: HEAD Handle: 2002120809091001
Modified files:
openpkg-src/proftpd proftpd.spec
openpkg-web news.txt
Log:
make sure it really finds the ncurses stuff now
Summary:
Revision Changes Path
1.37 +7 -7 openpkg-src/proftpd/proftpd.spec
1.2219 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/proftpd/proftpd.spec
============================================================
$ cvs diff -u -r1.36 -r1.37 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 7 Dec 2002 20:37:51 -0000 1.36
+++ openpkg-src/proftpd/proftpd.spec 8 Dec 2002 09:09:11 -0000 1.37
@@ -38,7 +38,7 @@
Group: FTP
License: GPL
Version: 1.2.7
-Release: 20021207
+Release: 20021208
# list of sources
Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2
@@ -50,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, ncurses
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, ncurses
+PreReq: OpenPKG, openpkg >= 20021204
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -91,11 +91,11 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
%if "%{with_pam}" == "yes"
- CPPFLAGS="-I%{l_prefix}/include/ncurses -I`%{l_prefix}/etc/rc --query
pam_incdir`" \
- LDFLAGS="-L%{l_prefix}/lib -L`%{l_prefix}/etc/rc --query pam_libdir`" \
+ CPPFLAGS="%{l_cppflags ncurses} -I`%{l_prefix}/etc/rc --query pam_incdir`" \
+ LDFLAGS="%{l_ldflags} -L`%{l_prefix}/etc/rc --query pam_libdir`" \
%else
- CPPFLAGS="-I%{l_prefix}/include/ncurses" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ CPPFLAGS="%{l_cppflags ncurses}" \
+ LDFLAGS="%{l_ldflags}" \
%endif
./configure \
--prefix=%{l_prefix} \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2218 -r1.2219 news.txt
--- openpkg-web/news.txt 8 Dec 2002 09:03:43 -0000 1.2218
+++ openpkg-web/news.txt 8 Dec 2002 09:09:10 -0000 1.2219
@@ -1,3 +1,4 @@
+08-Dec-2002: Upgraded package: P<proftpd-1.2.7-20021208>
08-Dec-2002: Upgraded package: P<ethereal-0.9.8-20021208>
08-Dec-2002: Upgraded package: P<ncurses-5.3.20021206-20021208>
08-Dec-2002: Upgraded package: P<xmake-1.06-20021208>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]