aboutsummaryrefslogtreecommitdiff
path: root/archivers/php-horde_lz4
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update horde_lz4 to 1.0.10Martin Matuska2017-01-272-7/+15
| | | | | | | | | Unbreak with PHP7 Use liblz4 from archivers/liblz4 by default Add license infromation Notes: svn path=/head/; revision=432562
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-2/+1
| | | | | | | | | | | 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
* These ports do not build with PHP 7.0, make them as such.Mathieu Arnold2016-03-131-0/+1
| | | | | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight Notes: svn path=/head/; revision=411002
* Update horde_lz4 to 1.0.7Martin Matuska2015-01-092-3/+3
| | | | Notes: svn path=/head/; revision=376607
* Update php-horde_lz4 to 1.0.2Martin Matuska2014-02-092-4/+4
| | | | | | | Fix build with other PHP than 5.4 Notes: svn path=/head/; revision=343502
* - Support stagingEmanuel Haupt2014-02-071-1/+3
| | | | | | | - Strip shared objects Notes: svn path=/head/; revision=343208
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* PHP extension that implements the LZ4 compression algorithm - an extremelyMartin Matuska2013-06-043-0/+26
fast lossless compression algorithm. WWW: http://pear.horde.org Notes: svn path=/head/; revision=319925