aboutsummaryrefslogtreecommitdiff
path: root/lang/php70
Commit message (Collapse)AuthorAgeFilesLines
* devel/oniguruma: Update to 6.8.1Yuri Victorovich2018-03-191-1/+1
| | | | | | | Only changed the shared object version (forgotten on the previous release). Notes: svn path=/head/; revision=464983
* Turn off DTRACE option by default for mips. It fails the exact same wayMark Linimon2018-03-171-7/+4
| | | | | | | | | | | that armvX do. While here, remove duplicate OPTIONS_EXCLUDE_aarch64 line, and sort. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464849
* devel/oniguruma: Update to 6.8.0Yuri Victorovich2018-03-171-1/+1
| | | | | | | | | | | | | | Changelog: https://github.com/kkos/oniguruma/releases/tag/v6.8.0 Bumping 9 depending ports because oniguruma's interface actually changed in an incompatible way, see https://github.com/kkos/oniguruma/issues/79 , while the shared library lib/libonig.so.4.0.0 didn't change the revision number. This is a bug in the upstream release. Notes: svn path=/head/; revision=464845
* lang/php70: Update from 7.0.27 to 7.0.28Torsten Zuehlsdorff2018-03-152-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.28 MFH: 2018Q1 Notes: svn path=/head/; revision=464598
* Migrate USE_APACHE to USES= apacheBernard Spil2018-03-111-1/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464193
* Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to UsesBernard Spil2018-03-111-1/+1
| | | | | | | | | | | | | | | | - Chase required changes in framework (bsd.sanity.mk, bsd.port.mk) - Chase required changes in ports (version checks) - Chase required changes in PHP ports (include bsd.apache.mk) - exp-run by antoine, brnrd, joneum PR: 223691 (exp-run) Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr) Approved by: joneum (hat apache) Approved by: portmgr With hat: apache Notes: svn path=/head/; revision=464175
* Disable dtrace usdt on armv6, armv7 and aarch64, for lang/php* ports.Mark Linimon2018-03-111-2/+7
| | | | | | | | | | Tested for no regression on amd64. PR: 224271 Approved by: tz (maintainer) Notes: svn path=/head/; revision=464146
* Introduce PHP flavors.Mathieu Arnold2018-03-081-1/+1
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* - Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstreamTijl Coosemans2018-01-123-30/+17
| | | | | | | | | | script in pre-configure to regenerate configure scripts. Because this regenerates php_config.h.in, merge a patch for that file into the patch for configure.in. - Remove redundant --localstatedir=/var (added by bsd.port.mk). Notes: svn path=/head/; revision=458821
* lang/php70: Update from 7.0.26 to 7.0.27Torsten Zuehlsdorff2018-01-102-5/+5
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.27 MFH: 2018Q1 Notes: svn path=/head/; revision=458655
* Add an upstream patch:Li-Wen Hsu2017-12-173-1/+23
| | | | | | | | | | | | http://git.php.net/?p=php-src.git;a=commit;h=72ec23d8233ac9a2071f991752cff55febb167d5 This eliminate a warning while building with clang on 32-bit system and enable other programs' configure scripts test PHP feature with `-Werror` Approved by: tz (maintainer) Notes: svn path=/head/; revision=456526
* - Add EMBED to default on optionsLi-Wen Hsu2017-12-051-2/+2
| | | | | | | | | This is required for the php module of www/unit Approved by: ale, tz (maintainers) Notes: svn path=/head/; revision=455566
* Remove DTRACE_DESC in favor of the default description.Gerald Pfeifer2017-11-291-1/+0
| | | | | | | Approved by: tz Notes: svn path=/head/; revision=455138
* Remove DEBUG_DESC in favor of the default one.Gerald Pfeifer2017-11-271-1/+0
| | | | | | | Approved by: tz Notes: svn path=/head/; revision=454993
* lang/php70: Update from 7.0.25 to 7.0.26Torsten Zuehlsdorff2017-11-242-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.26 MFH: 2017Q4 Notes: svn path=/head/; revision=454817
* lang/php70 and lang/php71: Add mail header patchTorsten Zuehlsdorff2017-11-232-3/+13
| | | | | | | | | | | | | While here to some improvements: - Remove CONFLICTS of no longer existing PHP 5.5 - Add CONFLICTS to PHP 7.2 - Remove IPV6_DESC in order to use default one PR: 219321 Submitted by: Karsten Schmidt <bsd@guggemand.dk> Notes: svn path=/head/; revision=454753
* Remove nops, setting USES after bsd.port.pre.mk doesn't do anythingAntoine Brodin2017-11-191-4/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=454501
* Chase renaming of devel/oniguruma6 to devel/onigurumaThomas Zander2017-11-121-1/+1
| | | | | | | | PR: 222869 Reported by: m.bueker@berlin.de Notes: svn path=/head/; revision=454042
* lang/php70: Update from 7.0.24 to 7.0.25Torsten Zuehlsdorff2017-10-262-4/+4
| | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.25 MFH: 2017Q4 Security: CVE-2016-1283 Notes: svn path=/head/; revision=452923
* lang/php70: Update from 7.0.23 to 7.0.24Torsten Zuehlsdorff2017-09-282-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.24 MFH: 2017Q3 Notes: svn path=/head/; revision=450848
* lang/php70 and lang/php71: enable to build on sparc64Torsten Zuehlsdorff2017-09-151-0/+1
| | | | | | | | | | Disabling DTRACE for sparc64 allows to build the port on it PR: 221761 Submitted by: Mark Linimon <linimon@FreeBSD.org> Notes: svn path=/head/; revision=449898
* Update PHP 7 from 7.0.22 to 7.0.23Torsten Zuehlsdorff2017-08-312-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.23 MFH: 2017Q3 Notes: svn path=/head/; revision=449033
* Update PHP 7 from 7.0.21 to 7.0.22Torsten Zuehlsdorff2017-08-032-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.22 MFH: 2017Q3 Notes: svn path=/head/; revision=447204
* lang/php70: switch to devel/oniguruma6Torsten Zuehlsdorff2017-07-101-1/+1
| | | | | | | | | | | | | | | | | | | This change should have been part of r445429. Changelog was: For mbstring extensions switch from devel/oniguruma5 to devel/oniguruma6 to fix security issues covert in Oniguruma 6.4. PHP bundles oniguruma 6.3 but i did some more tests, to make sure nothing breaks. PR: 220598 Submitted by: Trond.Endrestol@ximalas.info MFH: 2017Q3 Notes: svn path=/head/; revision=445433
* PHP 7.0 and 7.1: switch to devel/oniguruma6Torsten Zuehlsdorff2017-07-101-0/+2
| | | | | | | | | | | | | | | | | | For mbstring extensions switch from devel/oniguruma5 to devel/oniguruma6 to fix security issues covert in Oniguruma 6.4. PHP bundles oniguruma 6.3 but i did some more tests, to make sure nothing breaks. Also add $FreeBSD$ header to Makefile.ext PR: 220598 Submitted by: Trond.Endrestol@ximalas.info MFH: 2017Q3 Notes: svn path=/head/; revision=445429
* Update PHP 7 from 7.0.20 to 7.0.21Torsten Zuehlsdorff2017-07-073-50/+5
| | | | | | | | | | | | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.21 Also: - Remove patch "patch-main_php__ini.c", has been patched upstream - Remove CONFIGURE_ARGS for "--with-regex=*" and "--with-zend-vm=*", they are not supported anymore PR: 220531 Submitted by: Dani <i.dani@outlook.com> Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> MFH: 2017Q3 Security: CVE-2017-9224 Security: CVE-2017-9226 Security: CVE-2017-9227 Security: CVE-2017-9228 Security: CVE-2017-9229 Differential Revision: https://reviews.freebsd.org/D11515 Notes: svn path=/head/; revision=445231
* lang/php70 and lang/php71: Add umask to php-fpm rc scriptTorsten Zuehlsdorff2017-06-281-1/+16
| | | | | | | | PR: 212911 Submitted by: Robert Kánia <rk@redb.cz> Notes: svn path=/head/; revision=444558
* lang/php70 and lang/php71: Parse multiple [PATH=] and [HOST=] sections properlyTorsten Zuehlsdorff2017-06-162-1/+32
| | | | | | | | | | | Adding a patch to fix bug #74738 in PHP 7.0 and 7.1: https://bugs.php.net/bug.php?id=74738 Reported by: Philip Jocks <pj@netzkommune.de> MFH: 2017Q2 Notes: svn path=/head/; revision=443708
* Update PHP 7 from 7.0.19 to 7.0.20Torsten Zuehlsdorff2017-06-122-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.20 MFH: 2017Q2 Notes: svn path=/head/; revision=443434
* graphics/php70-gd: remove options T1LIB and VPX, add option WEBPTorsten Zuehlsdorff2017-06-091-14/+8
| | | | | | | | | | | Support for T1LIB and VPX was removed in PHP 7.0 Support for WebP support was added in PHP 7.0 PR: 219837 Submitted by: Dani <i.dani@outlook.com> Notes: svn path=/head/; revision=442977
* Update PHP 7 from 7.0.18 to 7.0.19Torsten Zuehlsdorff2017-05-152-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.19 Also remove the patch from devel/php70-gettext which isn't needed anymore. MFH: 2017Q2 Notes: svn path=/head/; revision=440913
* Update PHP 7 from 7.0.17 to 7.0.18Torsten Zuehlsdorff2017-04-182-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.18 PR: 218589 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q2 Differential Revision: https://reviews.freebsd.org/D10373 Notes: svn path=/head/; revision=438767
* Update PHP 7 from 7.0.16 to 7.0.17Torsten Zuehlsdorff2017-03-162-4/+4
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.17 PR: 217800 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=436275
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update PHP 7 from 7.0.15 to 7.0.16Torsten Zuehlsdorff2017-02-233-4/+5
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.16 PR: 217109 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=434665
* lang/php70 & lang/php71: revert moving of LIB_DEPENDSTorsten Zuehlsdorff2017-02-031-2/+2
| | | | | | | | | | The former commit should pet portlint, but accidently made deve/pcre a LIB_DEPEND for all php modules. Pointy hat: tz Notes: svn path=/head/; revision=433219
* lang/php70: pet portlint by moving LIB_DEPENDS upTorsten Zuehlsdorff2017-02-011-2/+2
| | | | | | | | PR: 216653 Submitted by: linimon Notes: svn path=/head/; revision=433044
* lang/php70: temporarily hide DTRACE option on aarch64Jan Beich2017-01-201-0/+2
| | | | | | | | | | | | | | | ld: Zend/zend_dtrace.d.o.h0Xec8: Relocations in generic ELF (EM: 0) Zend/zend_dtrace.d.o.h0Xec8: error adding symbols: File in wrong format dtrace: failed to link script /wrkdirs/usr/ports/lang/php70/work/php-7.0.14/Zend/zend_dtrace.d: failed to link Zend/zend_dtrace.d.o: ld exited with status 1 dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD [...] PR: 214556 Reported by: pkg-fallout Notes: svn path=/head/; revision=431960
* Update PHP 7 from 7.0.14 to 7.0.15Torsten Zuehlsdorff2017-01-202-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.15 PR: 216210 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html Notes: svn path=/head/; revision=431941
* Remove OPTIONS_EXCLUDE_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-031-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430513
* lang/php70: add notice for poudriere build when ZTS is enabledTorsten Zuehlsdorff2016-12-211-2/+7
| | | | | | | | | | | | | | Without adding WITH_MPM=event into make.conf the build will fail when using poudriere. This is currently documentend in /Mk/Uses/php.mk. Since users do not investigate the framework code, we add the notice to avoid future confusion. PR: 214943 Reported by: rainer@ultra-secure.de, ohartmann@walstatt.org Approved by: mentors (implicit) Notes: svn path=/head/; revision=429051
* Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thingMathieu Arnold2016-12-201-2/+1
| | | | | | | | | now. Sponsored by: Absolight Notes: svn path=/head/; revision=429006
* Update PHP 7 from 7.0.13 to 7.0.14Torsten Zuehlsdorff2016-12-082-5/+5
| | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.14 MFH: 2016Q4 Approved by: mentors (implicit) Notes: svn path=/head/; revision=428120
* lang/php70: DTRACE option is not valid on DragonFlyJohn Marino2016-12-071-0/+1
| | | | | | | | | | | Note that following the OPTIONS_EXCLUDE+= line appears to redundant and could be removed, and the OPTIONS_EXCLUDE_FreeBSD_9 line should be "=" operator, not "+=", from what I can tell. Approved by: DF support blanket Notes: svn path=/head/; revision=428078
* lang/php70: enabled DTRACE option by default where possibleSteve Wills2016-12-011-2/+5
| | | | | | | Approved by: tz (maintainer) Notes: svn path=/head/; revision=427496
* Use @preunexec rather than @postunexecBaptiste Daroussin2016-11-201-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=426585
* Use predictable execution for apxsBaptiste Daroussin2016-11-201-2/+2
| | | | Notes: svn path=/head/; revision=426582
* Use @post*exec instead of deprecated @execBaptiste Daroussin2016-11-201-2/+2
| | | | Notes: svn path=/head/; revision=426581
* Update PHP 7 from 7.0.12 to 7.0.13Torsten Zuehlsdorff2016-11-162-4/+4
| | | | | | | | | | Changes: http://www.php.net/ChangeLog-7.php#7.0.13 MFH: 2016Q4 Approved by: pi (mentor) Notes: svn path=/head/; revision=426243
* - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closelyAlexey Dokuchaev2016-11-141-1/+0
| | | | | | | | | matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage Notes: svn path=/head/; revision=426080