Bug 233816 - security/nettle: fix build with GCC-based architectures
Summary: security/nettle: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-05 23:42 UTC by Piotr Kubaj
Modified: 2018-12-06 20:34 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch (362 bytes, patch)
2018-12-05 23:42 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!