Commit graph

15 commits

Author SHA1 Message Date
Mathieu Arnold
25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +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
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +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
Mark Felder
2bd7a6fd87 Update "BSD" licenses in databases category 2014-12-05 00:30:20 +00:00
Olli Hauer
bf33d209c6 - update to version 1.0.9
- add stage support to php-mdcached

Changelog Version 1.0.8,1.0.9:
- Make it compile with compilers which don't
  implement the (obsolete) std::tr1 c++ namespace

Submitted by:	ivoras (maintainer perm PM)
2014-01-09 19:12:06 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Alex Dupre
83688fcd9f Update to 1.0.6 release.
Submitted by:	maintainer
2012-05-09 10:30:32 +00:00
Alex Dupre
cfd550e5d0 Update to 1.0.5 release.
Submitted by:	maintainer
2012-04-12 10:15:25 +00:00
Alex Dupre
a1857760be Update to 1.0.4 release.
Submitted by:	maintainer
Feature safe:	yes
2012-03-21 09:15:54 +00:00
Alex Dupre
6881471454 Update to 1.0.3 release and add LICENSE.
Submitted by:	maintainer
2012-03-06 11:47:42 +00:00
Alex Dupre
54eb549b18 Bullet Cache is a memory database intended to be used much like memcached,
but offering much higher flexibility through use of record tags which can be
used to perform bulk operations on sets of records.

This port contains the PHP client module for Bullet Cache.

WWW: http://mdcached.sourceforge.net/

PR:		ports/164872
Submitted by:	Ivan Voras <ivoras@FreeBSD.org>
2012-02-27 15:30:24 +00:00