Bug 235204

Summary: lang/basic256: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (fernape)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-01-25 21:16:45 UTC
Created attachment 201401 [details]
patch

Add USES=compiler:c++11-lang to fix build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2019-01-26 11:41:15 UTC
Hi Piotr,

Thanks for the patch.

Build testing {11.2,12.0}{i386,amd64} and 13-CURRENT i386 in progress
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-27 16:25:59 UTC
A commit references this bug:

Author: fernape
Date: Sun Jan 27 16:25:53 UTC 2019
New revision: 491366
URL: https://svnweb.freebsd.org/changeset/ports/491366

Log:
  lang/basic256: fix build with GCC-based architectures

  PR:	235204
  Submitted by:	pkubaj@anongoth.pl

Changes:
  head/lang/basic256/Makefile
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2019-01-27 16:27:24 UTC
The other issue was resolved after upgrading the qt5-* packages.

Thanks!