Bug 237700

Summary: biology/star: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Jason W. Bacon <jwb>
Status: Closed FIXED    
Severity: Affects Only Me CC: jwb
Priority: --- Flags: bugzilla: maintainer-feedback? (jwb)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (jwb)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-05-01 21:21:12 UTC
Created attachment 204154 [details]
patch

Use new GCC when base GCC is chosen.

cc1plus: error: unrecognized command line option "-std=c++11"

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-02 00:40:26 UTC
A commit references this bug:

Author: jwb
Date: Thu May  2 00:39:52 UTC 2019
New revision: 500629
URL: https://svnweb.freebsd.org/changeset/ports/500629

Log:
  biology/star: Force newer GCC on platforms with GCC 4.2 base

  PR:             237700
  Submitted by:   pkubaj

Changes:
  head/biology/star/Makefile
Comment 2 Jason W. Bacon freebsd_committer freebsd_triage 2019-05-02 00:41:10 UTC
Committed, thanks!