Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 03:01:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r456087 - branches/2017Q4/textproc/ansifilter
Message-ID:  <201712120301.vBC31NgP001377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Dec 12 03:01:23 2017
New Revision: 456087
URL: https://svnweb.freebsd.org/changeset/ports/456087

Log:
  MFH: r456086
  
  textproc/ansifilter: require C++11 toolchain (on powerpc*, mips*, sparc*)
  
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  main.cpp:118:5: error: use of undeclared identifier 'unique_ptr'
      unique_ptr<ansifilter::CodeGenerator> generator(ansifilter::CodeGenerator::getInstance(op...
      ^
  
  Reported by:	pkg-fallout (mips64)
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/textproc/ansifilter/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/textproc/ansifilter/Makefile
==============================================================================
--- branches/2017Q4/textproc/ansifilter/Makefile	Tue Dec 12 02:57:13 2017	(r456086)
+++ branches/2017Q4/textproc/ansifilter/Makefile	Tue Dec 12 03:01:23 2017	(r456087)
@@ -12,9 +12,7 @@ COMMENT=	Customizable ANSI Code Converter
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++11
-
-USES=		gmake tar:bzip2
+USES=		compiler:c++11-lib gmake tar:bzip2
 MAKEFILE=	makefile
 
 PORTDOCS=	ChangeLog README



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