p***@i3enedek.neomailbox.net
2014-10-13 11:00:00 UTC
Number: 49280
Category: pkg
Synopsis: Privoxy is not compiled with the --enable-compression argument.
Confidential: no
Severity: non-critical
Priority: low
Responsible: pkg-manager
State: open
Class: change-request
Submitter-Id: net
Arrival-Date: Mon Oct 13 11:00:00 +0000 2014
Originator: Ben Gergely
Release: pkgsrc -current
NetBSD 6.1.4 (XEN3PAE_DOMU) i386Category: pkg
Synopsis: Privoxy is not compiled with the --enable-compression argument.
Confidential: no
Severity: non-critical
Priority: low
Responsible: pkg-manager
State: open
Class: change-request
Submitter-Id: net
Arrival-Date: Mon Oct 13 11:00:00 +0000 2014
Originator: Ben Gergely
Release: pkgsrc -current
Privoxy is not compiled with the --enable-compression argument but it already depends on zlib: .include "../../devel/zlib/buildlink3.mk"
2014-10-12 18:25:35.788 bf600000 Error: Ignoring unrecognized directive 'enable-compression 1' (3943696946ul) in line 1834 in configuration file (/usr/pkg/etc/privoxy/config).
2014-10-12 18:25:35.788 bf600000 Error: Ignoring unrecognized directive 'compression-level 9' (2464423563ul) in line 1878 in configuration file (/usr/pkg/etc/privoxy/config).
run privoxy with the following enabled in the config:
enable-compression 1
compression-level 9 (0-9)
--- Makefile 29 May 2014 23:38:17 -0000 1.53
+++ Makefile 13 Oct 2014 10:48:42 -0000
@@ -46,6 +46,7 @@
CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
CONFIGURE_ARGS+= --with-user=${PRIVOXY_USER:Q}
CONFIGURE_ARGS+= --with-group=${PRIVOXY_GROUP:Q}
+CONFIGURE_ARGS+= --enable-compression
USER_GROUP= ${PRIVOXY_USER} ${PRIVOXY_GROUP}
Tested on pkgsrc -current, works as advertised.