Bug 238885

Summary: math/octave-forge-nurbs: use new GCC on GCC architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Stephen Montgomery-Smith <stephen>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, stephen
Priority: --- Flags: bugzilla: maintainer-feedback? (stephen)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (stephen)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-06-29 21:30:21 UTC
Created attachment 205423 [details]
patch

On GCC architectures don't use the base GCC to build this port, it needs a new compiler:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 23:33:03 UTC
A commit references this bug:

Author: stephen
Date: Sun Jun 30 23:32:58 UTC 2019
New revision: 505525
URL: https://svnweb.freebsd.org/changeset/ports/505525

Log:
  - On GCC architectures, don't use the base GCC to build.

  PR:		238885
  Submitted by:	Piotr Kubaj <pkubaj@FreeBSD.org>

Changes:
  head/math/octave-forge-nurbs/Makefile
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2019-06-30 23:34:00 UTC
Committed, thank you.