Summary: | graphics/dcraw-m: will not build under modern gcc due to explicit -Werror flag | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | John Marino <marino> |
Component: | Individual Port(s) | Assignee: | John Marino <marino> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | waitman |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(waitman) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
John Marino
![]() ![]() Maintainer CC'd anyone there? background: -Werror was added intentionally by bug 194775 This shouldn't have passed, but the PR was submitted as a shar instead of a patch and a new submission was not given despite an explicit request for a patch. Rene eventually "accepted" the shar. The Werror came in then. This PR times out in 2 days. Nobody has heard from Walt since 3 Nov 2014. A commit references this bug: Author: marino Date: Wed Feb 18 08:56:50 UTC 2015 New revision: 379203 URL: https://svnweb.freebsd.org/changeset/ports/379203 Log: graphics/dcraw-m: Remove -Werror to restore build on DF With gcc47+, variable 'type' is set but not used, which generates warning. The -Werror flag should never be set in ports. PR: 197329 Submitted by: marino@ Approved by: maintainer timeout Changes: head/graphics/dcraw-m/Makefile |