Summary: | www/squid: Fix build on 13-CURRENT r345982 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Cy Schubert <cy> | ||||
Component: | Individual Port(s) | Assignee: | Cy Schubert <cy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | timp87 | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(timp87) koobs: merge-quarterly? |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 203757 [details]
Patch to build under 13-CURRENT
Approved by: portmgr (blanket: build/run/packaging fix)
A commit references this bug: Author: cy Date: Wed Apr 24 20:02:20 UTC 2019 New revision: 499906 URL: https://svnweb.freebsd.org/changeset/ports/499906 Log: Fix build under 13-CURRENT due to src commit r345982 causing a namespace collision from sys/fcntl.h. PR: 237353 Submitted by: cy@ Approved by: portmgr (blanket: build/run/packaging fix) MFH: 2019Q2 Changes: head/www/squid/files/patch-src_enums.h Fixed. |
Created attachment 203757 [details] Patch to build under 13-CURRENT www/squid fails to build on a recent 13-CURRENT with, In file included from old_api.cc:13: In file included from ../../src/ClientInfo.h:14: ../../src/enums.h:13:5: error: expected identifier FD_NONE, ^ /usr/include/fcntl.h:326:19: note: expanded from macro 'FD_NONE' #define FD_NONE -200 ^