summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
Commit message (Collapse)AuthorAgeFilesLines
...
* ${ECHO} -> ${ECHO_CMD}dirk2002-05-011-12/+12
|
* Remove unneeded post-extract hook.dirk2002-05-011-2/+0
|
* Remove stale entry.dirk2002-05-011-1/+0
|
* Fix plist after upgrade to 4.2.0.dirk2002-04-271-43/+46
|
* Upgrade to 4.2.0.dirk2002-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
* XMLRPC requires iconv.dirk2002-04-171-1/+4
| | | | | PR: ports/36888 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Clean up configure options.dirk2002-04-161-3/+1
| | | | | PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Add GD2 support.dirk2002-04-161-2/+28
| | | | | PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* gettext upgrade uber-patch (stage 3)ade2002-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
* giconv.h --> iconv.h.sobomax2002-04-081-1/+1
|
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Make sure every block is printed once, only.dirk2002-03-211-9/+15
|
* - Added bzip2 supportdirk2002-03-211-0/+24
| | | | | | | | - Added XMLRPC support - Added WDDX support PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* - Cleaned up XML-related extensionsdirk2002-03-211-7/+4
| | | | | | | - Fixed / Updated iconv-biconv-giconv-libiconv library dependencies PR: ports/36109 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Add YAZ support (optional, off by default).demon2002-03-131-0/+5
| | | | MAINTAINER timeout.
* Bump the freetype2 library version in a couple of ports sobomax missed.roam2002-03-121-1/+1
|
* Upgrade to 4.1.2 and thus fix remote vulnerabilities.dirk2002-02-272-4/+2
| | | | | | Everybody is strongly encouraged to upgrade. See http://security.e-matters.de/advisories/012002.html for details.
* Mark as FORBIDDEN due to being remotely exploitable.jedgar2002-02-271-0/+2
|
* Fix build if snmp support is enabled.dirk2002-02-141-1/+1
| | | | | PR: ports/34671 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* Switch over to pdflib which is at version 4.0.1 at the moment.dirk2002-02-011-1/+1
|
* Chase shared library number for sablotron.dirk2002-01-281-1/+1
|
* Chase freetype's shared library number.dirk2002-01-211-1/+1
|
* Make port recognize PHP4_OPTIONS for non-interactive configurationdinoex2002-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
* First round of auto* cleanups:will2002-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/
* Fix bug in xmldocfile() if DTD entities are in the XML document.dirk2001-12-301-0/+69
| | | | | | This patch was taken from the PHP CVS repository. Submitted by: Mark Chesney <mark@chesneycorp.com>
* Upgrade to 4.1.1.dirk2001-12-262-2/+2
|
* Fix SybaseDB and SybaseCT after freetds upgrade:dirk2001-12-251-1/+5
| | | | | | | - sybdb.0 -> sybdb.1 - include libgiconv in LIBS Reported by: Alexandr Listopad <laa@laa.zp.ua>
* Add -I${PREFIX}/include to CFLAGS to fix build if MCAL and mcryptdirk2001-12-211-0/+2
| | | | | | support is enabled. Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
* Fix XSLT support. Configure option have changed for 4.1.0.dirk2001-12-201-1/+1
| | | | Submitted by: Juriy Goloveshkin <juriy@aviaport.ru>
* Upgrade to 4.1.0.dirk2001-12-1911-226/+65
| | | | | See http://www.php.net/ChangeLog-4.php for a detailed list of changes.
* Add --enable-discard-path and --with-readline to lang/php4.dirk2001-12-042-1/+41
| | | | Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
* Don't hardcode /usr/local/.dirk2001-12-021-1/+1
|
* Chase sablotron's shared library number.dirk2001-12-021-1/+1
|
* Replace ${PREFIX} with ${LOCALBASE} were appropriate.dirk2001-11-301-36/+36
| | | | Submitted by: petef
* Add patch files to the repository, finally.dirk2001-11-307-12/+154
|
* Provide function stubs for mcal to get around problems with certaindirk2001-11-301-8/+13
| | | | | | combinations of support options. Submitted by: Thierry Thomas <thierry@thomas.as>
* Add support for MCAL (Modular Calendar Access Library)dirk2001-11-262-0/+17
| | | | | PR: ports/31417 Submitted by: Thierry Thomas <thierry@thomas.as>
* Really fix IMAP/IMAP-SSL support and clean up yesterday's mess.dirk2001-11-242-3/+3
|
* Fix IMAP/IMAP-SSL support.dirk2001-11-232-0/+2
| | | | | PR: ports/32232 Submitted by: Yarema <yds@dppl.com>
* Add IMAP-SSL support.dirk2001-11-181-0/+7
| | | | | PR: ports/28948 Submitted by: Richard Stockley <rws@procopia.com>
* Add support for domxml.dirk2001-11-183-2/+8
| | | | PR: ports/28948, ports/29565
* Chase sabrotron shlib major.dirk2001-11-061-1/+1
|
* Allow options to be set via PHP4_OPTIONS if BATCH is enabled, e. g.dirk2001-11-051-1/+5
| | | | | | make -DBATCH PHP4_OPTIONS='"zlib" "MySQL" "IMAP"' install Make sure options are surrounded by " (double-quotes).
* Fix truetype font support with gd.dirk2001-11-052-2/+4
| | | | Submitted by: Timothy Aslat <tim@spyderweb.com.au>
* Fix compilation errors if mbregex is selected.dirk2001-11-054-77/+6
| | | | | PR: ports/31666 Submitted by: sf
* Add a quick and dirty workaround to fix ming support.dirk2001-10-151-2/+5
| | | | | PR: ports/31183 Submitted by: Okumura Yoshifumi <okumura@mitsue.co.jp>
* chase png lib bumplioux2001-09-291-1/+1
| | | | | PR: 30914 Submitted by: Matthew Seaman <matthew.seaman@tornadogroup.com>
* Bump ming's major.knu2001-09-221-1/+1
| | | | | PR: ports/30743 Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
* Bump png majorache2001-09-111-1/+1
|
* Hotfix for build problems if gd support is enabled.dirk2001-08-262-0/+5
|
OpenPOWER on IntegriCloud