aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize depending libraries' version up.Yoshio MITA2002-05-252-3/+3
| | | | Notes: svn path=/head/; revision=59941
* Add MCVE support.Dirk Froemberg2002-05-181-0/+5
| | | | | | | | PR: ports/37601 Submitted by: jedgar Notes: svn path=/head/; revision=59415
* Upgrade to 4.2.1.Dirk Froemberg2002-05-174-25/+6
| | | | Notes: svn path=/head/; revision=59296
* USE_BZIP2Dirk Froemberg2002-05-132-1/+2
| | | | | | | | PR: ports/37568 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=58996
* Fix mkdir() bug.Dirk Froemberg2002-05-132-1/+21
| | | | | | | | PR: ports/37825 Submitted by: Jason Taylor <jason@jase.org> Notes: svn path=/head/; revision=58995
* - extension dir is no-debug-zts-20010901 if WITH_APACHE2 is setDirk Froemberg2002-05-112-3/+6
| | | | | | | | | | | - extension dir has to be created if installed as a package since it is empty - move PLIST_SUB into if-clause so it actually works Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=58925
* Remove stale PLIST_SUB for AP_LIBEXEC which wrongly overrode previousDirk Froemberg2002-05-111-4/+0
| | | | | | | | | setting for PLIST_SUB. PR: ports/37769 Notes: svn path=/head/; revision=58924
* Chase libmcrypt version bump.Kris Kennaway2002-05-071-1/+1
| | | | | | | | Submitted by: Larry Rosenman <ler@lerctr.org> PR: ports/37812 Notes: svn path=/head/; revision=58637
* Add hook for building mod_php4 as an apache2 module (WITH_APACHE2).Dirk Froemberg2002-05-012-3/+20
| | | | Notes: svn path=/head/; revision=58407
* ${ECHO} -> ${ECHO_CMD}Dirk Froemberg2002-05-011-12/+12
| | | | Notes: svn path=/head/; revision=58406
* Remove unneeded post-extract hook.Dirk Froemberg2002-05-011-2/+0
| | | | Notes: svn path=/head/; revision=58403
* Remove stale entry.Dirk Froemberg2002-05-011-1/+0
| | | | Notes: svn path=/head/; revision=58402
* Fix plist after upgrade to 4.2.0.Dirk Froemberg2002-04-271-43/+46
| | | | Notes: svn path=/head/; revision=58231
* Upgrade to 4.2.0.Dirk Froemberg2002-04-276-117/+24
| | | | | | | | | | | | | | | | | | | | | | | | Don't upgrade to this version blindly. External variables handling has been changed. This will break your application if they don't take care of this. There is a CVS tag (BEFORE_PHP_4_2_0) for the latest non-4.2.0 version (4.1.2). ------------------------------------------------------------------------- The biggest change in PHP 4.2.0 concerns variable handling. External variables (from the environment, the HTTP request, cookies or the web server) are no longer registered in the global scope by default. The preferred method of accessing these external variables is by using the new Superglobal arrays, introduced in PHP 4.1.0. More information about this change: * PHP Manual: Predefined variables http://www.php.net/manual/en/html/language.variables.predefined.html Notes: svn path=/head/; revision=58221
* XMLRPC requires iconv.Dirk Froemberg2002-04-171-1/+4
| | | | | | | | PR: ports/36888 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=57783
* Clean up configure options.Dirk Froemberg2002-04-161-3/+1
| | | | | | | | PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=57749
* Add GD2 support.Dirk Froemberg2002-04-161-2/+28
| | | | | | | | PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=57747
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+1
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* giconv.h --> iconv.h.Maxim Sobolev2002-04-081-1/+1
| | | | Notes: svn path=/head/; revision=57435
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Make sure every block is printed once, only.Dirk Froemberg2002-03-211-9/+15
| | | | Notes: svn path=/head/; revision=56429
* - Added bzip2 supportDirk Froemberg2002-03-211-0/+24
| | | | | | | | | | | - Added XMLRPC support - Added WDDX support PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=56428
* - Cleaned up XML-related extensionsDirk Froemberg2002-03-211-7/+4
| | | | | | | | | | - Fixed / Updated iconv-biconv-giconv-libiconv library dependencies PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=56427
* Add YAZ support (optional, off by default).Dmitry Sivachenko2002-03-131-0/+5
| | | | | | | MAINTAINER timeout. Notes: svn path=/head/; revision=56025
* Bump the freetype2 library version in a couple of ports sobomax missed.Peter Pentchev2002-03-121-1/+1
| | | | Notes: svn path=/head/; revision=55930
* Upgrade to 4.1.2 and thus fix remote vulnerabilities.Dirk Froemberg2002-02-272-4/+2
| | | | | | | | | Everybody is strongly encouraged to upgrade. See http://security.e-matters.de/advisories/012002.html for details. Notes: svn path=/head/; revision=55322
* Mark as FORBIDDEN due to being remotely exploitable.Chris D. Faulhaber2002-02-271-0/+2
| | | | Notes: svn path=/head/; revision=55317
* Fix build if snmp support is enabled.Dirk Froemberg2002-02-141-1/+1
| | | | | | | | PR: ports/34671 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=54715
* Switch over to pdflib which is at version 4.0.1 at the moment.Dirk Froemberg2002-02-011-1/+1
| | | | Notes: svn path=/head/; revision=54100
* Chase shared library number for sablotron.Dirk Froemberg2002-01-281-1/+1
| | | | Notes: svn path=/head/; revision=53929
* Chase freetype's shared library number.Dirk Froemberg2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53449
* Make port recognize PHP4_OPTIONS for non-interactive configurationDirk Meyer2002-01-091-0/+1
| | | | | | | | | | | | | | | | | - PHP4_OPTIONS added to enviroment local slave ports can now set: BATCH=yes PKGNAMESUFFIX=-pgsql PHP4_OPTIONS= \"zlib\" \"PostgreSQL\" \"OpenLDAP1\" \"OpenSSL\" MASTERDIR= /usr/ports/www/mod_php4 .include "${MASTERDIR}/Makefile" Approved by: dirk Notes: svn path=/head/; revision=52803
* First round of auto* cleanups:Will Andrews2002-01-061-2/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Fix bug in xmldocfile() if DTD entities are in the XML document.Dirk Froemberg2001-12-301-0/+69
| | | | | | | | | This patch was taken from the PHP CVS repository. Submitted by: Mark Chesney <mark@chesneycorp.com> Notes: svn path=/head/; revision=52394
* Upgrade to 4.1.1.Dirk Froemberg2001-12-262-2/+2
| | | | Notes: svn path=/head/; revision=52231
* Fix SybaseDB and SybaseCT after freetds upgrade:Dirk Froemberg2001-12-251-1/+5
| | | | | | | | | | - sybdb.0 -> sybdb.1 - include libgiconv in LIBS Reported by: Alexandr Listopad <laa@laa.zp.ua> Notes: svn path=/head/; revision=52158
* Add -I${PREFIX}/include to CFLAGS to fix build if MCAL and mcryptDirk Froemberg2001-12-211-0/+2
| | | | | | | | | support is enabled. Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=51926
* Fix XSLT support. Configure option have changed for 4.1.0.Dirk Froemberg2001-12-201-1/+1
| | | | | | | Submitted by: Juriy Goloveshkin <juriy@aviaport.ru> Notes: svn path=/head/; revision=51889
* Upgrade to 4.1.0.Dirk Froemberg2001-12-1911-226/+65
| | | | | | | | See http://www.php.net/ChangeLog-4.php for a detailed list of changes. Notes: svn path=/head/; revision=51855
* Add --enable-discard-path and --with-readline to lang/php4.Dirk Froemberg2001-12-042-1/+41
| | | | | | | Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl> Notes: svn path=/head/; revision=51012
* Don't hardcode /usr/local/.Dirk Froemberg2001-12-021-1/+1
| | | | Notes: svn path=/head/; revision=50904
* Chase sablotron's shared library number.Dirk Froemberg2001-12-021-1/+1
| | | | Notes: svn path=/head/; revision=50903
* Replace ${PREFIX} with ${LOCALBASE} were appropriate.Dirk Froemberg2001-11-301-36/+36
| | | | | | | Submitted by: petef Notes: svn path=/head/; revision=50762
* Add patch files to the repository, finally.Dirk Froemberg2001-11-307-12/+154
| | | | Notes: svn path=/head/; revision=50761
* Provide function stubs for mcal to get around problems with certainDirk Froemberg2001-11-301-8/+13
| | | | | | | | | combinations of support options. Submitted by: Thierry Thomas <thierry@thomas.as> Notes: svn path=/head/; revision=50760
* Add support for MCAL (Modular Calendar Access Library)Dirk Froemberg2001-11-262-0/+17
| | | | | | | | PR: ports/31417 Submitted by: Thierry Thomas <thierry@thomas.as> Notes: svn path=/head/; revision=50601
* Really fix IMAP/IMAP-SSL support and clean up yesterday's mess.Dirk Froemberg2001-11-242-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Fix IMAP/IMAP-SSL support.Dirk Froemberg2001-11-232-0/+2
| | | | | | | | PR: ports/32232 Submitted by: Yarema <yds@dppl.com> Notes: svn path=/head/; revision=50431
* Add IMAP-SSL support.Dirk Froemberg2001-11-181-0/+7
| | | | | | | | PR: ports/28948 Submitted by: Richard Stockley <rws@procopia.com> Notes: svn path=/head/; revision=50198
* Add support for domxml.Dirk Froemberg2001-11-183-2/+8
| | | | | | | PR: ports/28948, ports/29565 Notes: svn path=/head/; revision=50197