summaryrefslogtreecommitdiff
path: root/lang/php55 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired PHP5.5 ports.Rene Ladan2016-10-2121-1465/+0
| | | | Notes: svn path=/head/; revision=424382
* Fix running make test for php extensions (and maybe php itself)Mathieu Arnold2016-09-012-1/+20
| | | | | | | | | | | | With the default configuration, all the directives are removed from with egrep. Then, egrep, seeing that it does not output any line, will exit(1). With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=421225
* - Add enchant php55/php56/php70 extensionDmitry Marakasov2016-08-231-0/+5
| | | | | | | | | PR: 208828 Submitted by: daniel@blodan.se Approved by: maintainer timeout (ale, 4 months) Notes: svn path=/head/; revision=420657
* Change www/php*-session's priority to be loaded before most other PHP ↵Mathieu Arnold2016-08-091-5/+1
| | | | | | | | | | | | | | extensions. Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight Notes: svn path=/head/; revision=419924
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* lang/php55: switch distfiles from bzip2 to xzTorsten Zuehlsdorff2016-08-082-4/+4
| | | | | | | | | PR: 209881 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: pi (mentor) Notes: svn path=/head/; revision=419833
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-032-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Modify the EOL date as there was a last release fixing known issuesBaptiste Daroussin2016-07-281-2/+2
| | | | | | | Extend by 2 month the expiration date to give more time for users to upgrade Notes: svn path=/head/; revision=419210
* lang/php55 lang/php56: Restore mail header patch in distinfoMark Felder2016-07-261-0/+2
| | | | | | | | | | Pointyhat: me Reported by: mat MFH: 2016Q3 Notes: svn path=/head/; revision=419135
* lang/php55: Update to 5.5.38Mark Felder2016-07-262-7/+5
| | | | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.5.38 MFH: 2016Q3 Notes: svn path=/head/; revision=419116
* php 5.5 EOL happened on July 10thBaptiste Daroussin2016-07-201-0/+3
| | | | | | | time to deprecate php 5.5 and mark it for removal in a month Notes: svn path=/head/; revision=418855
* If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overriddenBryan Drewery2016-07-202-2/+2
| | | | | | | | | | | | | | | | in bsd.default-versions.mk later, and the value from the Makefile will not be used at all. We would change bsd.default-versions.mk, but really these ports should not be changing what the "default" it. Change to modifying what the "current" version is as PHP_VER. This fixes some cases of 'make check-sanity' not passing for php extension ports in Poudriere where there is no LOCALBASE/etc/php.conf to set a proper PHP_VER. In these cases the PHP_DEFAULT value (of 5.6) is used rather than the version set by the extension Makefile and the later checks for whether that version has that extension may incorrectly error. Notes: svn path=/head/; revision=418853
* Fix the opcache ports, the fact that they are zend extensions was ignored.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | MFH: 2016Q3 Sponsored by: Absolight Notes: svn path=/head/; revision=418143
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-282-29/+15
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* lang/php55: update 5.5.36 -> 5.5.37Jason Unovitch2016-06-252-4/+4
| | | | | | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=417491
* Move bsd.php.mk to Uses/php.mkMathieu Arnold2016-06-231-0/+2
| | | | | | | | | | | PR: 210323 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6867 Notes: svn path=/head/; revision=417374
* lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixupsJason Unovitch2016-05-283-6/+7
| | | | | | | | | | | | | | | | | | | | | | | - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] - Fix regression from r415818's conversion to @sample by installing the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE} PR: 209779 [1] PR: 208073 [2] Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> [1] Submitted by: Paulo Henrique <paulo.oliveira@protonmail.ch> [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-4343 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=415972
* Simplify plist by using @sampleBaptiste Daroussin2016-05-241-3/+1
| | | | Notes: svn path=/head/; revision=415818
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* lang/php55: update 5.5.34 -> 5.5.35Jason Unovitch2016-05-032-3/+3
| | | | | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.5.35 Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html Notes: svn path=/head/; revision=414511
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-34/+34
| | | | | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414019
* Move USE_BDB support from bsd.databases.mk to its own file.Mathieu Arnold2016-04-251-1/+3
| | | | | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414018
* lang/php55: update 5.5.33 -> 5.5.34Jason Unovitch2016-04-032-3/+3
| | | | | | | | | | | | | converters/php55-mbstring,graphics/php55-gd: chase update; drop PORTREVISION Changelog: http://www.php.net/ChangeLog-5.php#5.5.34 Approved by: ports-secteam (with hat) Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=412475
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-012-25/+25
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update to 5.5.33Martin Wilke2016-03-042-3/+3
| | | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.5.33 Notes: svn path=/head/; revision=410089
* Welcome php 7.0.3Martin Wilke2016-02-152-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@. Notes: svn path=/head/; revision=408932
* - Update to 5.5.32Martin Wilke2016-02-092-3/+3
| | | | | | | | | Approved by: ports-secteam (with hat) MFH: 2016Q1 Security: 85eb4e46-cf16-11e5-840f-485d605f4717 Notes: svn path=/head/; revision=408555
* - Restore mail header patchMartin Wilke2016-01-111-0/+2
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=405782
* - Update lang/php55 to 5.5.31Martin Wilke2016-01-112-5/+3
| | | | | | | | | | - Update lang/php56 to 5.6.17 MFH: 2016Q1 Security: 6b771fe2-b84e-11e5-92f9-485d605f4717 Notes: svn path=/head/; revision=405778
* Finish conversion to USES=sqliteBaptiste Daroussin2016-01-101-1/+1
| | | | Notes: svn path=/head/; revision=405723
* Finish conversion to USES=firebirdBaptiste Daroussin2016-01-101-1/+1
| | | | Notes: svn path=/head/; revision=405722
* Convert categories m* and m* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+2
| | | | Notes: svn path=/head/; revision=405721
* Switch to onigurum5 port and bump PORTREVISION.Alex Dupre2015-12-151-1/+1
| | | | Notes: svn path=/head/; revision=403784
* Drop 8 support.Mathieu Arnold2015-10-151-3/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* Update PHP ports to versions 5.5.30 and 5.6.14.Alex Dupre2015-10-052-3/+3
| | | | | | | | PR: 203541 Submitted by: Jason Unovitch Notes: svn path=/head/; revision=398632
* lang/php55: Update to 5.5.29Mark Felder2015-09-102-3/+3
| | | | | | | | | | | | | | PR: 202906 Approved by: ports-secteam (with hat) Security: CVE-2015-6834 Security: CVE-2015-6835 Security: CVE-2015-6836 Security: CVE-2015-6837 Security: CVE-2015-6838 Security: 3d675519-5654-11e5-9ad8-14dae9d210b8 Notes: svn path=/head/; revision=396580
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Update to 5.5.28 release.Alex Dupre2015-08-152-3/+3
| | | | Notes: svn path=/head/; revision=394289
* Update to 5.5.27 release.Alex Dupre2015-07-112-3/+3
| | | | Notes: svn path=/head/; revision=391735
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* Update PHP ports:Alex Dupre2015-06-142-3/+3
| | | | | | | | | - php5 to 5.4.42 - php55 to 5.5.26 - php56 to 5.6.10 Notes: svn path=/head/; revision=389655
* Update to 5.5.25 release.Alex Dupre2015-05-242-3/+3
| | | | Notes: svn path=/head/; revision=387332
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Disable FPM on mips/mips64 due to lack of ASM implementations for theseSean Bruno2015-05-021-0/+3
| | | | | | | | | architectures. PR: 197128 Notes: svn path=/head/; revision=385208
* Security update to 5.5.24.Xin LI2015-04-262-3/+3
| | | | | | | | | With hat: ports-secteam Submitted by: Bernard Spil <spil.oss gmail com> (with changes) MFH: 2015Q2 Notes: svn path=/head/; revision=384757
* Update to 5.5.23 release.Alex Dupre2015-04-012-3/+3
| | | | Notes: svn path=/head/; revision=382895
* lang category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | | | Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382211
* Switch default PHP version to 5.6.x.Alex Dupre2015-02-203-3/+4
| | | | | | | | | | | | - Update PHP 5.4 to 5.4.38 release - Update PHP 5.5 to 5.5.22 release - Update PHP 5.6 to 5.6.6 release PR: 195604 Approved by: portmgr Notes: svn path=/head/; revision=379433
* Update to 5.5.21 release.Alex Dupre2015-01-234-26/+3
| | | | Notes: svn path=/head/; revision=377731