aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-03-27 05:54:45 +0800
committerdirk <dirk@FreeBSD.org>2000-03-27 05:54:45 +0800
commit13b674d8039f4dab00006b034ebe88364ccd9b4f (patch)
tree7eb00ac16513a442206759673a6ab5f177a1b9bf /www/mod_php3/Makefile
parentcf7db77f0826cbdfa986986b70ca326b3654de30 (diff)
downloadfreebsd-ports-gnome-13b674d8039f4dab00006b034ebe88364ccd9b4f.tar.gz
freebsd-ports-gnome-13b674d8039f4dab00006b034ebe88364ccd9b4f.tar.zst
freebsd-ports-gnome-13b674d8039f4dab00006b034ebe88364ccd9b4f.zip
Fix exec bug via PATCH_SITES/PATCHFILES:
"Make exec() and friends return last line of output, and be careful we don't do it for the passthru() case" Submitted by: Max Khon <fjoe@iclub.nsu.ru>
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r--www/mod_php3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 74d18b7ef9ac..d16aaacd2373 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -41,6 +41,10 @@ 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://people.FreeBSD.org/~dirk/ports/distfiles/ \
+ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles
+PATCHFILES= php_exec.c.diff
+
MAINTAINER= dirk@FreeBSD.org
Y2K= http://www.php.net/y2k.php3