Index: branches/2017Q1/textproc/pugixml/Makefile =================================================================== --- branches/2017Q1/textproc/pugixml/Makefile (revision 432943) +++ branches/2017Q1/textproc/pugixml/Makefile (revision 432944) @@ -1,16 +1,19 @@ # $FreeBSD$ PORTNAME= pugixml PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ MAINTAINER= ybungalobill@gmail.com COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support LICENSE= MIT -USES= cmake +USES= cmake compiler:c++11-lang CMAKE_SOURCE_PATH= ${WRKSRC}/scripts + +CXXFLAGS+= -std=c++11 .include Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 432943) +++ branches/2017Q1 (revision 432944) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r432538