svn commit: r432944 - branches/2017Q1/textproc/pugixml
Thomas Zander
riggs at FreeBSD.org
Tue Jan 31 19:37:21 UTC 2017
Author: riggs
Date: Tue Jan 31 19:37:19 2017
New Revision: 432944
URL: https://svnweb.freebsd.org/changeset/ports/432944
Log:
MFH: r432538
Enable c++11 support: Fix dependent ports which require c++11 or later
PR: 216468
Submitted by: riggs
Approved by: ports-secteam (feld), ybungalobill at gmail.com (maintainer)
Modified:
branches/2017Q1/textproc/pugixml/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/textproc/pugixml/Makefile
==============================================================================
--- branches/2017Q1/textproc/pugixml/Makefile Tue Jan 31 19:33:38 2017 (r432943)
+++ branches/2017Q1/textproc/pugixml/Makefile Tue Jan 31 19:37:19 2017 (r432944)
@@ -2,6 +2,7 @@
PORTNAME= pugixml
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/
@@ -10,7 +11,9 @@ COMMENT= Light-weight, simple and fast X
LICENSE= MIT
-USES= cmake
+USES= cmake compiler:c++11-lang
CMAKE_SOURCE_PATH= ${WRKSRC}/scripts
+CXXFLAGS+= -std=c++11
+
.include <bsd.port.mk>
More information about the svn-ports-branches
mailing list