Bug 266852 - www/osrm-backend: Disable compiler warnings as errors
Summary: www/osrm-backend: 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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks: 266721
  Show dependency treegraph
 
Reported: 2022-10-05 16:30 UTC by Daniel Engberg
Modified: 2022-10-20 08:14 UTC (History)
2 users (show)

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


Attachments
Patch for osrm-backend (446 bytes, patch)
2022-10-05 16:30 UTC, Daniel Engberg
no flags Details | Diff

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 16:30:58 UTC
Created attachment 237109 [details]
Patch for osrm-backend

As of PR 266721 -Werror=all needs to be disabled to build

Compile tested on 13.1-STABLE (amd64)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-06 05:36:49 UTC
^Triage: reporter is committer, assign accordingly
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-20 08:13:30 UTC
A commit in branch main references this bug:

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

commit fa14b345d72a6e95893dbe3af8c32f7d1cf37faa
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-10-20 08:03:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-10-20 08:03:42 +0000

    www/osrm-backend: Disable compiler warnings as errors

    When -DNDEBUG is defined -Werror=all needs to be disabled otherwise
    port won't build

    PR:             266852
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 www/osrm-backend/Makefile | 4 ++++
 1 file changed, 4 insertions(+)