pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/privoxy remove an "extern inline" which is gcc spe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cb095bd28cf
branches:  trunk
changeset: 543316:9cb095bd28cf
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jun 13 13:45:46 2008 +0000

description:
remove an "extern inline" which is gcc specific and doesn't work on IRIX,
reported by Stuart Shelton in PR pkg/38252,
I also think that the PRIVOXY_GROUP thing was a false report caused
by some pkgsrc framework glitch -- the value passed to "configure"
is correct for me (check "config.status").

diffstat:

 www/privoxy/distinfo         |   4 +++-
 www/privoxy/patches/patch-ad |  13 +++++++++++++
 www/privoxy/patches/patch-ae |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r 34004f8df6f5 -r 9cb095bd28cf www/privoxy/distinfo
--- a/www/privoxy/distinfo      Fri Jun 13 13:35:13 2008 +0000
+++ b/www/privoxy/distinfo      Fri Jun 13 13:45:46 2008 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.7 2008/03/12 21:35:03 drochner Exp $
+$NetBSD: distinfo,v 1.8 2008/06/13 13:45:46 drochner Exp $
 
 SHA1 (privoxy-3.0.8-stable-src.tar.gz) = 7fe2b7afde4066ef1f170f5f11850cf9da428a42
 RMD160 (privoxy-3.0.8-stable-src.tar.gz) = 604dd61a22dc74d06d4adaa4b3c87e4d5da5149b
 Size (privoxy-3.0.8-stable-src.tar.gz) = 2007961 bytes
 SHA1 (patch-aa) = c263d2a4b9522a33613f82ab2bc18d5c2b554b21
 SHA1 (patch-ac) = e39ffe694462b952c5ad66ac577a0acbee0a1d9f
+SHA1 (patch-ad) = d5d6fe935ff98a45ebbd209a5c7126cb5e42ae1a
+SHA1 (patch-ae) = 5cd064cd6b35196d32272bbbdc181a1e48d9be8f
diff -r 34004f8df6f5 -r 9cb095bd28cf www/privoxy/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/privoxy/patches/patch-ad      Fri Jun 13 13:45:46 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2008/06/13 13:45:46 drochner Exp $
+
+--- filters.h.orig     2007-10-19 18:53:28.000000000 +0200
++++ filters.h
+@@ -325,7 +325,7 @@ extern char *get_last_url(char *subject,
+ 
+ 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);
++int content_filters_enabled(const struct client_state *csp);
+ 
+ /*
+  * Handling Max-Forwards:
diff -r 34004f8df6f5 -r 9cb095bd28cf www/privoxy/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/privoxy/patches/patch-ae      Fri Jun 13 13:45:46 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2008/06/13 13:45:46 drochner Exp $
+
+--- filters.c.orig     2008-01-04 18:43:45.000000000 +0100
++++ filters.c
+@@ -2674,7 +2674,7 @@ struct http_response *direct_response(st
+  * Returns     :  TRUE for yes, FALSE otherwise
+  *
+  *********************************************************************/
+-inline int content_filters_enabled(const struct client_state *csp)
++int content_filters_enabled(const struct client_state *csp)
+ {
+    return (((csp->rlist != NULL) &&
+       (!list_is_empty(csp->action->multi[ACTION_MULTI_FILTER]))) ||



Home | Main Index | Thread Index | Old Index