| Summary: | Fix port: net/proxy-suite | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Hiroki Sato <hrs> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | thomas | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed, thanks! |
Remove the BROKEN line in the case of ${OSVERSION} >= 502105. When both net/pfvar.h and netinet/ip_nat.h exist, compiling com-socket.c fails because of duplication of several variable definitions. With the attached patch the detection of pfvar.h will be disabled and fix the build problem. (It should be fixed in the original distribution to make the two header files be able to coexist with each other, though). How-To-Repeat: N/A