Index: head/devel/linenoise-ng/Makefile =================================================================== --- head/devel/linenoise-ng/Makefile (revision 483611) +++ head/devel/linenoise-ng/Makefile (revision 483612) @@ -1,26 +1,22 @@ # Created by: David Thiel # $FreeBSD$ PORTNAME= linenoise-ng PORTVERSION= 1.0.0 DISTVERSIONPREFIX=v CATEGORIES= devel MAINTAINER= lx@FreeBSD.org COMMENT= Small, portable readline replacement LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips= fails to compile: cc1plus: unrecognized command line option "-std=c++11" -BROKEN_mips64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= arangodb GH_PROJECT= linenoise-ng CFLAGS+= -fPIC .include