Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 16:31:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504355 - in head: math/timbl textproc/libfolia textproc/ucto
Message-ID:  <201906161631.x5GGV8L4073981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jun 16 16:31:08 2019
New Revision: 504355
URL: https://svnweb.freebsd.org/changeset/ports/504355

Log:
  Now that devel/openmp has been enabled on powerpc64, fix these newly
  unblocked ports on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/timbl/Makefile
  head/textproc/libfolia/Makefile
  head/textproc/ucto/Makefile

Modified: head/math/timbl/Makefile
==============================================================================
--- head/math/timbl/Makefile	Sun Jun 16 16:14:04 2019	(r504354)
+++ head/math/timbl/Makefile	Sun Jun 16 16:31:08 2019	(r504355)
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libomp.so:devel/openmp \
 		libticcutils.so:devel/ticcutils
 
-USES=		autoreconf gmake gnome libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake gnome libtool \
+		pathfix pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	LanguageMachines
 GNU_CONFIGURE=	yes

Modified: head/textproc/libfolia/Makefile
==============================================================================
--- head/textproc/libfolia/Makefile	Sun Jun 16 16:14:04 2019	(r504354)
+++ head/textproc/libfolia/Makefile	Sun Jun 16 16:31:08 2019	(r504355)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libicui18n.so:devel/icu \
 		libomp.so:devel/openmp \
 		libticcutils.so:devel/ticcutils
 
-USES=		autoreconf gmake gnome libtool pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes

Modified: head/textproc/ucto/Makefile
==============================================================================
--- head/textproc/ucto/Makefile	Sun Jun 16 16:14:04 2019	(r504354)
+++ head/textproc/ucto/Makefile	Sun Jun 16 16:31:08 2019	(r504355)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libexttextcat-2.0.so:textproc/libexttextc
 		libticcutils.so:devel/ticcutils
 RUN_DEPENDS=	uctodata>0:textproc/uctodata
 
-USES=		autoreconf gmake gnome libedit libtool pkgconfig readline
+USES=		autoreconf compiler:c++11-lang gmake gnome libedit libtool \
+		pkgconfig readline
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161631.x5GGV8L4073981>