Commit graph

10 commits

Author SHA1 Message Date
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
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
2018-03-08 19:48:41 +00:00
Sunpoet Po-Chuan Hsieh
970d13f495 Fix build
PR:		223043
Submitted by:	Markus Mann <freebsd-public@it64.de>
MFH:		2017Q4
2017-12-11 10:40:51 +00:00
Sunpoet Po-Chuan Hsieh
423c9db218 Update IGNORE_WITH_PHP 2017-11-20 04:32:36 +00:00
Sunpoet Po-Chuan Hsieh
c91989dfbb Update to 2.0.4
Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
2017-10-07 09:12:57 +00:00
Mathieu Arnold
3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00
Sunpoet Po-Chuan Hsieh
f3f453ed01 Update IGNORE_WITH_PHP 2017-02-01 19:43:42 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672 - Update WWW: pecl.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 14:26:11 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
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
2016-08-03 12:47:05 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Sunpoet Po-Chuan Hsieh
d837c5b412 - Add pecl-bitset2 2.0.3 (copied from pecl-bitset)
- Add LICENSE_FILE
- Add PORTSCOUT

Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
2016-03-07 20:12:06 +00:00