Bug 266844 - math/hmat-oss: Disable compiler warnings as errors
Summary: math/hmat-oss: Disable compiler warnings as errors
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks: 266721
  Show dependency treegraph
 
Reported: 2022-10-05 13:39 UTC by Daniel Engberg
Modified: 2022-10-05 16:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2022-10-05 13:39:01 UTC
As of PR 266721 -Werror needs to be disabled to compile

Compile tested on 13.1-STABLE (amd64)
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-10-05 15:48:58 UTC
Fixed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-05 15:49:43 UTC
A commit in branch main references this bug:

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

commit ec68d8b9d972dadaba8aa56b715847bfda5f6e1d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-05 15:47:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-05 15:47:40 +0000

    math/hmat-oss: Disable compiler warnings as errors (remove -Werror)

    PR:             266844
    Reported by:    diizzy@

 math/hmat-oss/files/patch-CMakeLists.txt (new) | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2022-10-05 16:17:58 UTC
Thanks for fixing it even though I missed to attach a patch.