Bug 232012

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

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-06 18:05:09 UTC
Created attachment 197845 [details]
patch

This port requires USES=c++11-lang to build on architectures that use GCC in base. Also requires switching from freebsd-clang++ to freebsd-g++ where GCC needs to be used.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2018-10-06 18:07:34 UTC
Comment on attachment 197845 [details]
patch

LGTM, thanks!
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2018-10-26 16:07:29 UTC
Patch is missing extra-patch-build_Makefile.qt__ui .
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2018-10-26 16:50:21 UTC
Created attachment 198664 [details]
patch

Thanks, I forgot to do svnlite add.
Since this is simple sed, I did everything in Makefile in new patch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-11-05 20:10:29 UTC
A commit references this bug:

Author: linimon
Date: Mon Nov  5 20:09:27 UTC 2018
New revision: 484216
URL: https://svnweb.freebsd.org/changeset/ports/484216

Log:
  This port requires USES=c++11-lang to build on architectures that
  use GCC in base.  Also requires switching from freebsd-clang++ to
  freebsd-g++ where GCC needs to be used.

  PR:		232012
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Changes:
  head/editors/encryptpad/Makefile