diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-28 09:02:19 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-28 09:02:19 +0000 |
commit | 3a5839b5bd8d2fd558c18470baf3d647b23b2ae3 (patch) | |
tree | 1b7c9d8690b2509ee2cf4665b836edbc363cdfd9 /lang | |
parent | 5d103635f808651d4a7591ea4b1877e9e155236d (diff) | |
download | ports-3a5839b5bd8d2fd558c18470baf3d647b23b2ae3.tar.gz ports-3a5839b5bd8d2fd558c18470baf3d647b23b2ae3.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/files/patch-scripts::Makefile.frag | 11 | ||||
-rw-r--r-- | lang/php4/pkg-plist | 16 |
3 files changed, 28 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 3ccb1a544cf8..3159f238eddb 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -21,7 +21,7 @@ PORTNAME= php4 PORTVERSION= 4.3.7 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php4/files/patch-scripts::Makefile.frag b/lang/php4/files/patch-scripts::Makefile.frag new file mode 100644 index 000000000000..41071ae08901 --- /dev/null +++ b/lang/php4/files/patch-scripts::Makefile.frag @@ -0,0 +1,11 @@ +--- scripts/Makefile.frag.orig Mon Jun 28 10:35:58 2004 ++++ scripts/Makefile.frag Mon Jun 28 10:36:57 2004 +@@ -31,6 +31,8 @@ + ext/xml \ + ext/xml/expat \ + main \ ++ ext/gd \ ++ ext/gd/libgd \ + ext/mbstring \ + ext/mbstring/libmbfl \ + ext/mbstring/libmbfl/mbfl \ diff --git a/lang/php4/pkg-plist b/lang/php4/pkg-plist index 497d2199bf64..714cf84eacf6 100644 --- a/lang/php4/pkg-plist +++ b/lang/php4/pkg-plist @@ -58,6 +58,20 @@ include/php/Zend/zend_static_allocator.h include/php/Zend/zend_types.h include/php/Zend/zend_variables.h include/php/acconfig.h +include/php/ext/gd/gdcache.h +include/php/ext/gd/gdttf.h +include/php/ext/gd/libgd/gd.h +include/php/ext/gd/libgd/gd_io.h +include/php/ext/gd/libgd/gdcache.h +include/php/ext/gd/libgd/gdfontg.h +include/php/ext/gd/libgd/gdfontl.h +include/php/ext/gd/libgd/gdfontmb.h +include/php/ext/gd/libgd/gdfonts.h +include/php/ext/gd/libgd/gdfontt.h +include/php/ext/gd/libgd/gdhelpers.h +include/php/ext/gd/libgd/jisx0208.h +include/php/ext/gd/libgd/wbmp.h +include/php/ext/gd/php_gd.h include/php/ext/mbstring/mbstring.h include/php/ext/mbstring/php_mbregex.h include/php/ext/mbstring/php_unicode.h @@ -232,6 +246,8 @@ lib/php/build/shtool %%CLI%%%%PEAR%%share/pear/bootstrap/XML/RPC/Server.php @dirrm include/php/TSRM @dirrm include/php/Zend +@dirrm include/php/ext/gd/libgd +@dirrm include/php/ext/gd @dirrm include/php/ext/mbstring/libmbfl/mbfl @dirrm include/php/ext/mbstring/libmbfl @dirrm include/php/ext/mbstring |