Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14810 closed enhancement (fixed)

Add variant to privoxy to support zlib

Reported by: kuperman@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 1.6.0
Keywords: privoxy, zlib Cc: simon@…
Port:

Description

Adding in support for zlib will allow privoxy to do more filtering. Seems like a simple change to the Portfile. Here's what I added to get it to work:

variant zlib description {Support for decompressing on the fly} {
    configure.args-append   --enable-zlib
    depends_lib-append      port:zlib
}

Change History (3)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port Enhancements

comment:2 Changed 16 years ago by simon@…

Cc: simon@… added
Resolution: fixed
Status: newclosed

I committed this in [35785] but not as a variant but added it to the normal installation as I think this is useful for everybody. Thanks for your help.

Simon

comment:3 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.