Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 15:36:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192921] New: head/www/squid33/Makefile 365365 2014-08-19 08:27:55Z marino $
Message-ID:  <bug-192921-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: p5B2E9A8F@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192921-13>