Commit graph

9 commits

Author SHA1 Message Date
Martin Matuska
f1eb2aa906 Update horde_lz4 to 1.0.10
Unbreak with PHP7
Use liblz4 from archivers/liblz4 by default
Add license infromation
2017-01-27 18:56:30 +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
Mathieu Arnold
5815027c46 These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2016-03-13 16:56:42 +00:00
Martin Matuska
e20dacb25e Update horde_lz4 to 1.0.7 2015-01-09 13:16:59 +00:00
Martin Matuska
91ec67638e Update php-horde_lz4 to 1.0.2
Fix build with other PHP than 5.4
2014-02-09 14:00:38 +00:00
Emanuel Haupt
4cfb085184 - Support staging
- Strip shared objects
2014-02-07 09:41:21 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Martin Matuska
646609c6f4 PHP extension that implements the LZ4 compression algorithm - an extremely
fast lossless compression algorithm.

WWW: http://pear.horde.org
2013-06-04 22:14:58 +00:00