Bug 234414

Summary: net/ntopng: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: madpilot: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-26 12:10:19 UTC
Created attachment 200525 [details]
patch

USES=compiler:c++11-lang is necessary to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2018-12-27 21:28:04 UTC
The patch works fine for me on amd64 and i386. I'm unable at present to test on other architectures, so I approve it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-30 11:25:08 UTC
A commit references this bug:

Author: madpilot
Date: Sun Dec 30 11:24:58 UTC 2018
New revision: 488707
URL: https://svnweb.freebsd.org/changeset/ports/488707

Log:
  USES=compiler:c++11-lang is necessary to build on GCC architectures.

  PR:		234414
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/net/ntopng/Makefile
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2018-12-30 11:26:58 UTC
Change committed.

Thanks!