pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4/patches doesn't appear to be needed anymore



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0768c6a471f1
branches:  trunk
changeset: 492398:0768c6a471f1
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Apr 11 20:03:58 2005 +0000

description:
doesn't appear to be needed anymore

diffstat:

 www/php4/patches/patch-ab |  41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

diffs (45 lines):

diff -r 1a42d186ebbd -r 0768c6a471f1 www/php4/patches/patch-ab
--- a/www/php4/patches/patch-ab Mon Apr 11 20:02:56 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-$NetBSD: patch-ab,v 1.16 2004/09/28 12:41:13 jdolecek Exp $
-
---- scripts/phpize.in.orig     2004-06-19 22:37:55.000000000 +0200
-+++ scripts/phpize.in  2004-09-28 11:35:45.000000000 +0200
-@@ -54,18 +54,25 @@
- 
- touch install-sh mkinstalldirs missing
- 
--aclocal || exit 1
--autoconf || exit 1
--autoheader || exit 1
--test -x "$builddir/build/shtool" || chmod +x "$builddir/build/shtool"
--if test ! -x "$builddir/build/shtool"; then
--  echo "shtool at '$builddir/build/shtool' not executable. "
--  echo "Make sure that the file exists and is executable and then rerun this script. "
--  echo 
--  exit 1
-+if [ -z "$ACLOCAL" ]; then ACLOCAL=aclocal; fi
-+if [ -z "$AUTOCONF" ]; then AUTOCONF=autoconf; fi
-+if [ -z "$AUTOHEADER" ]; then AUTOHEADER=autoheader; fi
-+if [ -z "$LIBTOOLIZE" ]; then
-+      test -x "$builddir/build/shtool" || chmod +x "$builddir/build/shtool"
-+      if test ! -x "$builddir/build/shtool"; then
-+        echo "shtool at '$builddir/build/shtool' not executable. "
-+        echo "Make sure that the file exists and is executable and then rerun this script. "
-+        echo 
-+        exit 1
-+      fi
-+
-+      LIBTOOLIZE=`$builddir/build/shtool path glibtoolize libtoolize`;
- fi
--libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
--$libtoolize -f -c || exit 1
-+
-+$ACLOCAL || exit 1
-+$AUTOCONF || exit 1
-+$AUTOHEADER || exit 1
-+$LIBTOOLIZE -f -c || exit 1
- 
- # dumping API NOs:
- PHP_API_VERSION=`egrep '#define PHP_API_VERSION' $includedir/main/php.h|sed 's/#define PHP_API_VERSION//'`



Home | Main Index | Thread Index | Old Index