Index: head/devel/jsonnet/Makefile =================================================================== --- head/devel/jsonnet/Makefile (revision 411792) +++ head/devel/jsonnet/Makefile (revision 411793) @@ -1,31 +1,31 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= jsonnet PORTVERSION= 0.8.6 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= JSON data templating language LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= google -USES= gmake +USES= compiler:c++11-lib gmake USE_CXXSTD= c++11 USE_LDCONFIG= yes ALL_TARGET= jsonnet libjsonnet.so CXXFLAGS+= -fPIC -Iinclude PLIST_FILES= bin/jsonnet include/libjsonnet.h lib/libjsonnet.so do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/include/lib${PORTNAME}.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib .include Index: head/devel/jsonnet/files/patch-core_libjsonnet.cpp =================================================================== --- head/devel/jsonnet/files/patch-core_libjsonnet.cpp (nonexistent) +++ head/devel/jsonnet/files/patch-core_libjsonnet.cpp (revision 411793) @@ -0,0 +1,10 @@ +--- core/libjsonnet.cpp.orig 2016-02-03 04:38:12 UTC ++++ core/libjsonnet.cpp +@@ -16,6 +16,7 @@ limitations under the License. + + #include + #include ++#include + + #include + #include Property changes on: head/devel/jsonnet/files/patch-core_libjsonnet.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property