Date: Wed, 9 Nov 2011 18:16:47 -0800 (PST) From: Roger Marquis <marquis@roble.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/162422: [MAINTAINER] www/tinyproxy: update to 1.8.3 Message-ID: <20111110021647.8778E38C96F@mx7.roble.com> Resent-Message-ID: <201111100240.pAA2e94c076728@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162422 >Category: ports >Synopsis: [MAINTAINER] www/tinyproxy: update to 1.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 10 02:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Roger Marquis >Release: FreeBSD 8.1-RELEASE-p2 >Organization: Roble Systems >Environment: 8.1-RELEASE-p2 >Description: Update to 1.8.3, added X-Tinyproxy header option >How-To-Repeat: >Fix: --- tinyproxy-1.8.3,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/tinyproxy.orig/Makefile /usr/ports/www/tinyproxy/Makefile --- /usr/ports/www/tinyproxy.orig/Makefile 2011-11-07 14:15:34.000000000 -0800 +++ /usr/ports/www/tinyproxy/Makefile 2011-11-09 17:39:15.000000000 -0800 @@ -34,7 +34,8 @@ MAN8= tinyproxy.8 MAN5= tinyproxy.conf.5 -OPTIONS= REVERSE "Enable reverse proxy support" Off \ +OPTIONS= XHEADER "Enable X-Tinyproxy header" Off \ + REVERSE "Enable reverse proxy support" Off \ TRANSPARENT "Enable transparent proxy support" Off .include <bsd.port.pre.mk> @@ -47,6 +48,10 @@ CONFIGURE_ARGS+= --enable-transparent .endif +.if defined(WITHOUT_XHEADER) +CONFIGURE_ARGS+= --disable-xtinyproxy +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc/tinyproxy/tinyproxy.conf|${PREFIX}/etc/tinyproxy.conf|' \ --- tinyproxy-1.8.3,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111110021647.8778E38C96F>