pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/38252: www/privoxy-3.0.8 patch; build ignores USER and GROUP
>Number: 38252
>Category: pkg
>Synopsis: www/privoxy-3.0.8 patch; build ignores USER and GROUP
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Mar 17 20:05:01 +0000 2008
>Originator: Stuart Shelton
>Release: pkgsrc latest from CVS
>Organization:
>Environment:
IRIX64 octane 6.5 07202013 IP30; IRIX 6.5.30; MIPSpro Compilers: Version 7.4.4m
>Description:
privoxy-3.0.8 requires the following patch (to compile on IRIX - but I'm sure
this is wrong on *any* compiler!):
--- /usr/bsd/var/tmp/www/privoxy/work/privoxy-3.0.8-stable/filters.h.dist
2008-03-17 18:25:47.240916000 +0000
+++ /usr/bsd/var/tmp/www/privoxy/work/privoxy-3.0.8-stable/filters.h
2008-03-17 18:26:04.518318600 +0000
@@ -325,7 +325,7 @@
extern pcrs_job *compile_dynamic_pcrs_job_list(const struct client_state *csp,
const struct re_filterfile_spec *b);
-extern inline int content_filters_enabled(const struct client_state *csp);
+extern int content_filters_enabled(const struct client_state *csp);
/*
* Handling Max-Forwards:
>How-To-Repeat:
Even with this patch, I have another problem which I can only assume is with
pkgsrc itself - no matter what I set PRIVOXY_USER and PRIVOXY_GROUP to, or
where I set it (I've tried in the package Makefile and in /etc/mk.conf) I
*always* get:
===> depends-message [privoxy-3.0.8] ===> Installing dependencies for
privoxy-3.0.8==========================================================================
The following variables will affect the build process of this package,
privoxy-3.0.8. Their current value is shown below:
* PRIVOXY_GROUP = netbsd
* PRIVOXY_USER = netbsd
You may want to abort the process now with CTRL-C and change their value
before continuing. Be sure to run `/usr/bsd/bin/bmake clean' after
the changes.
==========================================================================
Why is my choice of user (privoxy:privoxy) always overridden?
>Fix:
Home |
Main Index |
Thread Index |
Old Index