svn commit: r424550 - head/textproc/opengrm-ngram

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 24 09:22:42 UTC 2016


Author: amdmi3
Date: Mon Oct 24 09:22:40 2016
New Revision: 424550
URL: https://svnweb.freebsd.org/changeset/ports/424550

Log:
  - Switch to USES=localbase
  - Mark broken on 9.x: no std::to_string
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/opengrm-ngram/Makefile

Modified: head/textproc/opengrm-ngram/Makefile
==============================================================================
--- head/textproc/opengrm-ngram/Makefile	Mon Oct 24 09:16:21 2016	(r424549)
+++ head/textproc/opengrm-ngram/Makefile	Mon Oct 24 09:22:40 2016	(r424550)
@@ -13,10 +13,10 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libfst.so:math/openfst
 
-USES=		compiler:c++11-lib libtool
+BROKEN_FreeBSD_9=	does not build
+
+USES=		compiler:c++11-lib libtool localbase
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list