svn commit: r456087 - branches/2017Q4/textproc/ansifilter

Jan Beich jbeich at FreeBSD.org
Tue Dec 12 03:01:24 UTC 2017


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


More information about the svn-ports-all mailing list