summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-30 14:37:38 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-30 14:37:38 +0000
commitd868ab279167fb1211457df832931768cd6dbe7b (patch)
treeff55c598f2630c1662c7863437920afd59cb4225
parenta992ed442a525cbf85a4c3ecc4b7a88f07d0124e (diff)
downloadpkgsrc-d868ab279167fb1211457df832931768cd6dbe7b.tar.gz
Comment out an unused function, which takes FILE (!) as parameter,
breaking the build on DragonFly.
-rw-r--r--www/squid/distinfo3
-rw-r--r--www/squid/patches/patch-af20
2 files changed, 22 insertions, 1 deletions
diff --git a/www/squid/distinfo b/www/squid/distinfo
index db87a1e19ca..5968b251af8 100644
--- a/www/squid/distinfo
+++ b/www/squid/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.108 2005/10/31 09:53:41 taca Exp $
+$NetBSD: distinfo,v 1.109 2005/12/30 14:37:38 joerg Exp $
SHA1 (squid-2.5.12/squid-2.5.STABLE12.tar.bz2) = 57a046ca0eda0f649d259c2c161dc95c81a5dc09
RMD160 (squid-2.5.12/squid-2.5.STABLE12.tar.bz2) = 0b332612d90d74681e47505a2afbfb6c962807a4
@@ -11,6 +11,7 @@ SHA1 (patch-ab) = 1224ba4cee98a26d2c9d670eb6d57c6187ff2d56
SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0
SHA1 (patch-ad) = 88b46bc9051ea32ebd74f06ebd362ce16f8c5c4c
SHA1 (patch-ae) = 860c8ad41ea09282bdb0d626260084354458f653
+SHA1 (patch-af) = 9a93e1b98ade2b52089773bd8533586b0cd76925
SHA1 (patch-ag) = 560f3a2a571cb988a1080e8d45f29a9eafef959e
SHA1 (patch-aj) = aa2271e53602fe168604aeced6ed66d28fe47707
SHA1 (patch-ak) = 108b313149271457bee702ecf9489c61715ec9e7
diff --git a/www/squid/patches/patch-af b/www/squid/patches/patch-af
new file mode 100644
index 00000000000..a9e0f63631b
--- /dev/null
+++ b/www/squid/patches/patch-af
@@ -0,0 +1,20 @@
+$NetBSD: patch-af,v 1.5 2005/12/30 14:37:38 joerg Exp $
+
+--- helpers/ntlm_auth/SMB/smbval/smblib-util.c.orig 2005-12-30 14:26:23.000000000 +0000
++++ helpers/ntlm_auth/SMB/smbval/smblib-util.c
+@@ -62,6 +62,7 @@ static char *SMB_Prots[] =
+
+ /* Print out an SMB pkt in all its gory detail ... */
+
++#if 0
+ void
+ SMB_Print_Pkt(FILE fd, RFCNB_Pkt * pkt, BOOL command, int Offset, int Len)
+ {
+@@ -78,6 +79,7 @@ SMB_Print_Pkt(FILE fd, RFCNB_Pkt * pkt,
+ /* etc */
+
+ }
++#endif
+
+ /* Convert a DOS Date_Time to a local host type date time for printing */
+