| non port: lang/php4/scripts/configure.php |
|
CVSWeb
|
Number of commits found: 16 |
|
Mon, 19 Jul 2004
|
[ 07:05 ale ]
1.2 lang/php4-cli/Makefile
1.75 lang/php4/Makefile
1.3 lang/php5-cli/Makefile
1.70 lang/php5/Makefile
1.192 www/mod_php4/Makefile
1.193 www/mod_php5/Makefile
1.2 www/php4-cgi/Makefile
1.3 www/php5-cgi/Makefile
1.1 lang/php4/Makefile.ext
1.1 lang/php5/Makefile.ext
(Only the first 10 of 56 ports in this commit are shown above. )
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
|
|
Fri, 25 Jun 2004
|
[ 11:19 ale ]
1.72 lang/php4/Makefile
1.15 lang/php4/scripts/configure.php
1.1 lang/php4/files/patch-scripts::phpize.in
1.11 lang/php4/scripts/php4_options
- Remove pdflib extension
- Point phpize to use libtoolize13
|
|
Fri, 7 May 2004
|
[ 23:30 ale ]
1.65 lang/php4/Makefile
1.60 lang/php5/Makefile
1.14 lang/php4/scripts/configure.php
1.18 lang/php5/scripts/configure.php
1.2 lang/php4/files/patch-ext::pcre::php_pcre.c
1.3 lang/php4/files/patch-pear::Makefile.frag
1.3 lang/php5/files/patch-pear::Makefile.frag
1.10 lang/php4/scripts/php4_options
1.10 lang/php5/scripts/php5_options
1.12 lang/php4/pkg-plist
(Only the first 10 of 11 ports in this commit are shown above. )
- Add sysvmsg extension [1]
- Add XML_RPC to PEAR bootstrap [2]
- Use the official pcre fix [3]
- Bump PORTREVISION
Requested by: Andy Smith <andy@strugglers.net> [1]
Submitted by: thierry [2]
Obtained from: php CVS [3]
|
|
Sat, 24 Jan 2004
|
[ 13:15 ale ]
1.48 lang/php4/Makefile
1.42 lang/php5/Makefile
1.13 lang/php4/scripts/configure.php
1.14 lang/php5/scripts/configure.php
1.10 lang/php4/files/patch-configure
1.9 lang/php5/files/patch-configure
1.9 lang/php4/scripts/php4_options
1.6 lang/php5/scripts/php5_options
- Better handling of snmp dependency [1]
- Add support for BDB 4.1 [2]
- Better handling of postgresql dependency [3]
- Add new direct I/O extension [4]
PR: 58920 [1], 60541 [2], 61409 [3]
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> [1] [3],
Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [2],
Izzy Kindred <ikindred@cox.net> [4]
Approved by: nork (mentor/implicitly)
|
|
Thu, 15 Jan 2004
|
[ 23:31 ale ]
1.45 lang/php4/Makefile
1.39 lang/php5/Makefile
1.12 lang/php4/scripts/configure.php
1.13 lang/php5/scripts/configure.php
1.8 lang/php4/scripts/php4_options
1.5 lang/php5/scripts/php5_options
Add MS-SQL support.
Chase freetds lib. Bump PORTREVISION.
Requested by: many
Submitted by: Michael Ranner <mranner@inode.at>
Approved by: nork (mentor/implicitly)
|
|
Thu, 20 Nov 2003
|
[ 11:07 jeh ]
1.38 lang/php4/Makefile
1.4 lang/php4/bsd.php.mk
1.11 lang/php4/scripts/configure.php
1.7 lang/php4/scripts/php4_options
1.7 lang/php4/pkg-plist
A completely new bsd.php.mk file for checking and selecting dependencies
on various php ports. The system is backward compatible and adds the
WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a
next PR). It works much better and is more flexible (a future addition will
be support for Apache 2 compiled with threads).
This is the last step before moving the bsd.php.mk file into /usr/ports/Mk
with the addition of USE_PHP={yes,4,5} global knob.
While I'm here, remove the DEBUG option from the extension list and change the
postgresql dependency.
PR: 59418
Submitted by: MAINTAINER
|
|
Mon, 17 Nov 2003
|
[ 11:40 jeh ]
1.36 lang/php4/Makefile
1.10 lang/php4/scripts/configure.php
1.6 lang/php4/scripts/php4_options
Allow compiling with debugging enabled.
PR: 58851
Submitted By: jeh
|
|
Tue, 7 Oct 2003
|
[ 16:45 dinoex ]
1.30 lang/php4/Makefile
1.9 lang/php4/scripts/configure.php
1.5 lang/php4/scripts/php4_options
Mega-patch:
- Add mnogosearch extension
- Use USE_OPENSSL knob instead of direct including of bsd.openssl.mk
- Fix OpenSSL undefind symbols at runtime
- Fix OpenLDAP/MySQL dependencies, by moving down the inclusion of the
bsd.port.pre.mk makefile
- Fix make describe/all-depends-list to catch correct libraries
- Fix mcrypt extension (add ltdl dependency)
PR: 57699
Submitted by: sysadmin@alexdupre.co
|
|
Tue, 30 Sep 2003
|
[ 11:50 nork ]
1.28 lang/php4/Makefile
1.8 lang/php4/scripts/configure.php
1.7 lang/php4/distinfo
1.8 lang/php4/files/patch-configure
1.4 lang/php4/scripts/php4_options
1.5 lang/php4/pkg-plist
o Update to 4.3.4RC1.
o Sync with latest PHP5 changes (new DB4 extension,
use correct knobs, etc...)
PR: ports/57399
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
|
|
Thu, 31 Jul 2003
|
[ 07:57 nork ]
1.20 lang/php4/Makefile
1.7 lang/php4/scripts/configure.php
1.4 lang/php4/distinfo
1.5 lang/php4/files/patch-configure
1.3 lang/php4/pkg-plist
o Update to 4.3.3RC2.
o Add identification to php4 configuration dialog [1].
o Fix incorrect detecting of OpenLDAP dependency [2].
PR: ports/55100, ports/54283[1], ports/54726[2]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Mark Linimon <linimon@lonesome.com> [1]
Jens Rehsack <rehsack@liwing.de> [2]
|
|
Fri, 4 Jul 2003
|
[ 02:26 nork ]
1.19 lang/php4/Makefile
1.6 lang/php4/scripts/configure.php
1.3 lang/php4/scripts/php4_options
1.3 lang/php4/pkg-message
o Add default overload extension.
o Add WITH_REGEX_TYPE knob [1].
o Small fixes.
PR: ports/54061
Requsted by: Jens Rehsack [1]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
|
|
Wed, 25 Jun 2003
|
[ 01:35 nork ]
1.17 lang/php4/Makefile
1.5 lang/php4/scripts/configure.php
Improve SNMP support (fix openssl dependency and add net-snmp5 support).
PR: ports/53687
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
|
|
Tue, 24 Jun 2003
|
[ 08:16 nork ]
1.16 lang/php4/Makefile
1.4 lang/php4/scripts/configure.php
1.1 lang/php4/files/patch-main::main.c
1.2 lang/php4/scripts/php4_options
o Add FriBiDi extension [1]
o New patch-main::main.c file [2]:
- Fixed bug #24253 (missing variables when register_globals is on)
- Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
- Fixed a memory leak when variables_order is not set and gpc_order
has S|s flag.
- Optimized out duplicate parsing of the variables order string.
PR: ports/53609
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Patched by: Thierry Thomas [1]
Requested by: Ian Service [2]
|
|
Fri, 20 Jun 2003
|
[ 05:25 nork ]
1.14 lang/php4/Makefile
1.3 lang/php4/scripts/configure.php
1.3 lang/php4/distinfo
1.3 lang/php4/files/patch-configure
1.1 lang/php4/scripts/php4_options
o Update to 4.3.3RC1.
o Add inifile and cdb extensions.
o Fix imap without ssl(inspired from ports/53141).
o Rename some variable for future compatability (PHP => PHP4)
(inspired from ports/53113, points 1 and 4 - point 2 is useless).
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>)
Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>)
|
|
Sat, 7 Jun 2003
|
[ 20:45 nork ]
1.13 lang/php4/Makefile
1.2 lang/php4/scripts/configure.php
1.2 lang/php4/files/patch-configure
1.2 lang/php4/scripts/php_options
Add Oracle7 support into PHP4.
PR: ports/53017
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Obtained from: ports/52615
Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
|
|
Thu, 22 May 2003
|
[ 18:26 nork ]
1.344 lang/Makefile
1.10 lang/php4/Makefile
1.1 lang/php4/scripts/configure.php
1.1 lang/php4/distinfo
1.1 lang/php4/files/patch-configure
1.1 lang/php4/files/patch-pear::Makefile.frag
1.1 lang/php4/files/patch-pear::scripts::pearcmd.php
1.1 lang/php4/scripts/php_options
1.1 lang/php4/pkg-descr
1.1 lang/php4/pkg-message
(Only the first 10 of 11 ports in this commit are shown above. )
Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache
module, command line interface, and both, respectively. Too many
changes (improvements, bug fixes and new features) to be listed here,
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
Number of commits found: 16 |