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:
|
|
|
|
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)
Milestone: |
→ Port Enhancements
|
Cc: |
simon@… added
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone: |
Port Enhancements
|
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