Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 09:22:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424550 - head/textproc/opengrm-ngram
Message-ID:  <201610240922.u9O9Meix043191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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