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: 03-Jul-2003 17:42:19
Branch: HEAD Handle: 2003070316421801
Added files:
openpkg-src/apache2 apache2.patch
Modified files:
openpkg-src/apache2 apache2.spec
openpkg-web news.txt
Log:
fix build on systems where 'cd && pwd' does not reveal a logical path
Summary:
Revision Changes Path
1.3 +12 -0 openpkg-src/apache2/apache2.patch
1.18 +3 -1 openpkg-src/apache2/apache2.spec
1.5192 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.patch
============================================================================
$ cvs diff -u -r0 -r1.3 apache2.patch
--- /dev/null 2003-07-03 17:42:19.000000000 +0200
+++ apache2.patch 2003-07-03 17:42:19.000000000 +0200
@@ -0,0 +1,12 @@
+--- server/Makefile.in.dist 2003-07-03 16:40:35.000000000 +0200
++++ server/Makefile.in 2003-07-03 16:41:19.000000000 +0200
+@@ -55,7 +55,8 @@
+ tmp=export_files_unsorted.txt; \
+ rm -f $$tmp && touch $$tmp; \
+ for dir in $(EXPORT_DIRS); do \
+- ls $$dir/*.h >> $$tmp; \
++ abs_dir=`cd $$dir && pwd`; \
++ ls $$abs_dir/*.h >> $$tmp; \
+ done; \
+ sort -u $$tmp > $@; \
+ rm -f $$tmp
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 apache2.spec
--- openpkg-src/apache2/apache2.spec 30 May 2003 18:43:23 -0000 1.17
+++ openpkg-src/apache2/apache2.spec 3 Jul 2003 15:42:19 -0000 1.18
@@ -33,11 +33,12 @@
Group: Web
License: ASF
Version: 2.0.46
-Release: 20030530
+Release: 20030703
# list of sources
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: rc.apache2
+Patch0: apache2.patch
# build information
Prefix: %{l_prefix}
@@ -66,6 +67,7 @@
%prep
%setup -q -n httpd-%{version}
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5191 -r1.5192 news.txt
--- openpkg-web/news.txt 3 Jul 2003 15:33:34 -0000 1.5191
+++ openpkg-web/news.txt 3 Jul 2003 15:42:18 -0000 1.5192
@@ -1,3 +1,4 @@
+03-Jul-2003: Upgraded package: P<apache2-2.0.46-20030703>
03-Jul-2003: Upgraded package: P<xerces-c-2.3.0-20030703>
03-Jul-2003: Upgraded package: P<tftp-0.34-20030703>
03-Jul-2003: Upgraded package: P<sysmon-0.91.19-20030703>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]