diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-26 17:24:16 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-26 17:24:16 +0800 |
commit | 35ed4b89c510c0ba31587385b1cec70454888248 (patch) | |
tree | b909c9a44640a0772cc6a9a1596376d14aabcce1 /www | |
parent | 6ce357a5fd42a6d6b740615997c8be326086b641 (diff) | |
download | freebsd-ports-gnome-35ed4b89c510c0ba31587385b1cec70454888248.tar.gz freebsd-ports-gnome-35ed4b89c510c0ba31587385b1cec70454888248.tar.zst freebsd-ports-gnome-35ed4b89c510c0ba31587385b1cec70454888248.zip |
Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() for
image creation. Without these functions image creation is impossible.
So add three patches via PATCH_SITES/PATCHFILES to make these functions
available.
Reported by: Dmitry Petrov <dpetrov@nchcapital.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 5 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 66a2d5a6cb43..c8aadd70a129 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.87 1999/08/20 19:12:47 dirk Exp $ +# $Id: Makefile,v 1.88 1999/08/22 19:00:27 mharo Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -41,6 +41,9 @@ 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.diff php_gd.c.diff php_php3_gd.h.diff + MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index dc24208d18c9..ea92eb6474b6 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,6 @@ MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 MD5 (php-3.0.12.tar.gz) = 0d3b9517f8af17f1cd8c994d6fa26dd7 MD5 (mod_ssl-2.4.0-1.3.9.tar.gz) = 225c82d5d54a0e1c872bfcc7ffdfb0d8 +MD5 (php_configure.diff) = 69d8e2e6d49d9e37aab6e8d9765bcb1d +MD5 (php_gd.c.diff) = da5f001772417a1a65711be55f1cd38c +MD5 (php_php3_gd.h.diff) = d9da6e7fecafc5a57dcd320a943c22fd |