[Bug 192921] New: head/www/squid33/Makefile 365365 2014-08-19 08:27:55Z marino $
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 22 15:36:17 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192921
Bug ID: 192921
Summary: head/www/squid33/Makefile 365365 2014-08-19 08:27:55Z
marino $
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: p5B2E9A8F at t-online.de
Bug in the Makefile:
The else part is missing:
.if ${PORT_OPTIONS:MSTRICT_HTTP}
CONFIGURE_ARGS+= --disable-http-violations
.else
CONFIGURE_ARGS+= --enable-http-violations
.endif
Without the else option --enable-http-violations cannot be compiled.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list