pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squid31 Fix build of NTLM auth helpers under NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf39ec28205c
branches:  trunk
changeset: 575842:cf39ec28205c
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon May 24 16:10:54 2010 +0000

description:
Fix build of NTLM auth helpers under NetBSD. This addresses the first
half of PR pkg/43347 by Bernd Ernesti.

diffstat:

 www/squid31/distinfo         |   4 +++-
 www/squid31/patches/patch-aa |  18 ++++++++++++++++++
 www/squid31/patches/patch-ab |  18 ++++++++++++++++++
 3 files changed, 39 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r df833f98408c -r cf39ec28205c www/squid31/distinfo
--- a/www/squid31/distinfo      Mon May 24 16:02:40 2010 +0000
+++ b/www/squid31/distinfo      Mon May 24 16:10:54 2010 +0000
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.18 2010/05/08 08:37:31 tron Exp $
+$NetBSD: distinfo,v 1.19 2010/05/24 16:10:54 tron Exp $
 
 SHA1 (squid-3.1.3.tar.bz2) = 6745233b85ba018b5961ad736d8f2522ae6aa8ff
 RMD160 (squid-3.1.3.tar.bz2) = 79a35144d9ec938eaf65183c2020c2becacdc430
 Size (squid-3.1.3.tar.bz2) = 2389422 bytes
+SHA1 (patch-aa) = b94a6ca8a53790da41a4a93ace5e31b537e790b2
+SHA1 (patch-ab) = 8994d4d36dca5f463285264a31d40da45bcdaefd
 SHA1 (patch-ad) = cb2591bebcbcf22f6cb1858f243b0c808d3db589
 SHA1 (patch-ae) = 88fbc7fb1a47b1baf48f7cd0f0b66cbf51e3b24b
 SHA1 (patch-aj) = 349b5d49dec49430cff2a170ad53d3a16f2a4c76
diff -r df833f98408c -r cf39ec28205c www/squid31/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/squid31/patches/patch-aa      Mon May 24 16:10:54 2010 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.8 2010/05/24 16:10:54 tron Exp $
+
+Fix build problem under NetBSD, please look here for more details:
+
+http://gnats.netbsd.org/43347
+http://bugs.squid-cache.org/show_bug.cgi?id=2934
+
+--- helpers/ntlm_auth/smb_lm/smbval/rfcnb-util.c.orig  2010-05-02 11:47:07.000000000 +0100
++++ helpers/ntlm_auth/smb_lm/smbval/rfcnb-util.c       2010-05-24 16:40:20.000000000 +0100
+@@ -23,6 +23,8 @@
+  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  */
+ 
++#include "config.h"
++
+ #include <string.h>
+ #include <stdlib.h>
+ 
diff -r df833f98408c -r cf39ec28205c www/squid31/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/squid31/patches/patch-ab      Mon May 24 16:10:54 2010 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.5 2010/05/24 16:10:54 tron Exp $
+
+Fix build problem under NetBSD, please look here for more details:
+
+http://gnats.netbsd.org/43347
+http://bugs.squid-cache.org/show_bug.cgi?id=2934
+
+--- helpers/ntlm_auth/smb_lm/smbval/session.c.orig     2010-05-02 11:47:07.000000000 +0100
++++ helpers/ntlm_auth/smb_lm/smbval/session.c  2010-05-24 16:38:54.000000000 +0100
+@@ -23,6 +23,8 @@
+  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  */
+ 
++#include "config.h"
++
+ #include <string.h>
+ #include <stdlib.h>
+ 



Home | Main Index | Thread Index | Old Index