svn commit: r411793 - in head/devel/jsonnet: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Mar 24 14:32:50 UTC 2016
Author: amdmi3
Date: Thu Mar 24 14:32:49 2016
New Revision: 411793
URL: https://svnweb.freebsd.org/changeset/ports/411793
Log:
- Fix build on 9.x
PR: 206872
Submitted by: gasol.wu at gmail.com (maintainer)
MFH: 2016Q1 (blanket)
Added:
head/devel/jsonnet/files/
head/devel/jsonnet/files/patch-core_libjsonnet.cpp (contents, props changed)
Modified:
head/devel/jsonnet/Makefile
Modified: head/devel/jsonnet/Makefile
==============================================================================
--- head/devel/jsonnet/Makefile Thu Mar 24 14:29:13 2016 (r411792)
+++ head/devel/jsonnet/Makefile Thu Mar 24 14:32:49 2016 (r411793)
@@ -15,7 +15,7 @@ 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
Added: head/devel/jsonnet/files/patch-core_libjsonnet.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/jsonnet/files/patch-core_libjsonnet.cpp Thu Mar 24 14:32:49 2016 (r411793)
@@ -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 <cstdlib>
+ #include <cstring>
++#include <cerrno>
+
+ #include <exception>
+ #include <fstream>
More information about the svn-ports-head
mailing list