aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile.ext
Commit message (Expand)AuthorAgeFilesLines
* Unbreak php5-readline on head (uncovered by removal of readline dep from pcre)antoine2014-07-311-0/+1
* Fix build of xmlrpc extension.ale2014-05-151-1/+1
* Fix builds of a few extensions.ale2014-05-141-15/+11
* Fix unixODBC vs libiodbc conflictsbapt2014-05-061-21/+0
* Replace DEFAULT_VERSIONS with PHP_DEFAULT.ale2014-03-311-1/+1
* No-op, use DEFAULT_VERSIONS.ale2014-03-311-1/+1
* Allow the use of //TRANSLIT and //IGNORE with PHP iconv.tijl2014-01-301-1/+1
* Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.ale2013-12-271-1/+1
* Update to 5.4.21 release and STAGify.ale2013-10-181-25/+25
* lang/php5*: Fix spl/simplexml modules (4 ports)marino2013-09-141-0/+1
* The simplexml extension needs pkgconfigbapt2013-09-131-0/+1
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-3/+2
* Update to 5.4.17 release.ale2013-07-161-1/+1
* - adoption of USES for gettextjgh2013-05-021-1/+1
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+1
* Convert the last USE_ICONV to USES=iconvbapt2013-04-281-2/+2
* Update to 5.4.10 release.ale2012-12-211-24/+24
* Fix typo in MYSQLND_DESC.ale2012-10-091-3/+3
* Update to 5.4.4 release and switch to OptionsNG.ale2012-06-191-50/+74
* - update png to 1.5.10dinoex2012-06-011-1/+1
* Update to 5.4.3 release:ale2012-05-161-19/+16
* - Chase unixODBC shlib bumpmiwi2012-02-061-2/+2
* Add phar support.ale2011-11-251-0/+8
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
* Remove references to mysql 323 and 40, most commonly of the form:dougb2011-10-171-1/+0
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+1
* - Chase net-snmp shlib bumppav2011-07-301-1/+1
* - Remove BROKEN_WITH_PHPsunpoet2011-07-051-1/+1
* Add support for iODBC (in addition to [default] unixODBC) in php5-odbc andale2011-04-261-5/+27
* Add support for php5-sqlite3 port.ale2011-04-151-1/+6
* Enable MYSQLND by default.ale2011-01-121-3/+3
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Replace pecl-fileinfo with php5-fileinfo for php 5.3.x.ale2010-09-071-0/+7
* Add the ability to use MySQL Native Driver (instead of MySQL Client Library)ale2010-08-251-12/+38
* - Chase net-snmp updatepav2010-06-071-1/+1
* Switch to use newer GMP version.ale2010-04-191-1/+1
* Fix build if multibyte regex support is disabled.ale2010-04-121-2/+4
* PHP dropped support for Oracle8 client library.ale2010-04-111-28/+0
* Update to PHP 5.3.2 release!ale2010-04-091-82/+14
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Remove support for ucd-snmp4 in ports, that also support net-snmp5.pav2009-12-081-12/+3
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - update to jpeg7dinoex2009-07-181-1/+1
* - Chase math/libgmp4 shlib bumppav2009-05-141-1/+1
* Update to 5.2.9 release and re-add pcre extension.ale2009-03-061-6/+29
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
* Allow BDB 40+.ale2008-12-111-2/+1
* Add support for filter, hash, json and zip extensions.ale2008-12-111-0/+17
* Update to 5.2.7 release.ale2008-12-071-38/+5
* Remove unused configure arg, no functional changes.ale2008-09-231-2/+1
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-3/+0
* - Add WITH_SQLITE_PORT knob for php5-pdo_sqlite port, to use system-widepav2008-06-191-0/+5
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Chase shlib version of net-mgmt/net-snmp which I've forgotten.kuriyama2008-03-291-1/+1
* Remove obsolate row.ale2008-02-171-1/+0
* Chase mail/cclient shared library version bump.edwin2007-09-301-1/+1
* Backout previous commit, since bsd.port.mk rev. 1.584 has been reverted.ale2007-09-141-6/+3
* Add Xpm to OPTIONS (now we can).ale2007-09-141-3/+6
* Update to 5.2.4 release.ale2007-09-141-3/+11
* Add support for firebird2 in pdo_firebird extension.ale2007-07-251-2/+1
* - Mark php5-mbstring BROKEN on amd64 with FreeBSD 5ale2007-05-251-4/+4
* Update to 5.2.2 release.ale2007-05-201-1/+2
* Revert previous commit: for an unknown reason, the pcre module linkedale2007-03-131-2/+2
* Now that we have a utf8-enabled pcre port, let php5-pcreale2007-03-121-2/+2
* - Chase databases/freetds update. Fix php5-pdo_dblib buildrafan2007-03-101-1/+1
* Add spl dependency to pdo, mysqli and sqlite extensions.ale2007-03-081-0/+9
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5rafan2007-03-031-1/+1
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-281-1/+1
* Add support for firebird2 in interbase extension.ale2007-02-271-2/+1
* Add an hack to avoid segmentation fault caused by session module loadedale2007-02-191-0/+4
* Update to 5.2.1 release.ale2007-02-091-4/+97
* Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+1
* Update to 5.2.0 release.ale2006-11-071-4/+0
* Add support for QDBM.ale2006-09-111-0/+6
* Allow php5-ldap to be built with SASL support enabled.delphij2006-08-191-0/+4
* Add databases/php5-oci8:garga2006-07-111-0/+21
* Try to fix build on 4.X.ale2006-05-231-0/+3
* Chase gmp library and bump PORTREVISION.ale2006-05-101-1/+1
* Bump ming shared library version after recent update.ale2006-04-121-1/+1
* s/PHP_EXTDIR/EXTSUBDIR/gale2006-01-171-3/+3
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-171-1/+5
* Update to 5.1.2 release:ale2006-01-161-4/+8
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)ale2005-12-101-46/+24
* Chase shlib version bump of net-snmp.kuriyama2005-11-301-1/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* MySQL 5.0 is now supported by mysqli extension.ale2005-07-221-1/+1
* Move oracle library creation to pre-configure instead of post-patch,ale2005-06-161-1/+1
* Point these ports to www/mnogosearch31 since they don't buildlawrance2005-06-161-1/+1
* Add support for Berkeley DB 4.3 and set it as default version.ale2005-06-141-4/+8
* Fix oracle extension.ale2005-06-141-1/+9
* - Fix after spliting firebirdsem2005-05-181-2/+2
* - Chase freetds shlib bumppav2005-04-121-2/+2
* Update PHP ports to 4.3.11 and 5.0.4 releases:ale2005-04-041-13/+6
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+1
* - Fix overloading objects [1] (bump php4 PORTREVISION)ale2005-01-111-3/+3
* Bump shlib number of net-snmp and $PORTREVISION.kuriyama2004-12-061-1/+1
* Update to 5.0.2 release:ale2004-10-121-0/+3
* Chase libaspell to aspell.16.thierry2004-08-291-1/+1
* Update to 5.0.1 release:ale2004-08-231-6/+2
* MFphp4: Fix compilation of wddx extension.ale2004-07-281-1/+4
* Remove the old-and-broken sybase (DB-lib) extension and point users toale2004-07-211-6/+0
* - Document DEFAULT_PHP_VER and BROKEN_WITH_PHPale2004-07-201-0/+2
* Set default MySQL version to 4.1 for mysqli extension.ale2004-07-201-0/+1
* Fix oniguruma header path.ale2004-07-191-1/+1
* First step of the PHP mega-commit:ale2004-07-191-0/+493