Date: Tue, 12 Sep 2017 13:01:22 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449685 - in head: databases/evolution-data-server devel/icu-le-hb devel/pecl-intl devel/php70-intl devel/php71-intl devel/py-pyicu emulators/open-vm-tools lang/phantomjs misc/sword pri... Message-ID: <201709121301.v8CD1MbO020262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Sep 12 13:01:22 2017 New Revision: 449685 URL: https://svnweb.freebsd.org/changeset/ports/449685 Log: Back out C++11 changes for ICU >= 59 r449608, r449609, r449610, r449611, r449612, r449613, r449614, r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef in C++98 mode instead. Pointy hat to: jbeich PR: 218788 222222 222225 Modified: head/databases/evolution-data-server/Makefile (contents, props changed) head/devel/icu-le-hb/Makefile (contents, props changed) head/devel/pecl-intl/Makefile (contents, props changed) head/devel/php70-intl/Makefile (contents, props changed) head/devel/php71-intl/Makefile (contents, props changed) head/devel/py-pyicu/Makefile (contents, props changed) head/emulators/open-vm-tools/Makefile (contents, props changed) head/lang/phantomjs/Makefile (contents, props changed) head/misc/sword/Makefile (contents, props changed) head/print/texlive-base/Makefile (contents, props changed) head/www/cppcms/Makefile (contents, props changed) Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/databases/evolution-data-server/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.24.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -33,7 +33,6 @@ PORTSCOUT= limitw:1,even USES= bdb:5 cmake compiler:c++11-lib gettext gnome gperf \ iconv localbase pathfix pkgconfig python:3.3+,build\ sqlite tar:xz -USE_CXXSTD= gnu++11 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2 USE_LDCONFIG= yes Modified: head/devel/icu-le-hb/Makefile ============================================================================== --- head/devel/icu-le-hb/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/devel/icu-le-hb/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -3,7 +3,7 @@ PORTNAME= icu-le-hb DISTVERSION= 1.0.3-3 DISTVERSIONSUFFIX= -gb8a3163 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel print MAINTAINER= office@FreeBSD.org @@ -20,8 +20,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ USE_GITHUB= yes GH_ACCOUNT= behdad -USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig -USE_CXXSTD= gnu++11 +USES= autoreconf gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/devel/pecl-intl/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -3,7 +3,7 @@ PORTNAME= intl PORTVERSION= 3.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org @@ -14,7 +14,6 @@ LICENSE= PHP301 LIB_DEPENDS= libicui18n.so:devel/icu IGNORE_WITH_PHP=70 71 -USES= compiler:c++11-lib php:pecl -USE_CXXSTD= gnu++11 +USES= php:pecl .include <bsd.port.mk> Modified: head/devel/php70-intl/Makefile ============================================================================== --- head/devel/php70-intl/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/devel/php70-intl/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -1,14 +1,11 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -intl - -USES= compiler:c++11-lib -USE_CXXSTD= gnu++11 .include "${MASTERDIR}/Makefile" Modified: head/devel/php71-intl/Makefile ============================================================================== --- head/devel/php71-intl/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/devel/php71-intl/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -1,13 +1,10 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -intl - -USES= compiler:c++11-lib -USE_CXXSTD= gnu++11 .include "${MASTERDIR}/Makefile" Modified: head/devel/py-pyicu/Makefile ============================================================================== --- head/devel/py-pyicu/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/devel/py-pyicu/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -3,7 +3,7 @@ PORTNAME= pyicu PORTVERSION= 1.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,17 +15,14 @@ COMMENT= Python extension wrapping IBM's ICU C++ API # LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libicudata.so:devel/icu - USES?= python -USES+= compiler:c++11-lib -USE_CXXSTD= gnu++11 USE_PYTHON= distutils autoplist -MAKE_ENV+= PYICU_INCLUDES="${LOCALBASE}/include" \ - PYICU_CFLAGS="${CXXFLAGS:ts:}" \ - PYICU_LFLAGS="-L${LOCALBASE}/lib" -CFLAGS+= -w -DPYICU_VER=\"${PORTVERSION}\" +MAKE_ENV+= PYICU_INCLUDES="${PREFIX}/include" \ + PYICU_CFLAGS="-w:-DPYICU_VER=\"${PORTVERSION}\"" \ + PYICU_LFLAGS="-L${PREFIX}/lib" + +LIB_DEPENDS+= libicudata.so:devel/icu pre-configure: @if [ ! -e ${LOCALBASE}/lib/libicule.so ]; then \ Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/emulators/open-vm-tools/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= emulators @@ -46,9 +46,7 @@ OPENSSL_CONFIGURE_WITH= ssl WRKSRC_SUBDIR= open-vm-tools GNU_CONFIGURE= yes -USES= autoreconf:-iv compiler:c++11-lib fuse gettext-runtime \ - kmod libtool localbase pathfix pkgconfig -USE_CXXSTD= gnu++11 +USES= autoreconf:-iv fuse gettext-runtime kmod libtool localbase pathfix pkgconfig USE_GNOME= glib20 USE_GITHUB= yes Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/lang/phantomjs/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MAINTAINER= feld@FreeBSD.org @@ -22,9 +22,7 @@ BROKEN_sparc64= does not link on sparc64 NOT_FOR_ARCHS= armv6 NOT_FOR_ARCHS_REASON= Platform.h: Not supported ARM architecture -USES= bison:build compiler:c++11-lib gmake gperf jpeg perl5 \ - pkgconfig python:build ssl sqlite -USE_CXXSTD= gnu++11 +USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build ssl sqlite USE_GNOME+= libxml2 USE_PERL5= build USE_RUBY= yes Modified: head/misc/sword/Makefile ============================================================================== --- head/misc/sword/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/misc/sword/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -3,7 +3,7 @@ PORTNAME= sword PORTVERSION= 1.7.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ @@ -21,8 +21,7 @@ BROKEN_powerpc64= does not compile: libicui18n.so: und GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-conf --with-zlib INSTALL_TARGET= install-strip -USES= compiler:c++11-lib gmake libtool pathfix pkgconfig -USE_CXXSTD= gnu++11 +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes SUB_FILES= pkg-message Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/print/texlive-base/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -31,7 +31,6 @@ CONFLICTS_INSTALL= texlive-texmf-201[234]* USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap USES= compiler:c++11-lib ghostscript pkgconfig perl5 \ python:run shebangfix tar:xz -USE_CXXSTD= gnu++11 USE_PERL5= run # during build phase gnu configure is run a lot MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} Modified: head/www/cppcms/Makefile ============================================================================== --- head/www/cppcms/Makefile Tue Sep 12 12:22:18 2017 (r449684) +++ head/www/cppcms/Makefile Tue Sep 12 13:01:22 2017 (r449685) @@ -2,7 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} @@ -15,8 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre BROKEN_powerpc64= Does not build: error: 'localeconv_l' was not declared in this scope -USES= cmake compiler:c++11-lib python:2 shebangfix tar:bzip2 ssl -USE_CXXSTD= gnu++11 +USES= cmake python:2 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes SHEBANG_FILES= bin/cppcms_tmpl_cc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709121301.v8CD1MbO020262>