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: 24-Jul-2003 16:37:30
Branch: HEAD Handle: 2003072415372801
Modified files:
openpkg-src/pth pth.spec
openpkg-web news.txt
Log:
move includes and libraries into subdirectories to avoid conflicts
with system files
Summary:
Revision Changes Path
1.25 +3 -1 openpkg-src/pth/pth.spec
1.5790 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pth/pth.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 pth.spec
--- openpkg-src/pth/pth.spec 8 Jul 2003 14:42:04 -0000 1.24
+++ openpkg-src/pth/pth.spec 24 Jul 2003 14:37:29 -0000 1.25
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.0.0
-Release: 20030506
+Release: 20030724
# package options
%option with_pthread no
@@ -65,6 +65,8 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+ --includedir="%{l_prefix}/include/pth" \
+ --libdir="%{l_prefix}/lib/pth" \
%if "%{with_pthread}" == "yes"
--enable-pthread \
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5789 -r1.5790 news.txt
--- openpkg-web/news.txt 24 Jul 2003 12:38:18 -0000 1.5789
+++ openpkg-web/news.txt 24 Jul 2003 14:37:28 -0000 1.5790
@@ -1,3 +1,4 @@
+24-Jul-2003: Upgraded package: P<pth-2.0.0-20030724>
24-Jul-2003: Upgraded package: P<linkchecker-1.8.20-20030724>
24-Jul-2003: Upgraded package: P<spambouncer-1.5.20030722-20030724>
24-Jul-2003: Upgraded package: P<ddd-3.3.1-20030724>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]