Bug 206872

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 Flags
patch file
gasol.wu: maintainer-approval+
test on 9.3
none
test on 10.2 none

Description Gasol Wu 2016-02-03 04:55:26 UTC
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.
Comment 1 Gasol Wu 2016-02-03 04:55:51 UTC
Created attachment 166477 [details]
test on 9.3
Comment 2 Gasol Wu 2016-02-03 04:56:10 UTC
Created attachment 166478 [details]
test on 10.2
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-12 20:33:21 UTC
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.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-03-24 14:33:01 UTC
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