[35785] trunk/dports/www/privoxy/Portfile

simon at macports.org simon at macports.org
Sun Apr 6 08:09:16 PDT 2008


Revision: 35785
          http://trac.macosforge.org/projects/macports/changeset/35785
Author:   simon at macports.org
Date:     2008-04-06 08:09:15 -0700 (Sun, 06 Apr 2008)

Log Message:
-----------
www/privoxy: Add support to use filters on compressed pages, closes #14810. Thanks to kuperman at gmail.com.

Modified Paths:
--------------
    trunk/dports/www/privoxy/Portfile

Modified: trunk/dports/www/privoxy/Portfile
===================================================================
--- trunk/dports/www/privoxy/Portfile	2008-04-06 15:06:14 UTC (rev 35784)
+++ trunk/dports/www/privoxy/Portfile	2008-04-06 15:09:15 UTC (rev 35785)
@@ -3,6 +3,7 @@
 PortSystem			1.0
 name				privoxy
 version				3.0.8
+revision			1
 categories			www security net
 maintainers			nomaintainer
 description			Advanced filtering web proxy
@@ -26,7 +27,7 @@
 
 worksrcdir			${name}-${version}-stable
 
-depends_lib			port:pcre
+depends_lib			port:pcre port:zlib
 
 set privoxyGroup	privoxy
 set privoxyUser		privoxy
@@ -48,7 +49,8 @@
 configure.args		--disable-dynamic-pcrs --with-user=${privoxyUser} \
 					--with-group=${privoxyGroup} \
 					--sysconfdir=${prefix}/etc/${name} \
-					--mandir=${prefix}/share/man
+					--mandir=${prefix}/share/man \
+					--enable-zlib
 
 destroot.keepdirs	${destroot}${prefix}/var/log/privoxy \
 					${destroot}${prefix}/var/run

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080406/4b46f359/attachment.html


More information about the macports-changes mailing list