diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-20 12:21:11 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-20 12:21:11 +0000 |
commit | 7aca2531e2d785929c4477143e265a8d9b0b516b (patch) | |
tree | 5eb143508ff1769e64395b54d8a3b09e1576fba0 /devel/php74-intl | |
parent | Update security/*gpgme* to 1.13.1 (diff) |
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 'devel/php74-intl')
-rw-r--r-- | devel/php74-intl/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/php74-intl/Makefile b/devel/php74-intl/Makefile new file mode 100644 index 000000000000..6467347fc18f --- /dev/null +++ b/devel/php74-intl/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php74 + +PKGNAMESUFFIX= -intl + +USES= compiler:c++11-lib +USE_CXXSTD= gnu++11 + +CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |