summaryrefslogtreecommitdiff
path: root/lang/php53 (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
* - Add a patch to fix CVE-2013-4073Renato Botelho2013-08-271-0/+111
| | | | | | | | | | | | | - Bump php53-openssl PORTREVISION PR: ports/181546 Submitted by: garga@ Approved by: flo@ (maintainer) Obtained from: http://git.php.net/?p=php-src.git;a=blobdiff;f=ext/openssl/openssl.c;h=c32748cb6443a4d8e4bb14fe96ad72e32ec8acff;hp=d7ac117e51c8f5d8ab0632c276af48d610b4b19e;hb=2874696a5a8d46639d261571f915c493cd875897;hpb=f4dc2240a048050a87a6e3e31573f13a2256cf2e Security: CVE-2013-4073 Notes: svn path=/head/; revision=325434
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 5.3.27Florian Smeets2013-07-132-3/+3
| | | | | | | | | | | | | Please Note: This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes for the next year. I will maintain PHP 5.3 until the first not fixed vulnerability is found. At that point I will deprecate the port with a 2 months notice, if no other volunteer is found in that time the port will be removed. Notes: svn path=/head/; revision=322936
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Update to 5.3.26Florian Smeets2013-06-072-3/+3
| | | | | | | Security: 59e7163c-cf84-11e2-907b-0025905a4770 Notes: svn path=/head/; revision=320210
* Update to 5.3.25Florian Smeets2013-05-162-3/+3
| | | | Notes: svn path=/head/; revision=318269
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-1/+1
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* - adoption of USES for gettextJason Helfman2013-05-021-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317073
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-2/+2
| | | | Notes: svn path=/head/; revision=316695
* Update to 5.3.24Florian Smeets2013-04-222-6/+6
| | | | | | | | PR: ports/177826 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Notes: svn path=/head/; revision=316271
* Update to 5.3.23Florian Smeets2013-03-182-6/+6
| | | | | | | Security: 1d23109a-9005-11e2-9602-d43d7e0c7c02 Notes: svn path=/head/; revision=314596
* - enable LINKTHR OPTION by default as was done when lang/php5 was updatedFlorian Smeets2013-02-252-4/+4
| | | | | | | | | | to 5.4, this should prevent segfaults when modules use libs with thread support enabled. Discussed with: ale Notes: svn path=/head/; revision=312933
* Update to 5.3.21Florian Smeets2013-01-222-6/+6
| | | | Notes: svn path=/head/; revision=310837
* Restore mistakenly removed PORTREVISION?=Florian Smeets2013-01-091-0/+1
| | | | Notes: svn path=/head/; revision=310164
* Update to 5.3.20Florian Smeets2013-01-092-4/+3
| | | | Notes: svn path=/head/; revision=310163
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update to 5.3.19Florian Smeets2012-11-262-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307801
* Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to preventFlorian Smeets2012-10-312-5/+5
| | | | | | | | | | | | | | | | | | | | SHA256 and SIZE mismatches with the previous version. This is required as in php 5.3.18 2 copyright notices were updated with the current Year numbers, this prevents the stock suhosin patch to apply. Temporarily add my public_html on freefall to PATCH_SITES, as the MASTER_SITE_LOCAL sync does not seem to work currently. The diff between the latest available stock suhosin patch and the patch we apply to our port can be found here: http://people.freebsd.org/~flo/suhosin.diff Reported by: bdrewery Feature safe: yes Notes: svn path=/head/; revision=306772
* add the mailheader patch back to the distinfo which was removed by mistakeFlorian Smeets2012-10-311-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306747
* Update to 5.3.18Florian Smeets2012-10-312-13/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306746
* remove trainling " from MYSQLND_DESCFlorian Smeets2012-10-101-2/+2
| | | | | | | Submitted by: Riccardo Torrini <riccardo@torrini.org> Notes: svn path=/head/; revision=305643
* Update to 5.3.17Florian Smeets2012-09-192-3/+3
| | | | Notes: svn path=/head/; revision=304535
* - put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be usedFlorian Smeets2012-09-141-2/+4
| | | | | | | | | | | | | simultaneously (affects databases/php53-dba) [1] - fix a typo introduced in r300957 that prevents mail/php53-imap from building [2] PR: ports/171636 [2] Submitted by: <freebsd@nagilum.org> [2] Reported by: Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1] Notes: svn path=/head/; revision=304267
* - Update to 5.3.16Florian Smeets2012-08-222-3/+3
| | | | | | | | | | - Add options PDO_MYSQL and PDO_PGSQL to php53-extensions [1] PR: ports/170401 [1] Submitted by: bdrewery [1] Notes: svn path=/head/; revision=302965
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - update to 5.3.15Florian Smeets2012-07-232-3/+3
| | | | | | | | | - document php vulnerabilities Security: http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html Notes: svn path=/head/; revision=301401
* - fix a typo which results in php53-pdo_mysql to always set USE_MYSQLFlorian Smeets2012-07-181-1/+1
| | | | | | | | | | - bump PORTREVISION of php53-pdo_mysql PR: ports/169959 Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=301070
* More optionsNG fixes. (PORT_OPTIONS:M construct can only be used afterFlorian Smeets2012-07-161-14/+19
| | | | | | | | | | | bsd.options.mk/bsd.port.pre.mk) Reported by: Michael Ranner (michael@ranner.eu) Tested by: Michael Ranner (michael@ranner.eu) Discussed with: bapt Notes: svn path=/head/; revision=300957
* Fix copy & paste bugFlorian Smeets2012-07-121-1/+1
| | | | | | | Submitted by: ohauer Notes: svn path=/head/; revision=300792
* Convert to optionsNGFlorian Smeets2012-07-112-64/+92
| | | | Notes: svn path=/head/; revision=300789
* Update to 5.3.14Florian Smeets2012-06-192-3/+3
| | | | Notes: svn path=/head/; revision=299656
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297925
* Fix the name of the apache module, it should be libphp5.so. This also fixesFlorian Smeets2012-05-181-2/+2
| | | | | | | | | | packaging if WITH_APACHE is defined PR: ports/168099 Reported by: brd, Spil <spil.oss@gmail.com> Notes: svn path=/head/; revision=296897
* fix DEFAULT_PHP_VER, somehow i seem to have reverted this file prior toFlorian Smeets2012-05-161-2/+2
| | | | | | | | | committing. Reported by: miwi Notes: svn path=/head/; revision=296779
* readd php 5.3.13 and all its modules as php53*Florian Smeets2012-05-162-8/+6
| | | | Notes: svn path=/head/; revision=296760
* - take maintainership [1]Florian Smeets2012-05-024-45/+13
| | | | | | | | | | | - merge update to 5.3.11 from lang/php5 - mark IGNORE until lang/php5 is updated to 5.4.x and all the php53-* ports will be committed Approved by: ale [1] Notes: svn path=/head/; revision=295887
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-142-2/+25
| | | | | | | Add (vendor) patch for deprecated pcre_info() Notes: svn path=/head/; revision=291337
* Restore accidentally removed patch hunk.Alex Dupre2012-02-091-2/+19
| | | | Notes: svn path=/head/; revision=290792
* When FPM is selected, install status.html into ${PREFIX}/share/php/fpm/.Alex Dupre2012-02-083-19/+26
| | | | | | | Submitted by: Michael Vorobyov <vmb@ric168.ru> Notes: svn path=/head/; revision=290720
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-2/+2
| | | | Notes: svn path=/head/; revision=290490
* Update to 5.3.10 security-fix release.Alex Dupre2012-02-032-8/+8
| | | | | | | (Probably you have to wait for the FreeBSD mirrors to sync up distfiles). Notes: svn path=/head/; revision=290336
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 5.3.9 release.Alex Dupre2012-01-122-10/+10
| | | | Notes: svn path=/head/; revision=289032
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-5/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* Add phar support.Alex Dupre2011-11-251-0/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286404