aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/Makefile.ext
Commit message (Collapse)AuthorAgeFilesLines
* - Chase net-snmp shlib bumpPav Lucistnik2011-07-291-1/+1
| | | | | | | | PR: ports/159253 Submitted by: Tacid <tacid@tacid.kiev.ua> Notes: svn path=/head/; revision=278539
* - Remove BROKEN_WITH_PHPSunpoet Po-Chuan Hsieh2011-07-051-1/+1
| | | | | | | | | PR: ports/158661 Submitted by: sunpoet (myself) Approved by: ale (maintainer) Notes: svn path=/head/; revision=277111
* Add support for iODBC (in addition to [default] unixODBC) in php5-odbc andAlex Dupre2011-04-261-5/+27
| | | | | | | | | | php-pdo_odbc extensions. PR: ports/156564 Submitted by: gahr Notes: svn path=/head/; revision=273206
* Add support for php5-sqlite3 port.Alex Dupre2011-04-151-1/+6
| | | | Notes: svn path=/head/; revision=272755
* Enable MYSQLND by default.Alex Dupre2011-01-111-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267674
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Replace pecl-fileinfo with php5-fileinfo for php 5.3.x.Alex Dupre2010-09-071-0/+7
| | | | Notes: svn path=/head/; revision=260697
* Add the ability to use MySQL Native Driver (instead of MySQL Client Library)Alex Dupre2010-08-251-12/+38
| | | | | | | with mysql/mysqli/pdo_mysql extensions. Notes: svn path=/head/; revision=259967
* - Chase net-snmp updatePav Lucistnik2010-06-061-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=255920
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+1
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Fix build if multibyte regex support is disabled.Alex Dupre2010-04-121-2/+4
| | | | Notes: svn path=/head/; revision=252587
* PHP dropped support for Oracle8 client library.Alex Dupre2010-04-111-28/+0
| | | | Notes: svn path=/head/; revision=252546
* Update to PHP 5.3.2 release!Alex Dupre2010-04-091-82/+14
| | | | Notes: svn path=/head/; revision=252471
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove support for ucd-snmp4 in ports, that also support net-snmp5.Pav Lucistnik2009-12-081-12/+3
| | | | | | | (ucd-snmp4 port is past expiration date) Notes: svn path=/head/; revision=245389
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Chase math/libgmp4 shlib bumpPav Lucistnik2009-05-141-1/+1
| | | | | | | | Reported by: pointyhat Pointy hat to: ale Notes: svn path=/head/; revision=233892
* Update to 5.2.9 release and re-add pcre extension.Alex Dupre2009-03-061-6/+29
| | | | Notes: svn path=/head/; revision=229565
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225297
* Allow BDB 40+.Alex Dupre2008-12-111-2/+1
| | | | Notes: svn path=/head/; revision=224104
* Add support for filter, hash, json and zip extensions.Alex Dupre2008-12-111-0/+17
| | | | Notes: svn path=/head/; revision=224093
* Update to 5.2.7 release.Alex Dupre2008-12-071-38/+5
| | | | Notes: svn path=/head/; revision=223932
* Remove unused configure arg, no functional changes.Alex Dupre2008-09-231-2/+1
| | | | Notes: svn path=/head/; revision=220491
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-3/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Add WITH_SQLITE_PORT knob for php5-pdo_sqlite port, to use system-widePav Lucistnik2008-06-181-0/+5
| | | | | | | | | | | sqlite3 instead of bundled one PR: ports/115800 Submitted by: Maxim Khitrov <mkhitrov@gmail.com> Approved by: maintainer timeout (ale; 9 months) Notes: svn path=/head/; revision=215180
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase shlib version of net-mgmt/net-snmp which I've forgotten.Jun Kuriyama2008-03-291-1/+1
| | | | | | | - Bump PORTREVISIONs again. Notes: svn path=/head/; revision=210063
* Remove obsolate row.Alex Dupre2008-02-161-1/+0
| | | | Notes: svn path=/head/; revision=207362
* Chase mail/cclient shared library version bump.Edwin Groothuis2007-09-301-1/+1
| | | | | | | | | | | Several patches were needed due to the removal of include/c-client/linkage.c in favour of include/c-client/linkage.h. PR: ports/114833 Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es> Notes: svn path=/head/; revision=200423
* Backout previous commit, since bsd.port.mk rev. 1.584 has been reverted.Alex Dupre2007-09-141-6/+3
| | | | Notes: svn path=/head/; revision=199480
* Add Xpm to OPTIONS (now we can).Alex Dupre2007-09-141-3/+6
| | | | | | | Requested by: delphij Notes: svn path=/head/; revision=199478
* Update to 5.2.4 release.Alex Dupre2007-09-141-3/+11
| | | | Notes: svn path=/head/; revision=199477
* Add support for firebird2 in pdo_firebird extension.Alex Dupre2007-07-251-2/+1
| | | | Notes: svn path=/head/; revision=196252
* - Mark php5-mbstring BROKEN on amd64 with FreeBSD 5Alex Dupre2007-05-251-4/+4
| | | | | | | - Drop FreeBSD 4 bits Notes: svn path=/head/; revision=191727
* Update to 5.2.2 release.Alex Dupre2007-05-201-1/+2
| | | | | | | | | PR: ports/112527 Submitted by: Nick Barkas<snb@threerings.net> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=191563
* Revert previous commit: for an unknown reason, the pcre module linkedAlex Dupre2007-03-131-2/+2
| | | | | | | | | with external pcre library doesn't work inside apache. PHP devs are not interested in fixing this problem and insist to use the bundled (broken too) version. Notes: svn path=/head/; revision=187245
* Now that we have a utf8-enabled pcre port, let php5-pcreAlex Dupre2007-03-111-2/+2
| | | | | | | depend on it. This should also fix PR 109542. Notes: svn path=/head/; revision=187162
* - Chase databases/freetds update. Fix php5-pdo_dblib buildRong-En Fan2007-03-101-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=187054
* Add spl dependency to pdo, mysqli and sqlite extensions.Alex Dupre2007-03-081-0/+9
| | | | Notes: svn path=/head/; revision=186881
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5Rong-En Fan2007-03-031-1/+1
| | | | | | | - Bump PORTREVISION where necessary Notes: svn path=/head/; revision=186421
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.Jun Kuriyama2007-02-281-1/+1
| | | | Notes: svn path=/head/; revision=186174
* Add support for firebird2 in interbase extension.Alex Dupre2007-02-271-2/+1
| | | | | | | Submitted by: acm Notes: svn path=/head/; revision=186087
* Add an hack to avoid segmentation fault caused by session module loadedAlex Dupre2007-02-181-0/+4
| | | | | | | after pspell module. Notes: svn path=/head/; revision=185471
* Update to 5.2.1 release.Alex Dupre2007-02-091-4/+97
| | | | Notes: svn path=/head/; revision=184671
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+1
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Update to 5.2.0 release.Alex Dupre2006-11-061-4/+0
| | | | Notes: svn path=/head/; revision=176626