[Midnightbsd-cvs] mports [24712] trunk/devel/pecl-intl: disable for newer php

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 26 11:29:46 EST 2018


Revision: 24712
          http://svnweb.midnightbsd.org/mports/?rev=24712
Author:   laffer1
Date:     2018-11-26 11:29:45 -0500 (Mon, 26 Nov 2018)
Log Message:
-----------
disable for newer php

Modified Paths:
--------------
    trunk/devel/pecl-intl/Makefile
    trunk/devel/pecl-intl/pkg-descr

Modified: trunk/devel/pecl-intl/Makefile
===================================================================
--- trunk/devel/pecl-intl/Makefile	2018-11-26 16:26:41 UTC (rev 24711)
+++ trunk/devel/pecl-intl/Makefile	2018-11-26 16:29:45 UTC (rev 24712)
@@ -3,6 +3,7 @@
 
 PORTNAME=	intl
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -13,12 +14,16 @@
 
 LICENSE=	php
 
-LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu
+LIB_DEPENDS=	libicui18n.so:devel/icu
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
-USES=		tar:tgz
+IGNORE_WITH_PHP=70 71 72 73
+USES=		compiler:c++11-lib tar:tgz
+USE_CXXSTD=	gnu++11
 
+CPPFLAGS+=	-DU_USING_ICU_NAMESPACE=1
+
 CONFIGURE_TARGET=	${ARCH}-portbld-freebsd10.4
 
 .include <bsd.port.mk>

Modified: trunk/devel/pecl-intl/pkg-descr
===================================================================
--- trunk/devel/pecl-intl/pkg-descr	2018-11-26 16:26:41 UTC (rev 24711)
+++ trunk/devel/pecl-intl/pkg-descr	2018-11-26 16:29:45 UTC (rev 24712)
@@ -3,4 +3,4 @@
 
 [1] http://www.icu-project.org/
 
-WWW: http://pecl.php.net/package/intl
+WWW: https://pecl.php.net/package/intl



More information about the Midnightbsd-cvs mailing list