summaryrefslogtreecommitdiff
path: root/lang/php55 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* lang/php5*: Fix spl/simplexml modules (4 ports)John Marino2013-09-131-0/+1
| | | | | | | | | | | | | The simplexml module uses spl which uses pcre (php53,54,55). For php52, the fix is applied directly to spl. In any case, the bundled PCRE is not used, so it needs to be able to find the external pcre library and related headers. Unfortunately, there is no include for ${LOCALBASE}/include directory. This commit adds to fix simplexml (or spl) module build. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327187
* The simplexml extension needs pkgconfigBaptiste Daroussin2013-09-121-0/+1
| | | | Notes: svn path=/head/; revision=327089
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-3/+2
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Update to 5.5.3 release.Alex Dupre2013-08-272-3/+3
| | | | Notes: svn path=/head/; revision=325459
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add php-cgi.1 manpage.Alex Dupre2013-08-121-0/+1
| | | | Notes: svn path=/head/; revision=324629
* Update to 5.5.1 release. [1]Alex Dupre2013-08-122-4/+9
| | | | | | | | | | Add an OPTION to force ZTS build. PR: ports/180931 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=324627
* Welcome PHP 5.5!Alex Dupre2013-06-2420-0/+1457
Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run Notes: svn path=/head/; revision=321684