From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 10 02:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269C11065673 for ; Thu, 10 Nov 2011 02:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB7F48FC18 for ; Thu, 10 Nov 2011 02:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAA2e9P7076729 for ; Thu, 10 Nov 2011 02:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAA2e94c076728; Thu, 10 Nov 2011 02:40:09 GMT (envelope-from gnats) Resent-Date: Thu, 10 Nov 2011 02:40:09 GMT Resent-Message-Id: <201111100240.pAA2e94c076728@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roger Marquis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1A4B1065672 for ; Thu, 10 Nov 2011 02:35:09 +0000 (UTC) (envelope-from root@roble.com) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) by mx1.freebsd.org (Postfix) with ESMTP id C71DE8FC14 for ; Thu, 10 Nov 2011 02:35:08 +0000 (UTC) Received: from roble (mx5.roble.com [206.40.34.5]) by mx5.roble.com (Postfix) with ESMTP id B27C5680D2 for ; Wed, 9 Nov 2011 18:16:53 -0800 (PST) Received: from mx7.roble.com ([206.40.34.5]) by roble (mx5.roble.com [206.40.34.50]) (amavisd-new, port 10025) with ESMTP id 5hWDyM3qrLG0 for ; Wed, 9 Nov 2011 18:16:47 -0800 (PST) Message-Id: <20111110021647.8778E38C96F@mx7.roble.com> Date: Wed, 9 Nov 2011 18:16:47 -0800 (PST) From: Roger Marquis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/162422: [MAINTAINER] www/tinyproxy: update to 1.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 02:40:10 -0000 >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 @@ -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: