Wed Dec 14 07:30:43 2011 UTC ()
bring over patch from -current sources from Gregor Riepl

patch to define fixed width integer types before they're used in iscsi.h

makes this build on Darwin


(agc)
diff -r1.4 -r1.5 pkgsrc/devel/netbsd-iscsi-lib/distinfo
diff -r0 -r1.1 pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ae

cvs diff -r1.4 -r1.5 pkgsrc/devel/netbsd-iscsi-lib/distinfo (expand / switch to context diff)
--- pkgsrc/devel/netbsd-iscsi-lib/distinfo 2011/10/06 14:19:25 1.4
+++ pkgsrc/devel/netbsd-iscsi-lib/distinfo 2011/12/14 07:30:42 1.5
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2011/10/06 14:19:25 sborrill Exp $
+$NetBSD: distinfo,v 1.5 2011/12/14 07:30:42 agc Exp $
 
 SHA1 (netbsd-iscsi-20111006.tar.gz) = e8c0176a32416e17f90ec33ebd014ec19d978c3b
 RMD160 (netbsd-iscsi-20111006.tar.gz) = fcb28098f0048f726570ee0f10d6d84e641330f2
@@ -6,3 +6,4 @@
 SHA1 (patch-ab) = d769048053104c03739a7ff3f77280ef1357e23c
 SHA1 (patch-ac) = 6e2131c0e992c750aec272da5f88d7b99324898e
 SHA1 (patch-ad) = 3844a8f8a6ddf6e584f1c097f95be0501f901a3e
+SHA1 (patch-ae) = e6cad821057074c50d0388cf1e6b3df2e080678c

File Added: pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ae
$NetBSD: patch-ae,v 1.1 2011/12/14 07:30:42 agc Exp $

Patch from Gregor Riepl, brought over from NetBSD sources - patch
for building on Darwin

--- include/iscsi.h	2011/12/14 03:16:24	1.1
+++ include/iscsi.h	2011/12/14 03:16:40
@@ -31,6 +31,8 @@
 #ifndef ISCSI_H_
 #define ISCSI_H_	1
 
+#include <inttypes.h>
+
 enum {
 	ISCSI_MAXSOCK = 8
 };