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 Date: 10-Feb-2003 11:22:03
Branch: HEAD Handle: 2003021010220200
Added files:
openpkg-src/apache apache.patch
Modified files:
openpkg-src/apache apache.spec
Log:
remove calculation of relative path in APACI; performed under threat
of force only
Summary:
Revision Changes Path
1.2 +17 -0 openpkg-src/apache/apache.patch
1.115 +3 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.patch
============================================================================
$ cvs diff -u -r0 -r1.2 apache.patch
--- /dev/null 2003-02-10 11:22:03.000000000 +0100
+++ apache.patch 2003-02-10 11:22:03.000000000 +0100
@@ -0,0 +1,17 @@
+--- apache_1.3.27/configure.orig Tue May 21 14:24:59 2002
++++ apache_1.3.27/configure Mon Feb 10 11:08:40 2003
+@@ -1216,10 +1216,10 @@
+ ## or we cannot support the case where the relative
+ ## path is just the emtpy one, i.e. ""]
+ ##
+-runtimedir_relative=`echo $runtimedir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'`
+-logfiledir_relative=`echo $logfiledir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'`
+-sysconfdir_relative=`echo $sysconfdir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'`
+-libexecdir_relative=`echo $libexecdir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'`
++runtimedir_relative="$runtimedir/"
++logfiledir_relative="$logfiledir/"
++sysconfdir_relative="$sysconfdir/"
++libexecdir_relative="$libexecdir/"
+
+ ##
+ ## check and debug
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.114 -r1.115 apache.spec
--- openpkg-src/apache/apache.spec 7 Feb 2003 17:19:42 -0000 1.114
+++ openpkg-src/apache/apache.spec 10 Feb 2003 10:22:02 -0000 1.115
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030207
+Release: 20030210
# package options (additionally used Apache modules; can be enabled without
thinking)
%option with_mod_ssl no
@@ -169,6 +169,7 @@
Source22: apache.vhost
Source23: apache.pl
Source24: rc.apache
+Patch0: apache.patch
# build information
Prefix: %{l_prefix}
@@ -284,6 +285,7 @@
%prep
# unpack Apache distribution
%setup0 -q -c
+ %patch -p0
# unpack optional extension modules
%if "%{with_mod_ssl}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]