Update to 4.3.8:

SECURITY: PHP memory_limit remote vulnerability
http://security.e-matters.de/advisories/112004.html

Add Type 1 support for the gd extension,
from Aleksander Piotrowski <Aleksander.Piotrowski@nic.com.pl>;

move to @dir
This commit is contained in:
robert 2004-07-15 00:49:46 +00:00
parent 94e0c62805
commit 05644a2c86
7 changed files with 219 additions and 215 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile.inc,v 1.24 2004/06/08 17:54:21 robert Exp $ # $OpenBSD: Makefile.inc,v 1.25 2004/07/15 00:49:46 robert Exp $
# This port currently only works with archs supporting dynamic loading # This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's. # and has Apache that supports DSO's.
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
V= 4.3.7 V= 4.3.8
DISTNAME= php-${V} DISTNAME= php-${V}
CATEGORIES= www lang CATEGORIES= www lang

View File

@ -1,3 +1,3 @@
MD5 (php-4.3.7.tar.gz) = 20abcab34809146cb0f766a47187a957 MD5 (php-4.3.8.tar.gz) = dd69f8c89281f088eadf4ade3dbd39ee
RMD160 (php-4.3.7.tar.gz) = bd84a2f4ab466268972ec55cbe22ecf0d2d63a47 RMD160 (php-4.3.8.tar.gz) = ce58295b885b447db1d80c6aaf3e0f517682c58c
SHA1 (php-4.3.7.tar.gz) = 8fbd33c1321ba4abbae2d1e865cfda0496a62686 SHA1 (php-4.3.8.tar.gz) = 0e2339bb70164e08bacb5ecf2b147233caad9dc8

View File

@ -1,12 +1,13 @@
@comment $OpenBSD: PLIST,v 1.5 2003/05/30 23:46:16 avsm Exp $ @comment $OpenBSD: PLIST,v 1.6 2004/07/15 00:49:47 robert Exp $
bin/pear bin/pear
bin/php bin/php
bin/php-config bin/php-config
bin/phpextdist bin/phpextdist
bin/phpize bin/phpize
@dir lib/php
lib/php/libphp4.so lib/php/libphp4.so
man/man1/php.1 man/man1/php.1
sbin/phpxs sbin/phpxs
@dir share/doc/php4
share/doc/php4/php.ini-dist share/doc/php4/php.ini-dist
share/doc/php4/php.ini-recommended share/doc/php4/php.ini-recommended
@dirrm share/doc/php4

View File

@ -1,124 +1,40 @@
@comment $OpenBSD: PLIST-pear,v 1.7 2004/06/06 18:09:22 avsm Exp $ @comment $OpenBSD: PLIST-pear,v 1.8 2004/07/15 00:49:47 robert Exp $
pear/lib/.registry/archive_tar.reg @dir pear
pear/lib/.registry/console_getopt.reg @dir pear/build
pear/lib/.registry/pear.reg pear/build/Makefile.global
pear/lib/.registry/db.reg pear/build/acinclude.m4
pear/lib/.registry/http.reg pear/build/mkdep.awk
pear/lib/.registry/mail.reg pear/build/phpize.m4
pear/lib/.registry/net_smtp.reg pear/build/scan_makefile_in.awk
pear/lib/.registry/net_socket.reg pear/build/shtool
pear/lib/.registry/xml_parser.reg @dir pear/data
pear/lib/.registry/xml_rpc.reg @dir pear/data/PEAR
pear/lib/Archive/Tar.php pear/data/PEAR/package.dtd
pear/lib/Console/Getopt.php pear/data/PEAR/template.spec
pear/lib/System.php @dir pear/doc
pear/lib/pearcmd.php @dir pear/doc/Archive_Tar
pear/lib/PEAR/Command.php @dir pear/doc/Archive_Tar/docs
pear/lib/PEAR/Common.php
pear/lib/PEAR/Command/Build.php
pear/lib/PEAR/Command/Common.php
pear/lib/PEAR/Command/Config.php
pear/lib/PEAR/Command/Install.php
pear/lib/PEAR/Command/Package.php
pear/lib/PEAR/Command/Registry.php
pear/lib/PEAR/Command/Remote.php
pear/lib/PEAR/Command/Mirror.php
pear/lib/PEAR/Command/Auth.php
pear/lib/PEAR/Config.php
pear/lib/PEAR/Dependency.php
pear/lib/PEAR/Downloader.php
pear/lib/PEAR/Builder.php
pear/lib/PEAR/ErrorStack.php
pear/lib/PEAR/Frontend/CLI.php
pear/lib/PEAR/Installer.php
pear/lib/PEAR/Packager.php
pear/lib/PEAR/Registry.php
pear/lib/PEAR/Remote.php
pear/lib/PEAR/Autoloader.php
pear/lib/OS/Guess.php
pear/lib/Net/SMTP.php
pear/lib/Net/Socket.php
pear/lib/XML/Parser.php
pear/lib/XML/RPC/Server.php
pear/lib/XML/RPC.php
pear/lib/PEAR.php
pear/lib/DB/dbase.php
pear/lib/DB/fbsql.php
pear/lib/DB/ibase.php
pear/lib/DB/ifx.php
pear/lib/DB/msql.php
pear/lib/DB/mssql.php
pear/lib/DB/mysql.php
pear/lib/DB/mysqli.php
pear/lib/DB/oci8.php
pear/lib/DB/odbc.php
pear/lib/DB/pgsql.php
pear/lib/DB/sybase.php
pear/lib/DB/storage.php
pear/lib/DB/sqlite.php
pear/lib/DB/common.php
pear/lib/DB.php
pear/lib/HTTP.php
pear/lib/Mail/null.php
pear/lib/Mail/sendmail.php
pear/lib/Mail/smtp.php
pear/lib/Mail/RFC822.php
pear/lib/Mail/mail.php
pear/lib/Mail.php
pear/doc/Archive_Tar/docs/Archive_Tar.txt pear/doc/Archive_Tar/docs/Archive_Tar.txt
@dir pear/doc/DB
@dir pear/doc/DB/doc
pear/doc/DB/doc/IDEAS
pear/doc/DB/doc/MAINTAINERS pear/doc/DB/doc/MAINTAINERS
pear/doc/DB/doc/STATUS pear/doc/DB/doc/STATUS
pear/doc/DB/doc/TESTERS pear/doc/DB/doc/TESTERS
pear/doc/DB/doc/IDEAS @dir pear/include
pear/data/PEAR/template.spec @dir pear/include/TSRM
pear/data/PEAR/package.dtd pear/include/TSRM/TSRM.h
pear/tests/DB/tests/db_parsedsn.phpt pear/include/TSRM/acconfig.h
pear/tests/DB/tests/db_factory.phpt pear/include/TSRM/readdir.h
pear/tests/DB/tests/db_ismanip.phpt pear/include/TSRM/tsrm_config.h
pear/tests/DB/tests/db_error2.phpt pear/include/TSRM/tsrm_config.nw.h
pear/tests/DB/tests/errors.inc pear/include/TSRM/tsrm_config.w32.h
pear/tests/DB/tests/fetchmode_object.inc pear/include/TSRM/tsrm_config_common.h
pear/tests/DB/tests/fetchmodes.inc pear/include/TSRM/tsrm_nw.h
pear/tests/DB/tests/include.inc pear/include/TSRM/tsrm_strtok_r.h
pear/tests/DB/tests/limit.inc pear/include/TSRM/tsrm_virtual_cwd.h
pear/tests/DB/tests/numcols.inc pear/include/TSRM/tsrm_win32.h
pear/tests/DB/tests/numrows.inc @dir pear/include/Zend
pear/tests/DB/tests/prepexe.inc
pear/tests/DB/tests/run.cvs
pear/tests/DB/tests/sequences.inc
pear/tests/DB/tests/simplequery.inc
pear/tests/DB/tests/transactions.inc
pear/tests/DB/tests/skipif.inc
pear/tests/DB/tests/driver/02fetch.phpt
pear/tests/DB/tests/driver/03simplequery.phpt
pear/tests/DB/tests/driver/04numcols.phpt
pear/tests/DB/tests/driver/05sequences.phpt
pear/tests/DB/tests/driver/06prepexec.phpt
pear/tests/DB/tests/driver/08affectedrows.phpt
pear/tests/DB/tests/driver/09numrows.phpt
pear/tests/DB/tests/driver/10errormap.phpt
pear/tests/DB/tests/driver/11transactions.phpt
pear/tests/DB/tests/driver/13limit.phpt
pear/tests/DB/tests/driver/14fetchmode_object.phpt
pear/tests/DB/tests/driver/15quote.phpt
pear/tests/DB/tests/driver/16tableinfo.phpt
pear/tests/DB/tests/driver/17query.phpt
pear/tests/DB/tests/driver/18get.phpt
pear/tests/DB/tests/driver/bug22328.phpt
pear/tests/DB/tests/driver/connect.inc
pear/tests/DB/tests/driver/mktable.inc
pear/tests/DB/tests/driver/run.cvs
pear/tests/DB/tests/driver/setup.inc.cvs
pear/tests/DB/tests/driver/skipif.inc
pear/tests/DB/tests/driver/01connect.phpt
pear/tests/DB/tests/db_error.phpt
pear/tests/XML_Parser/tests/002.phpt
pear/tests/XML_Parser/tests/003.phpt
pear/tests/XML_Parser/tests/004.phpt
pear/tests/XML_Parser/tests/005.phpt
pear/tests/XML_Parser/tests/test2.xml
pear/tests/XML_Parser/tests/test3.xml
pear/tests/XML_Parser/tests/001.phpt
pear/include/Zend/FlexLexer.h pear/include/Zend/FlexLexer.h
pear/include/Zend/acconfig.h pear/include/Zend/acconfig.h
pear/include/Zend/zend.h pear/include/Zend/zend.h
@ -159,17 +75,37 @@ pear/include/Zend/zend_stack.h
pear/include/Zend/zend_static_allocator.h pear/include/Zend/zend_static_allocator.h
pear/include/Zend/zend_types.h pear/include/Zend/zend_types.h
pear/include/Zend/zend_variables.h pear/include/Zend/zend_variables.h
pear/include/TSRM/TSRM.h pear/include/acconfig.h
pear/include/TSRM/acconfig.h @dir pear/include/ext
pear/include/TSRM/readdir.h @dir pear/include/ext/mbstring
pear/include/TSRM/tsrm_config.h @dir pear/include/ext/mbstring/libmbfl
pear/include/TSRM/tsrm_config.nw.h @dir pear/include/ext/mbstring/libmbfl/mbfl
pear/include/TSRM/tsrm_config.w32.h pear/include/ext/mbstring/libmbfl/mbfl/mbfilter.h
pear/include/TSRM/tsrm_config_common.h pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
pear/include/TSRM/tsrm_nw.h pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
pear/include/TSRM/tsrm_strtok_r.h pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
pear/include/TSRM/tsrm_virtual_cwd.h pear/include/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
pear/include/TSRM/tsrm_win32.h pear/include/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_language.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
pear/include/ext/mbstring/mbstring.h
pear/include/ext/mbstring/php_mbregex.h
pear/include/ext/mbstring/php_unicode.h
pear/include/ext/mbstring/unicode_data.h
@dir pear/include/ext/pgsql
pear/include/ext/pgsql/php_pgsql.h
@dir pear/include/ext/session
pear/include/ext/session/mod_files.h
pear/include/ext/session/mod_mm.h
pear/include/ext/session/mod_user.h
pear/include/ext/session/php_session.h
@dir pear/include/ext/standard
pear/include/ext/standard/aggregation.h pear/include/ext/standard/aggregation.h
pear/include/ext/standard/base64.h pear/include/ext/standard/base64.h
pear/include/ext/standard/basic_functions.h pear/include/ext/standard/basic_functions.h
@ -228,10 +164,8 @@ pear/include/ext/standard/uniqid.h
pear/include/ext/standard/url.h pear/include/ext/standard/url.h
pear/include/ext/standard/url_scanner.h pear/include/ext/standard/url_scanner.h
pear/include/ext/standard/url_scanner_ex.h pear/include/ext/standard/url_scanner_ex.h
pear/include/ext/session/mod_files.h @dir pear/include/ext/xml
pear/include/ext/session/mod_mm.h @dir pear/include/ext/xml/expat
pear/include/ext/session/mod_user.h
pear/include/ext/session/php_session.h
pear/include/ext/xml/expat/ascii.h pear/include/ext/xml/expat/ascii.h
pear/include/ext/xml/expat/asciitab.h pear/include/ext/xml/expat/asciitab.h
pear/include/ext/xml/expat/expat.h pear/include/ext/xml/expat/expat.h
@ -245,26 +179,7 @@ pear/include/ext/xml/expat/xmlrole.h
pear/include/ext/xml/expat/xmltok.h pear/include/ext/xml/expat/xmltok.h
pear/include/ext/xml/expat/xmltok_impl.h pear/include/ext/xml/expat/xmltok_impl.h
pear/include/ext/xml/php_xml.h pear/include/ext/xml/php_xml.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter.h @dir pear/include/main
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_language.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
pear/include/ext/mbstring/mbstring.h
pear/include/ext/mbstring/php_mbregex.h
pear/include/ext/mbstring/php_unicode.h
pear/include/ext/mbstring/unicode_data.h
pear/include/ext/pgsql/php_pgsql.h
pear/include/main/php_embed.h
pear/include/main/SAPI.h pear/include/main/SAPI.h
pear/include/main/build-defs.h pear/include/main/build-defs.h
pear/include/main/config.nw.h pear/include/main/config.nw.h
@ -277,6 +192,7 @@ pear/include/main/php3_compat.h
pear/include/main/php_compat.h pear/include/main/php_compat.h
pear/include/main/php_config.h pear/include/main/php_config.h
pear/include/main/php_content_types.h pear/include/main/php_content_types.h
pear/include/main/php_embed.h
pear/include/main/php_globals.h pear/include/main/php_globals.h
pear/include/main/php_ini.h pear/include/main/php_ini.h
pear/include/main/php_logos.h pear/include/main/php_logos.h
@ -298,58 +214,142 @@ pear/include/main/safe_mode.h
pear/include/main/snprintf.h pear/include/main/snprintf.h
pear/include/main/spprintf.h pear/include/main/spprintf.h
pear/include/main/win95nt.h pear/include/main/win95nt.h
@dir pear/include/regex
pear/include/regex/cclass.h pear/include/regex/cclass.h
pear/include/regex/cname.h pear/include/regex/cname.h
pear/include/regex/regex.h pear/include/regex/regex.h
pear/include/regex/regex2.h pear/include/regex/regex2.h
pear/include/regex/regex_extra.h pear/include/regex/regex_extra.h
pear/include/regex/utils.h pear/include/regex/utils.h
pear/include/acconfig.h @dir pear/lib
pear/build/phpize.m4 @dir pear/lib/.registry
pear/build/mkdep.awk pear/lib/.registry/archive_tar.reg
pear/build/shtool pear/lib/.registry/console_getopt.reg
pear/build/scan_makefile_in.awk pear/lib/.registry/db.reg
pear/build/Makefile.global pear/lib/.registry/http.reg
pear/build/acinclude.m4 pear/lib/.registry/mail.reg
@dirrm pear/tests/XML_Parser/tests pear/lib/.registry/net_smtp.reg
@dirrm pear/tests/XML_Parser pear/lib/.registry/net_socket.reg
@dirrm pear/tests/DB/tests/driver pear/lib/.registry/pear.reg
@dirrm pear/tests/DB/tests pear/lib/.registry/xml_parser.reg
@dirrm pear/tests/DB pear/lib/.registry/xml_rpc.reg
@dirrm pear/tests @dir pear/lib/Archive
@dirrm pear/lib/XML/RPC pear/lib/Archive/Tar.php
@dirrm pear/lib/XML @dir pear/lib/Console
@dirrm pear/lib/PEAR/Frontend pear/lib/Console/Getopt.php
@dirrm pear/lib/PEAR/Command @dir pear/lib/DB
@dirrm pear/lib/PEAR pear/lib/DB.php
@dirrm pear/lib/OS pear/lib/DB/common.php
@dirrm pear/lib/Net pear/lib/DB/dbase.php
@dirrm pear/lib/Mail pear/lib/DB/fbsql.php
@dirrm pear/lib/DB pear/lib/DB/ibase.php
@dirrm pear/lib/Console pear/lib/DB/ifx.php
@dirrm pear/lib/Archive pear/lib/DB/msql.php
@dirrm pear/lib/.registry pear/lib/DB/mssql.php
@dirrm pear/lib pear/lib/DB/mysql.php
@dirrm pear/include/regex pear/lib/DB/mysqli.php
@dirrm pear/include/main pear/lib/DB/oci8.php
@dirrm pear/include/ext/xml/expat pear/lib/DB/odbc.php
@dirrm pear/include/ext/xml pear/lib/DB/pgsql.php
@dirrm pear/include/ext/standard pear/lib/DB/sqlite.php
@dirrm pear/include/ext/session pear/lib/DB/storage.php
@dirrm pear/include/ext/pgsql pear/lib/DB/sybase.php
@dirrm pear/include/ext/mbstring/libmbfl/mbfl pear/lib/HTTP.php
@dirrm pear/include/ext/mbstring/libmbfl @dir pear/lib/Mail
@dirrm pear/include/ext/mbstring pear/lib/Mail.php
@dirrm pear/include/ext pear/lib/Mail/RFC822.php
@dirrm pear/include/Zend pear/lib/Mail/mail.php
@dirrm pear/include/TSRM pear/lib/Mail/null.php
@dirrm pear/include pear/lib/Mail/sendmail.php
@dirrm pear/doc/DB/doc pear/lib/Mail/smtp.php
@dirrm pear/doc/DB @dir pear/lib/Net
@dirrm pear/doc/Archive_Tar/docs pear/lib/Net/SMTP.php
@dirrm pear/doc/Archive_Tar pear/lib/Net/Socket.php
@dirrm pear/doc @dir pear/lib/OS
@dirrm pear/data/PEAR pear/lib/OS/Guess.php
@dirrm pear/data @dir pear/lib/PEAR
@dirrm pear/build pear/lib/PEAR.php
@dirrm pear pear/lib/PEAR/Autoloader.php
pear/lib/PEAR/Builder.php
@dir pear/lib/PEAR/Command
pear/lib/PEAR/Command.php
pear/lib/PEAR/Command/Auth.php
pear/lib/PEAR/Command/Build.php
pear/lib/PEAR/Command/Common.php
pear/lib/PEAR/Command/Config.php
pear/lib/PEAR/Command/Install.php
pear/lib/PEAR/Command/Mirror.php
pear/lib/PEAR/Command/Package.php
pear/lib/PEAR/Command/Registry.php
pear/lib/PEAR/Command/Remote.php
pear/lib/PEAR/Common.php
pear/lib/PEAR/Config.php
pear/lib/PEAR/Dependency.php
pear/lib/PEAR/Downloader.php
pear/lib/PEAR/ErrorStack.php
@dir pear/lib/PEAR/Frontend
pear/lib/PEAR/Frontend/CLI.php
pear/lib/PEAR/Installer.php
pear/lib/PEAR/Packager.php
pear/lib/PEAR/Registry.php
pear/lib/PEAR/Remote.php
pear/lib/System.php
@dir pear/lib/XML
pear/lib/XML/Parser.php
@dir pear/lib/XML/RPC
pear/lib/XML/RPC.php
pear/lib/XML/RPC/Server.php
pear/lib/pearcmd.php
@dir pear/tests
@dir pear/tests/DB
@dir pear/tests/DB/tests
pear/tests/DB/tests/db_error.phpt
pear/tests/DB/tests/db_error2.phpt
pear/tests/DB/tests/db_factory.phpt
pear/tests/DB/tests/db_ismanip.phpt
pear/tests/DB/tests/db_parsedsn.phpt
@dir pear/tests/DB/tests/driver
pear/tests/DB/tests/driver/01connect.phpt
pear/tests/DB/tests/driver/02fetch.phpt
pear/tests/DB/tests/driver/03simplequery.phpt
pear/tests/DB/tests/driver/04numcols.phpt
pear/tests/DB/tests/driver/05sequences.phpt
pear/tests/DB/tests/driver/06prepexec.phpt
pear/tests/DB/tests/driver/08affectedrows.phpt
pear/tests/DB/tests/driver/09numrows.phpt
pear/tests/DB/tests/driver/10errormap.phpt
pear/tests/DB/tests/driver/11transactions.phpt
pear/tests/DB/tests/driver/13limit.phpt
pear/tests/DB/tests/driver/14fetchmode_object.phpt
pear/tests/DB/tests/driver/15quote.phpt
pear/tests/DB/tests/driver/16tableinfo.phpt
pear/tests/DB/tests/driver/17query.phpt
pear/tests/DB/tests/driver/18get.phpt
pear/tests/DB/tests/driver/bug22328.phpt
pear/tests/DB/tests/driver/connect.inc
pear/tests/DB/tests/driver/mktable.inc
pear/tests/DB/tests/driver/run.cvs
pear/tests/DB/tests/driver/setup.inc.cvs
pear/tests/DB/tests/driver/skipif.inc
pear/tests/DB/tests/errors.inc
pear/tests/DB/tests/fetchmode_object.inc
pear/tests/DB/tests/fetchmodes.inc
pear/tests/DB/tests/include.inc
pear/tests/DB/tests/limit.inc
pear/tests/DB/tests/numcols.inc
pear/tests/DB/tests/numrows.inc
pear/tests/DB/tests/prepexe.inc
pear/tests/DB/tests/run.cvs
pear/tests/DB/tests/sequences.inc
pear/tests/DB/tests/simplequery.inc
pear/tests/DB/tests/skipif.inc
pear/tests/DB/tests/transactions.inc
@dir pear/tests/XML_Parser
@dir pear/tests/XML_Parser/tests
pear/tests/XML_Parser/tests/001.phpt
pear/tests/XML_Parser/tests/002.phpt
pear/tests/XML_Parser/tests/003.phpt
pear/tests/XML_Parser/tests/004.phpt
pear/tests/XML_Parser/tests/005.phpt
pear/tests/XML_Parser/tests/test2.xml
pear/tests/XML_Parser/tests/test3.xml

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2004/07/05 00:00:33 robert Exp $ # $OpenBSD: Makefile,v 1.32 2004/07/15 00:49:47 robert Exp $
FULLPKGNAME= php4-extensions-${V} FULLPKGNAME= php4-extensions-${V}
COMMENT= "informational package about PHP4 extensions" COMMENT= "informational package about PHP4 extensions"
@ -110,9 +110,11 @@ CONFIGURE_ARGS+= --without-gd --without-xpm-dir --without-ttf \
.else .else
MULTI_PACKAGES+= -gd MULTI_PACKAGES+= -gd
COMMENT-gd= "image manipulation extensions for php4" COMMENT-gd= "image manipulation extensions for php4"
GD_DEPENDS= ttf.1::print/freetype ${GRAPHIC_DEPENDS} GD_DEPENDS= ttf.1::print/freetype ${GRAPHIC_DEPENDS} \
t1.5::devel/t1lib
CONFIGURE_ARGS+= --with-gd=shared ${GRAPHIC_CONFIG} \ CONFIGURE_ARGS+= --with-gd=shared ${GRAPHIC_CONFIG} \
--with-ttf=shared,${LOCALBASE} --without-freetype-dir --with-ttf=shared,${LOCALBASE} --without-freetype-dir \
--with-t1lib=${LOCALBASE}
.if !${FLAVOR:L:Mno_x11} .if !${FLAVOR:L:Mno_x11}
USE_X11= yes USE_X11= yes
CONFIGURE_ARGS+= --with-xpm-dir=${X11BASE} CONFIGURE_ARGS+= --with-xpm-dir=${X11BASE}

View File

@ -1,3 +1,3 @@
MD5 (php-4.3.7.tar.gz) = 20abcab34809146cb0f766a47187a957 MD5 (php-4.3.8.tar.gz) = dd69f8c89281f088eadf4ade3dbd39ee
RMD160 (php-4.3.7.tar.gz) = bd84a2f4ab466268972ec55cbe22ecf0d2d63a47 RMD160 (php-4.3.8.tar.gz) = ce58295b885b447db1d80c6aaf3e0f517682c58c
SHA1 (php-4.3.7.tar.gz) = 8fbd33c1321ba4abbae2d1e865cfda0496a62686 SHA1 (php-4.3.8.tar.gz) = 0e2339bb70164e08bacb5ecf2b147233caad9dc8

View File

@ -2,7 +2,8 @@ You can use the image functions in PHP to get the size of JPEG,
GIF, PNG, SWF, TIFF and JPEG2000 images. GIF, PNG, SWF, TIFF and JPEG2000 images.
By using the GD library, you will also be able to create and By using the GD library, you will also be able to create and
manipulate images. manipulate images. Support for TrueType and PostScript fonts
is also included.
The format of images you are able to manipulate depend on the version The format of images you are able to manipulate depend on the version
of GD you install, and any other libraries GD might need to access of GD you install, and any other libraries GD might need to access