diff options
author | roberto <roberto@FreeBSD.org> | 2002-05-07 14:53:04 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-05-07 14:53:04 +0000 |
commit | f20319ee5f8c72facc215b1eb1ee35dc28bef018 (patch) | |
tree | 9eef1bb9115bbf359b485a6d38a6d5e0471ab37e /devel/apr1/files | |
parent | 4be4463816e17e4855a1291b7b411b0c2ecb8b3b (diff) | |
download | FreeBSD-ports-f20319ee5f8c72facc215b1eb1ee35dc28bef018.zip FreeBSD-ports-f20319ee5f8c72facc215b1eb1ee35dc28bef018.tar.gz |
Update to a more recent APR snapshot. It is needed by the forthcoming
Subversion update.
PR: ports/37810
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Diffstat (limited to 'devel/apr1/files')
-rw-r--r-- | devel/apr1/files/patch-apr-config | 17 | ||||
-rw-r--r-- | devel/apr1/files/patch-apu-config | 17 |
2 files changed, 0 insertions, 34 deletions
diff --git a/devel/apr1/files/patch-apr-config b/devel/apr1/files/patch-apr-config deleted file mode 100644 index 1d9bd07..0000000 --- a/devel/apr1/files/patch-apr-config +++ /dev/null @@ -1,17 +0,0 @@ -Index: apr/apr-config.in -=================================================================== -RCS file: /home/cvspublic/apr/apr-config.in,v -retrieving revision 1.13 -diff -u -r1.13 apr-config.in ---- apr-config.in 13 Mar 2002 20:39:08 -0000 1.13 -+++ apr-config.in 14 Mar 2002 00:44:38 -0000 -@@ -111,7 +111,8 @@ - - thisdir="`dirname $0`" - thisdir="`cd $thisdir && pwd`" --if test "$bindir" = "$thisdir"; then -+tmpbindir="`cd $bindir && pwd`" -+if test "$tmpbindir" = "$thisdir"; then - location=installed - elif test "$APR_SOURCE_DIR" = "$thisdir"; then - location=source diff --git a/devel/apr1/files/patch-apu-config b/devel/apr1/files/patch-apu-config deleted file mode 100644 index 13b4ebc..0000000 --- a/devel/apr1/files/patch-apu-config +++ /dev/null @@ -1,17 +0,0 @@ -Index: apr-util/apu-config.in -=================================================================== -RCS file: /home/cvspublic/apr-util/apu-config.in,v -retrieving revision 1.7 -diff -u -r1.7 apu-config.in ---- apu-config.in 13 Mar 2002 20:40:46 -0000 1.7 -+++ apu-config.in 14 Mar 2002 00:45:06 -0000 -@@ -97,7 +97,8 @@ - - thisdir="`dirname $0`" - thisdir="`cd $thisdir && pwd`" --if test "$bindir" = "$thisdir"; then -+tmpbindir="`cd $bindir && pwd`" -+if test "$tmpbindir" = "$thisdir"; then - location=installed - elif test "$APR_SOURCE_DIR" = "$thisdir"; then - location=source |