Bug 266852

Summary: www/osrm-backend: Disable compiler warnings as errors
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (freebsd)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 266721    
Attachments:
Description Flags
Patch for osrm-backend none

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(+)