diff options
author | dirk <dirk@FreeBSD.org> | 2000-01-03 01:24:31 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-01-03 01:24:31 +0800 |
commit | cb710173961c9242395f4f6465052423b55dc9bb (patch) | |
tree | 53e396eafe48db23fa69cabb74e24ee679d46826 | |
parent | 8404bb98ff9363db499d06089e55db947611e4c9 (diff) | |
download | freebsd-ports-gnome-cb710173961c9242395f4f6465052423b55dc9bb.tar.gz freebsd-ports-gnome-cb710173961c9242395f4f6465052423b55dc9bb.tar.zst freebsd-ports-gnome-cb710173961c9242395f4f6465052423b55dc9bb.zip |
Upgrade to PHP-3.0.13.
-rw-r--r-- | www/mod_php3/Makefile | 9 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php3/files/patch-aq | 33 |
3 files changed, 18 insertions, 26 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index a11e47137357..fb170922eaab 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -41,11 +41,6 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz -PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -PATCHFILES= php_configure.2.diff php_gd.c.2.diff php_php3_gd.h.2.diff \ - php_pdf.c.diff php_snmp.c.diff php_config.h.in.diff \ - php_imap.c.diff - MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 @@ -53,7 +48,7 @@ Y2K= http://www.php.net/y2k.php3 PHP_DISTDIR= distributions VERSION_APACHE= 1.3.9 -VERSION_PHP= 3.0.12 +VERSION_PHP= 3.0.13 USE_PERL5= yes HAS_CONFIGURE= yes @@ -118,7 +113,7 @@ post-extract: pre-configure: @cd ${WRKSRC} \ - && CC="${CC}" CFLAGS="${CFLAGS}" ./configure > /dev/null \ + && CC="${CC}" CFLAGS="${CFLAGS}" ./configure > /dev/null \ && cd ${WRKDIR}/php-${VERSION_PHP} \ && ${ECHO_MSG} "===> Configuring for PHP-${VERSION_PHP}" \ && CC="${CC}" \ diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index f9741687d1a9..bed2d2adc393 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,5 +1,5 @@ MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 -MD5 (php-3.0.12.tar.gz) = 0d3b9517f8af17f1cd8c994d6fa26dd7 +MD5 (php-3.0.13.tar.gz) = 2ba97c74d3d51e353c6e0e914b61ec79 MD5 (mod_ssl-2.4.9-1.3.9.tar.gz) = 8d8efb64a0d23291b319c9056180c900 MD5 (php_config.h.in.diff) = 457a3c0f852b77c41a3dc77941084563 MD5 (php_configure.2.diff) = 7a3d4f454bc4f2e8b90cd49b8c2c2b34 diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq index 82a0bdbbcfb8..84f0a68b8b1f 100644 --- a/www/mod_php3/files/patch-aq +++ b/www/mod_php3/files/patch-aq @@ -1,21 +1,21 @@ ---- ../php/configure.orig Wed Jul 28 19:07:49 1999 -+++ ../php/configure Fri Jul 30 17:55:10 1999 -@@ -5072,29 +5072,9 @@ +--- ../php/configure.orig Sat Jan 1 05:53:20 2000 ++++ ../php/configure Sun Jan 2 17:34:39 2000 +@@ -5261,26 +5261,10 @@ if test -n "$unique" && test "`eval $cmd`" = "" ; then eval "LIBPATH$unique=set" -- EXTRA_LIBS="$EXTRA_LIBS -L$ai_p" -- RAW_RPATHS="$RAW_RPATHS ${raw_runpath_switch}$ai_p" -- if test -n "$APXS" ; then -- RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'" -- else -- RPATHS="$RPATHS ${ld_runpath_switch}$ai_p" -- fi +- EXTRA_LIBS="$EXTRA_LIBS -L$ai_p" +- if test -n "$APXS" ; then +- RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'" +- else +- RPATHS="$RPATHS ${ld_runpath_switch}$ai_p" +- fi +- +- fi + EXTRA_LIBS="$EXTRA_LIBS $ai_p/libc-client4.a" - + fi -- -- + - - - unique=`echo $ac_n "c-client4$ac_c" | tr -c -d a-zA-Z0-9` @@ -25,9 +25,6 @@ - - EXTRA_LIBS="$EXTRA_LIBS -lc-client4" - -- fi -- -- + fi + - elif test -f "$IMAP_DIR/lib/libc-client.a" || test -f "$IMAP_DIR/lib/libc-client.so"; then - |