Received: by mail.netbsd.org (Postfix, from userid 605) id 2A25A84D41; Sun, 22 Apr 2018 16:43:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9951E84CFC for ; Sun, 22 Apr 2018 16:43:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gZWIBwRCLMDv for ; Sun, 22 Apr 2018 16:43:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D228284CD7 for ; Sun, 22 Apr 2018 16:43:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC6D9FBEC; Sun, 22 Apr 2018 16:43:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152441541084450" MIME-Version: 1.0 Date: Sun, 22 Apr 2018 16:43:30 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/php-intl To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180422164330.CC6D9FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152441541084450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 22 16:43:30 UTC 2018 Modified Files: pkgsrc/textproc/php-intl: Makefile Log Message: textproc/php-intl: unbreak with icu61.1 This fix is taken from a commit of FreeBSD ports: . To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/php-intl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152441541084450 Content-Disposition: inline Content-Length: 680 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/php-intl/Makefile diff -u pkgsrc/textproc/php-intl/Makefile:1.35 pkgsrc/textproc/php-intl/Makefile:1.36 --- pkgsrc/textproc/php-intl/Makefile:1.35 Sat Apr 14 07:34:42 2018 +++ pkgsrc/textproc/php-intl/Makefile Sun Apr 22 16:43:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2018/04/14 07:34:42 adam Exp $ +# $NetBSD: Makefile,v 1.36 2018/04/22 16:43:30 taca Exp $ MODNAME= intl CATEGORIES+= textproc @@ -9,6 +9,7 @@ LICENSE= php USE_LANGUAGES= c c++11 USE_PHP_EXT_PATCHES= yes CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} +CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 GCC_REQD+= 4.7 # minimum for -std=c++11 --_----------=_152441541084450--