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: 16-Feb-2003 16:48:33
Branch: HEAD Handle: 2003021615483201
Modified files:
openpkg-src/less less.spec
openpkg-web news.txt
Log:
modernize flags while I'm poking around here
Summary:
Revision Changes Path
1.27 +4 -4 openpkg-src/less/less.spec
1.3319 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/less/less.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 less.spec
--- openpkg-src/less/less.spec 27 Jan 2003 19:13:56 -0000 1.26
+++ openpkg-src/less/less.spec 16 Feb 2003 15:48:33 -0000 1.27
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 381
-Release: 20030127
+Release: 20030216
# list of sources
Source0: http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
@@ -68,9 +68,9 @@
%build
CC="%{l_cc}" \
- CPPFLAGS="-I%{l_prefix}/include" \
- CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ CFLAGS="%{l_cflags -O} %{l_cppflags}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3318 -r1.3319 news.txt
--- openpkg-web/news.txt 16 Feb 2003 09:04:52 -0000 1.3318
+++ openpkg-web/news.txt 16 Feb 2003 15:48:32 -0000 1.3319
@@ -1,3 +1,4 @@
+16-Feb-2003: Upgraded package: P<less-381-20030216>
16-Feb-2003: Upgraded package: P<tetex-2.0.1-20030216>
16-Feb-2003: Upgraded package: P<ncurses-5.3.20030215-20030216>
15-Feb-2003: Upgraded package: P<portfwd-0.26rc5-20030215>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]