aboutsummaryrefslogtreecommitdiff
path: root/lang/php53
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* FreeBSD >= 700050 has POSIX standard putenv().Alex Dupre2008-06-091-13/+8
| | | | | | | | PR: ports/123911 Submitted by: scf Notes: svn path=/head/; revision=214543
* Mail header patch for 5.2.6 released. No-op.Alex Dupre2008-05-122-5/+4
| | | | Notes: svn path=/head/; revision=212945
* Update to 5.2.6 release.Alex Dupre2008-05-024-29/+37
| | | | Notes: svn path=/head/; revision=212460
* - 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 USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Remove obsolate row.Alex Dupre2008-02-161-1/+0
| | | | Notes: svn path=/head/; revision=207362
* Fix a rare crash with apache because of uninitialized variable.Alex Dupre2008-02-011-4/+20
| | | | | | | | PR: ports/120204 Submitted by: danger Notes: svn path=/head/; revision=206616
* Fixes for 64-bit systems.Alex Dupre2008-01-293-1/+63
| | | | | | | | | PR: ports/120088 Submitted by: mm Patch from: mi Notes: svn path=/head/; revision=206361
* Update suhosin PATCH_SITE.Alex Dupre2008-01-151-1/+1
| | | | Notes: svn path=/head/; revision=205685
* Update to 5.2.5 release and fix a few vulnerabilities.Alex Dupre2007-11-143-16/+15
| | | | | | | Approved by: portmgr (marcus), secteam (remko) Notes: svn path=/head/; revision=202697
* 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
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-302-4/+4
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* 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-144-33/+41
| | | | Notes: svn path=/head/; revision=199477
* Update to the autotools new world order.Ade Lovett2007-07-282-3/+3
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* Add support for firebird2 in pdo_firebird extension.Alex Dupre2007-07-251-2/+1
| | | | Notes: svn path=/head/; revision=196252
* Add a comment about incompatibility between suhosin and FreeBSD jails.Alex Dupre2007-06-201-1/+1
| | | | | | | | PR: ports/113748 Submitted by: edwin Notes: svn path=/head/; revision=193922
* Update to 5.2.3 release.Alex Dupre2007-06-044-32/+24
| | | | Notes: svn path=/head/; revision=192729
* - Mark php5-mbstring BROKEN on amd64 with FreeBSD 5Alex Dupre2007-05-252-5/+5
| | | | | | | - Drop FreeBSD 4 bits Notes: svn path=/head/; revision=191727
* Put suhosin on local master sites to fix fetch now the official site is down.Erwin Lansing2007-05-221-1/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=191605
* Update to 5.2.2 release.Alex Dupre2007-05-204-23/+13
| | | | | | | | | 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-282-2/+2
| | | | 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
* Update the mail header patches (it's a no-op).Alex Dupre2007-02-202-4/+4
| | | | Notes: svn path=/head/; revision=185550
* 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
* Fix a crashbug on str_replace().Alex Dupre2007-02-152-1/+12
| | | | | | | | Submitted by: esser Obtained from: PHP CVS Notes: svn path=/head/; revision=185213
* Fix regression: count(object) should call object->count() if instance of ↵Alex Dupre2007-02-122-1/+34
| | | | | | | | | Countable. Spotted by: Roman Neuhauser <neuhauser@sigpipe.cz> Notes: svn path=/head/; revision=185029
* Update to 5.2.1 release.Alex Dupre2007-02-095-26/+106
| | | | Notes: svn path=/head/; revision=184671
* Add pear to the default include_path.Alex Dupre2007-01-201-5/+14
| | | | Notes: svn path=/head/; revision=182852
* 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
* Add optional mail header patch, to track php-based spamming.Alex Dupre2006-12-102-3/+13
| | | | Notes: svn path=/head/; revision=179387
* Update suhosin patch to 0.9.6.2 release.Alex Dupre2006-11-122-4/+4
| | | | Notes: svn path=/head/; revision=177125
* Update to 5.2.0 release.Alex Dupre2006-11-066-87/+9
| | | | Notes: svn path=/head/; revision=176626
* Update suhosin patch to 0.9.6 release.Alex Dupre2006-10-272-5/+5
| | | | | | | | | This will fix a few build failures of pecl extensions. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175541
* - fix open_basedir vulnerability in php4 and php5 [1]Alex Dupre2006-10-165-1/+100
| | | | | | | | | | | | | - add an alert on safe_mode intrinsic insecurity and suggest to install the suhosin extension - enable the suhosin patch by deafult also in php4 Submitted by: Thomas Vogt <thomas@bsdunix.ch> [1] Obtained from: PHP CVS [1] Approved by: portmgr (clement) Notes: svn path=/head/; revision=175349
* Enable suhosin patch by default.Alex Dupre2006-10-062-23/+2
| | | | Notes: svn path=/head/; revision=174645
* Added safety checks against integer overflow.Alex Dupre2006-10-052-1/+22
| | | | | | | | | | | | Bump PORTREVISION. While I'm here, I suggest all php users to use the suhosin patch and suhosin extension to harden the php installation. Submitted by: simon Obtained from: PHP CVS repo. Notes: svn path=/head/; revision=174585
* Update suhosin patch to 0.9.5 release.Alex Dupre2006-09-293-4/+5
| | | | Notes: svn path=/head/; revision=174113
* Add support for QDBM.Alex Dupre2006-09-101-0/+6
| | | | | | | | PR: ports/102392 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=172713
* Update suhosin patch to 0.9.3 release.Alex Dupre2006-09-092-4/+4
| | | | Notes: svn path=/head/; revision=172633
* - Add experimental suhosin protection system supportAlex Dupre2006-09-043-9/+15
| | | | | | | - Remove the php->php-cgi temporary hack Notes: svn path=/head/; revision=172138