summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-06-25 11:21:01 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-06-25 11:21:01 +0000
commit5c6497f10b6ad9d86cbb87f54ed91048112f4eae (patch)
tree1956e08d8bd1c5af6f7416d18be22c6ff3489382 /lang/php5
parent- Remove pdflib extension (diff)
- Point phpize to use libtoolize13
Notes
Notes: svn path=/head/; revision=112222
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile1
-rw-r--r--lang/php5/files/patch-scripts::phpize.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index f717e77288ed..f88f9382ec78 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -22,6 +22,7 @@
PORTNAME= php5
PORTVERSION= 5.0.0.r3
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,}
MASTER_SITE_SUBDIR= distributions/:release
diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in
new file mode 100644
index 000000000000..489f17a40c11
--- /dev/null
+++ b/lang/php5/files/patch-scripts::phpize.in
@@ -0,0 +1,11 @@
+--- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004
++++ scripts/phpize.in Fri Jun 25 12:58:49 2004
+@@ -108,7 +108,7 @@
+
+ phpize_libtoolize()
+ {
+- libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
++ libtoolize=`$builddir/build/shtool path libtoolize13`
+ $libtoolize -f -c || exit 1
+ }
+