Subject: Re: Problems with squid
To: Takahiro Kambe <taca@back-street.net>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 04/30/2005 11:10:37
Takahiro Kambe wrote:
> Is it improve anythihng if disable transparent_port.patch?

It doesn't compile without that patch.


client_side.c: In function `parseHttpRequest':
client_side.c:2785: error: `IPL_NAT' undeclared (first use in this function)
client_side.c:2785: error: (Each undeclared identifier is reported only once
client_side.c:2785: error: for each function it appears in.)
*** Error code 1

Stop.
make: stopped in /home/netbsd/pkgsrc/www/squid/work/squid-2.5.STABLE9/src
*** Error code 1



ROOT n70:/usr/pkgsrc/www/squid> cvs diff -u Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/squid/Makefile,v
retrieving revision 1.148
diff -u -r1.148 Makefile
--- Makefile    26 Apr 2005 16:19:43 -0000      1.148
+++ Makefile    30 Apr 2005 08:09:34 -0000
@@ -37,7 +37,6 @@
                 squid-2.5.STABLE9-syslog.patch \
                 squid-2.5.STABLE9-errpage_user.patch \
                 squid-2.5.STABLE9-debug_newlines.patch \
-               squid-2.5.STABLE9-transparent_port.patch \
                 squid-2.5.STABLE9-squid_k_nohostname.patch \
                 squid-2.5.STABLE9-config_CRLF.patch \
                 squid-2.5.STABLE9-forwardcc.patch \
ROOT n70:/usr/pkgsrc/www/squid>