Bug 206872 - devel/jsonnet: Fix build in 9.3
Summary: devel/jsonnet: Fix build in 9.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-03 04:55 UTC by Gasol Wu
Modified: 2016-03-24 14:34 UTC (History)
1 user (show)

See Also:


Attachments
patch file (857 bytes, patch)
2016-02-03 04:55 UTC, Gasol Wu
gasol.wu: maintainer-approval+
Details | Diff
test on 9.3 (13.60 KB, text/plain)
2016-02-03 04:55 UTC, Gasol Wu
no flags Details
test on 10.2 (11.31 KB, text/plain)
2016-02-03 04:56 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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