diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-20 20:21:11 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-20 20:21:11 +0800 |
commit | 7aca2531e2d785929c4477143e265a8d9b0b516b (patch) | |
tree | 5eb143508ff1769e64395b54d8a3b09e1576fba0 /net/Makefile | |
parent | 2a5ef470852066fb4e7c665bc1bb5be0b206d82b (diff) | |
download | freebsd-ports-gnome-7aca2531e2d785929c4477143e265a8d9b0b516b.tar.gz freebsd-ports-gnome-7aca2531e2d785929c4477143e265a8d9b0b516b.tar.zst freebsd-ports-gnome-7aca2531e2d785929c4477143e265a8d9b0b516b.zip |
Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 99cf87dc5701..6de16155ad83 100644 --- a/net/Makefile +++ b/net/Makefile @@ -975,6 +975,10 @@ SUBDIR += php73-soap SUBDIR += php73-sockets SUBDIR += php73-xmlrpc + SUBDIR += php74-ldap + SUBDIR += php74-soap + SUBDIR += php74-sockets + SUBDIR += php74-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd |