diff options
-rw-r--r-- | lang/php5/Makefile | 1 | ||||
-rw-r--r-- | lang/php5/files/patch-scripts::phpize.in | 11 | ||||
-rw-r--r-- | lang/php53/Makefile | 1 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 11 |
4 files changed, 24 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 + } + diff --git a/lang/php53/Makefile b/lang/php53/Makefile index f717e77288ed..f88f9382ec78 100644 --- a/lang/php53/Makefile +++ b/lang/php53/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/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in new file mode 100644 index 000000000000..489f17a40c11 --- /dev/null +++ b/lang/php53/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 + } + |