Summary: | devel/jsonnet: Fix build in 9.3 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Gasol Wu <gasol.wu> | ||||||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | rakuco | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Gasol Wu
2016-02-03 04:55:26 UTC
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 |