ports/162422: [MAINTAINER] www/tinyproxy: update to 1.8.3

Roger Marquis marquis at roble.com
Thu Nov 10 02:40:10 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list