svn commit: r423169 - head/devel/ucommon

Jan Beich jbeich at FreeBSD.org
Mon Oct 3 06:53:47 UTC 2016


Author: jbeich
Date: Mon Oct  3 06:53:46 2016
New Revision: 423169
URL: https://svnweb.freebsd.org/changeset/ports/423169

Log:
  devel/ucommon: unbreak on 9.x
  
  test/string.cpp:135: error: integer constant is too large for 'long' type
  
  Reported by:	pkg-fallout

Modified:
  head/devel/ucommon/Makefile   (contents, props changed)

Modified: head/devel/ucommon/Makefile
==============================================================================
--- head/devel/ucommon/Makefile	Mon Oct  3 06:53:31 2016	(r423168)
+++ head/devel/ucommon/Makefile	Mon Oct  3 06:53:46 2016	(r423169)
@@ -12,7 +12,7 @@ COMMENT=	Very lightweight C++ design pat
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-USES=		cmake:outsource pathfix pkgconfig
+USES=		compiler:c++11-lib cmake:outsource pathfix pkgconfig
 CMAKE_ARGS+=	-DBUILD_TESTING:BOOL=ON \
 		-DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} \
 		-DCMAKE_INSTALL_MANDIR:STRING=man


More information about the svn-ports-head mailing list