diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-12-09 15:53:27 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-12-09 15:53:27 +0000 |
commit | 27e877dcd05430379c44867cc846626d3794f1b0 (patch) | |
tree | b6e7847648e705e0dbd573e6ea54cf0e336be928 | |
parent | caf16daaa3886d4e6564b9a88eec8828af92fa3c (diff) | |
download | ports-27e877dcd05430379c44867cc846626d3794f1b0.tar.gz ports-27e877dcd05430379c44867cc846626d3794f1b0.zip |
Notes
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 13 | ||||
-rw-r--r-- | lang/php5/files/patch-scripts::phpize.in | 13 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 13 |
3 files changed, 0 insertions, 39 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in deleted file mode 100644 index 62317532cab5..000000000000 --- a/lang/php4/files/patch-scripts::phpize.in +++ /dev/null @@ -1,13 +0,0 @@ ---- scripts/phpize.in.orig Sun Sep 4 06:41:00 2005 -+++ scripts/phpize.in Fri May 5 08:02:13 2006 -@@ -94,8 +94,8 @@ - - phpize_check_autotools() - { -- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf -- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 - - if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then - cat <<EOF diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in deleted file mode 100644 index 7ad9a4e404d7..000000000000 --- a/lang/php5/files/patch-scripts::phpize.in +++ /dev/null @@ -1,13 +0,0 @@ ---- scripts/phpize.in.orig Mon Dec 12 12:51:45 2005 -+++ scripts/phpize.in Wed May 3 09:38:09 2006 -@@ -99,8 +99,8 @@ - - phpize_check_autotools() - { -- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf -- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 - - if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then - cat <<EOF diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in deleted file mode 100644 index 7ad9a4e404d7..000000000000 --- a/lang/php53/files/patch-scripts::phpize.in +++ /dev/null @@ -1,13 +0,0 @@ ---- scripts/phpize.in.orig Mon Dec 12 12:51:45 2005 -+++ scripts/phpize.in Wed May 3 09:38:09 2006 -@@ -99,8 +99,8 @@ - - phpize_check_autotools() - { -- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf -- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 - - if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then - cat <<EOF |