Bug 232104

Summary: multimedia/mediainfo: fix build with powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 232100, 232101    
Bug Blocks:    
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-09 02:00:22 UTC
Created attachment 197950 [details]
patch

USES=compiler:c++11-lang is required to build this port. Additionally, library dependencies of this port need USES=compiler:c++11-lang as well.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-14 16:30:16 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Oct 14 16:29:51 UTC 2018
New revision: 482067
URL: https://svnweb.freebsd.org/changeset/ports/482067

Log:
  Fix build on powerpc64

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

Changes:
  head/multimedia/mediainfo/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-10-14 17:39:27 UTC
Committed. Thanks!