summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
committerade <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
commit964e12c93b0f7a787724b4d70b83d4cab989b315 (patch)
tree30d59616dab81b2f606e3ae725727737b4cc1b5b /lang
parent8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff)
downloadFreeBSD-ports-964e12c93b0f7a787724b4d70b83d4cab989b315.zip
FreeBSD-ports-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
Diffstat (limited to 'lang')
-rw-r--r--lang/php4/files/patch-scripts::phpize.in19
1 files changed, 12 insertions, 7 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in
index fe1e1f2..a19ec72 100644
--- a/lang/php4/files/patch-scripts::phpize.in
+++ b/lang/php4/files/patch-scripts::phpize.in
@@ -1,11 +1,16 @@
---- scripts/phpize.in.orig Fri Jun 25 12:51:38 2004
-+++ scripts/phpize.in Fri Jun 25 12:52:14 2004
-@@ -64,7 +64,7 @@
- echo
- exit 1
+--- scripts/phpize.in.orig Fri Nov 14 03:21:15 2003
++++ scripts/phpize.in Wed Jul 7 01:34:05 2004
+@@ -56,5 +56,5 @@
+
+-aclocal || exit 1
+-autoconf || exit 1
+-autoheader || exit 1
++aclocal15 || exit 1
++autoconf253 || exit 1
++autoheader253 || exit 1
+ test -x $builddir/build/shtool || chmod +x $builddir/build/shtool
+@@ -66,3 +66,3 @@
fi
-libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
+libtoolize=`$builddir/build/shtool path libtoolize13`
$libtoolize -f -c || exit 1
-
- # dumping API NOs:
OpenPOWER on IntegriCloud