04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
19 lines
411 B
Makefile
19 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pugixml
|
|
PORTVERSION= 1.7
|
|
PORTREVISION= 2
|
|
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 compiler:c++11-lang
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/scripts
|
|
|
|
CXXFLAGS+= -std=c++11
|
|
|
|
.include <bsd.port.mk>
|