Discussion:
pkg/49280: Privoxy is not compiled with the --enable-compression argument.
p***@i3enedek.neomailbox.net
2014-10-13 11:00:00 UTC
Permalink
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) i386
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.
David A. Holland
2014-10-14 06:40:01 UTC
Permalink
The following reply was made to PR pkg/49280; it has been noted by GNATS.

From: "David A. Holland" <***@netbsd.org>
To: gnats-***@gnats.NetBSD.org
Cc:
Subject: PR/49280 CVS commit: pkgsrc/www/privoxy
Date: Tue, 14 Oct 2014 06:39:30 +0000

Module Name: pkgsrc
Committed By: dholland
Date: Tue Oct 14 06:39:30 UTC 2014

Modified Files:
pkgsrc/www/privoxy: Makefile

Log Message:
Enable compression. From Ben Gergely in PR 49280. PKGREVISION -> 6


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/privoxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
d***@NetBSD.org
2014-10-14 06:41:14 UTC
Permalink
Synopsis: Privoxy is not compiled with the --enable-compression argument.

State-Changed-From-To: open->closed
State-Changed-By: ***@NetBSD.org
State-Changed-When: Tue, 14 Oct 2014 06:41:14 +0000
State-Changed-Why:
committed, thanks

Loading...