Bug 231783 - security/libtomcrypt: fix build with base GCC
Summary: security/libtomcrypt: fix build with base GCC
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-28 13:54 UTC by Piotr Kubaj
Modified: 2018-09-28 14:49 UTC (History)
2 users (show)

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


Attachments
patch (1.42 KB, patch)
2018-09-28 13:54 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-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.