Bug 266850 - sysutils/bareos-server: Disable -Werror flag in client
Summary: sysutils/bareos-server: Disable -Werror flag in client
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks: 266721
  Show dependency treegraph
 
Reported: 2022-10-05 15:21 UTC by Daniel Engberg
Modified: 2022-10-20 08:14 UTC (History)
0 users

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


Attachments
Patch for bareos-server (541 bytes, patch)
2022-10-05 15:21 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 15:21:33 UTC
Created attachment 237108 [details]
Patch for bareos-server

As of PR 266721 -Werror needs to be disabled to compile

Compile tested on 13.1-STABLE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-20 08:13:33 UTC
A commit in branch main references this bug:

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

commit 15fd15478b93d0264ea9bd8af4acff12c2dbde95
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-10-20 08:07:50 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-10-20 08:08:05 +0000

    sysutils/bareos-server: Disable -Werror flag in client

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

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

 sysutils/bareos-server/Makefile | 3 +++
 1 file changed, 3 insertions(+)