Bug 233816

Summary: security/nettle: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: chip.cuccio, linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-05 23:42:18 UTC
Created attachment 199875 [details]
patch

This port now requires USES=compiler:c11 to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud
Comment 1 Chip Cuccio 2018-12-06 15:48:56 UTC
Thanks for the patch!

I can confirm this patch fixes the compile issue on legacy PPC.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-06 20:34:29 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Dec  6 20:33:37 UTC 2018
New revision: 486802
URL: https://svnweb.freebsd.org/changeset/ports/486802

Log:
  Fix build on powerpc64

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

Changes:
  head/devel/protobuf/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-12-06 20:34:32 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Dec  6 20:33:45 UTC 2018
New revision: 486803
URL: https://svnweb.freebsd.org/changeset/ports/486803

Log:
  Fix build on powerpc64

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

Changes:
  head/security/nettle/Makefile
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-12-06 20:34:43 UTC
Committed. Thanks!