Created attachment 166476 [details] patch file Add patch to fix build in FreeBSD 9.3, See https://github.com/google/jsonnet/pull/99 for details.
Created attachment 166477 [details] test on 9.3
Created attachment 166478 [details] test on 10.2
Hi, This patch isn't enough to fix the build on 9.3; see the errors in http://portsmon.freebsd.org/portoverview.py?category=devel&portname=jsonnet. You need to add USES=compiler:c++11-lang at least, right now the port doesn't require lang/gcc on 9.
A commit references this bug: Author: amdmi3 Date: Thu Mar 24 14:32:50 UTC 2016 New revision: 411793 URL: https://svnweb.freebsd.org/changeset/ports/411793 Log: - Fix build on 9.x PR: 206872 Submitted by: gasol.wu@gmail.com (maintainer) MFH: 2016Q1 (blanket) Changes: head/devel/jsonnet/Makefile head/devel/jsonnet/files/ head/devel/jsonnet/files/patch-core_libjsonnet.cpp