Bug 232454 - devel/clanlib1: fix build on GCC-based architectures
Summary: devel/clanlib1: fix build on 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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-19 17:33 UTC by Piotr Kubaj
Modified: 2022-03-14 14:46 UTC (History)
1 user (show)

See Also:


Attachments
patch (583 bytes, patch)
2018-10-19 17:33 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-10-19 17:33:09 UTC
Created attachment 198374 [details]
patch

-Wno-c++11-narrowing is not supported by base GCC, adding USE_CXXSTD=c++98 makes this port build with both Clang and base GCC.

While here, add USES=gl.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-28 10:29:15 UTC
A commit references this bug:

Author: linimon
Date: Sun Oct 28 10:28:47 UTC 2018
New revision: 483262
URL: https://svnweb.freebsd.org/changeset/ports/483262

Log:
  Fix build on GCC-based architectures.

  PR:		232454
  Submitted by:	Piotr Kubaj

Changes:
  head/devel/clanlib1/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-14 14:46:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b861fa65fe8386404132158eb153378007483bf

commit 3b861fa65fe8386404132158eb153378007483bf
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-03-14 14:41:38 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-03-14 14:41:38 +0000

    biology/pooler: Update to 1.84

    Bug fix for high core-count machines

    PR:             232454
    Reported by:    silas-freebsd@flatline.org.uk

 biology/pooler/Makefile | 2 +-
 biology/pooler/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)