16 Commits

Author SHA1 Message Date
sthen
24eae197c6 update to php-7.2.26 / php-7.3.13 and tidy Makefiles a bit 2019-12-18 20:22:05 +00:00
sthen
bce949ff98 more php71 cleanup 2019-12-11 16:08:29 +00:00
sthen
78dfb0b064 put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\
this doesn't get in the way and makes it easier to test possible fixes
2019-03-08 17:02:43 +00:00
sthen
03f88324a6 garbage-collect now unused MODPECL_V 2018-12-12 23:46:18 +00:00
sthen
c307aa5d14 remove php 5.6 scaffolding from pecl.port.mk; changes to pecl-* ports to follow 2018-12-11 12:26:54 +00:00
sthen
813d2e28fc drop php 7.0 and scaffolding, the default has already been switched to 7.1 2018-10-26 21:22:01 +00:00
sthen
2288a20c0d MODULES scaffolding to cope with additional PHP versions 2018-09-28 21:27:25 +00:00
sthen
79084fe49d move MODPHP_FLAVOR from pecl.port.mk to php.port.mk so that other ports
can use "RUN_DEPENDS = foo/pecl-bar${MODPHP_FLAVOR}" and pick up the right
dep according to the MODPHP_VERSION setting.

prompted by a requested from gonzalo@
2018-05-17 08:11:44 +00:00
sthen
384af9db11 move pecl to multi-version; packages are now named pecl56-foo and pecl70-foo
for the relevant PHP versions.

ports which are 5.6-only remain in pecl-foo port directories, set to only
build 5.6 packages

ports which have separate versions for 5.6 and 7.0 are split; the port
directories are named pecl56-foo for the 5.6-compatible version and
pecl-foo for the 7+-version

normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
2018-04-26 15:08:56 +00:00
sthen
1d46f2b517 switch pecl ports to https MASTER_SITES 2018-04-24 17:36:51 +00:00
naddy
88c5a3338b For all our ports that use the pecl module, SHARED_ONLY is always
defined and "c" is always added to WANTLIB.  Remove the check from
the module and add WANTLIB += c to the individual port Makefiles.
No changes in package signature, no other modules affected.
2016-03-19 21:18:37 +00:00
sthen
6454931a57 set USE_GMAKE for ports using the default pecl target.
fixes running tests on 12/15 pecl ports.
2015-11-14 14:55:47 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
cc855487de sync wantlib for pecl-* 2012-08-23 19:35:31 +00:00
sthen
739fe130d6 add a MODULE for pecl ports. ok jasper@ 2012-04-19 21:29:33 +00:00