Bug 231783

Summary: security/libtomcrypt: fix build with base GCC
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Pietro Cerutti <gahr>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (gahr)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-09-28 13:54:20 UTC
Created attachment 197569 [details]
patch

Base GCC doesn't support flag -Wno-type-limits. This patch removes it.

Tested on powerpc64 and amd64 (with clang).

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-09-28 14:48:26 UTC
A commit references this bug:

Author: gahr
Date: Fri Sep 28 14:48:18 UTC 2018
New revision: 480862
URL: https://svnweb.freebsd.org/changeset/ports/480862

Log:
  security/libtomcrypt: update to 1.18.2, unbreak [1]

  Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.2/changes

  PR:		231783 [1]
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/security/libtomcrypt/Makefile
  head/security/libtomcrypt/distinfo
  head/security/libtomcrypt/files/
  head/security/libtomcrypt/files/patch-makefile__include.mk
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2018-09-28 14:49:02 UTC
Thanks.