summaryrefslogtreecommitdiff
path: root/net/istgt
diff options
context:
space:
mode:
authorsborrill <sborrill>2010-05-11 14:21:13 +0000
committersborrill <sborrill>2010-05-11 14:21:13 +0000
commit23a04fce889b72012f6e95a280f0f441993ed620 (patch)
tree82e4438d6ff5015095e05aac5932fa0f0258c5f4 /net/istgt
parentca51ae28520563360a20dccb571b7a3a4b701a9f (diff)
downloadpkgsrc-23a04fce889b72012f6e95a280f0f441993ed620.tar.gz
Update to 20100407.
Main changelog is in Japanese. Author says: Main changes: support auto size of block device at various OS. (includes NetBSD,MacOSX,Linux) remove ZFS and /usr/local from src. remove unused config. Also includes patches from pkgsrc fed upstream (thanks Daisuke!).
Diffstat (limited to 'net/istgt')
-rw-r--r--net/istgt/Makefile5
-rw-r--r--net/istgt/distinfo10
-rw-r--r--net/istgt/patches/patch-istgt.h22
-rw-r--r--net/istgt/patches/patch-istgt_lu.h18
4 files changed, 6 insertions, 49 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile
index 60860b2ab13..40460aabc6f 100644
--- a/net/istgt/Makefile
+++ b/net/istgt/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2010/03/07 10:51:02 sborrill Exp $
+# $NetBSD: Makefile,v 1.4 2010/05/11 14:21:13 sborrill Exp $
#
-DISTNAME= istgt-20100125
-PKGREVISION= 2
+DISTNAME= istgt-20100407
CATEGORIES= net
MASTER_SITES= http://www.peach.ne.jp/archives/istgt/
diff --git a/net/istgt/distinfo b/net/istgt/distinfo
index 92ea1dc4826..ed06b8a7f87 100644
--- a/net/istgt/distinfo
+++ b/net/istgt/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/03/07 10:51:02 sborrill Exp $
+$NetBSD: distinfo,v 1.3 2010/05/11 14:21:13 sborrill Exp $
-SHA1 (istgt-20100125.tar.gz) = bfb705c8d3bb6bdaa570e151332aff870c8a240a
-RMD160 (istgt-20100125.tar.gz) = 529161792759f01618d6ff90ef81e8d9405cd699
-Size (istgt-20100125.tar.gz) = 211958 bytes
-SHA1 (patch-istgt.h) = 5ab6cca7e705bab2ce27a97ec3357f435dbe48e0
-SHA1 (patch-istgt_lu.h) = 3146eff6f29e1d2fd0103c7f759cd3f640645374
+SHA1 (istgt-20100407.tar.gz) = ee8571f2759e45e5bfdc47aefafa8d1d93e7bdba
+RMD160 (istgt-20100407.tar.gz) = 04f2e0053c3a7f30cdaf4436ea50809b5ad039ab
+Size (istgt-20100407.tar.gz) = 212666 bytes
diff --git a/net/istgt/patches/patch-istgt.h b/net/istgt/patches/patch-istgt.h
deleted file mode 100644
index ed718aaf541..00000000000
--- a/net/istgt/patches/patch-istgt.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-istgt.h,v 1.2 2010/03/07 10:51:02 sborrill Exp $
-
---- src/istgt.h.orig 2010-01-25 12:55:45.000000000 +0000
-+++ src/istgt.h 2010-02-28 18:51:50.000000000 +0000
-@@ -50,12 +50,16 @@
-
- #define DEFAULT_CONFIG "/usr/local/etc/istgt/istgt.conf"
- #define DEFAULT_PIDFILE "/var/run/istgt.pid"
--#define DEFAULT_AUTHFILE "/usr/local/etc/istgt/auths"
-+#define DEFAULT_AUTHFILE "/usr/local/etc/istgt/auth.conf"
- #define DEFAULT_MEDIAFILE "/usr/local/etc/istgt/media.conf"
- #define DEFAULT_LIVEFILE "/usr/local/etc/istgt/istgt.live"
- #define DEFAULT_MEDIADIRECTORY "/var/istgt"
- //#define DEFAULT_NODEBASE "iqn.2007-09.jp.ne.peach.istgt"
-+#if defined(__NetBSD__)
-+#define DEFAULT_NODEBASE "iqn.1994-04.org.netbsd.istgt"
-+#else
- #define DEFAULT_NODEBASE "iqn.1994-09.org.freebsd.istgt"
-+#endif
- #define DEFAULT_PORT 3260
- #define DEFAULT_MAX_SESSIONS 32
- #define DEFAULT_MAX_CONNECTIONS 8
diff --git a/net/istgt/patches/patch-istgt_lu.h b/net/istgt/patches/patch-istgt_lu.h
deleted file mode 100644
index 20b075abcf7..00000000000
--- a/net/istgt/patches/patch-istgt_lu.h
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-istgt_lu.h,v 1.1.1.1 2010/02/02 16:09:51 sborrill Exp $
-
---- src/istgt_lu.h.orig 2010-02-02 13:22:21.000000000 +0000
-+++ src/istgt_lu.h 2010-02-02 13:24:47.000000000 +0000
-@@ -50,7 +50,13 @@
- #define DEFAULT_LU_QUEUE_DEPTH 16
-
- //#define DEFAULT_LU_VENDOR "PEACHNW"
-+#if defined(__NetBSD__)
-+#define DEFAULT_LU_VENDOR "NetBSD"
-+#elif defined(__OpenBSD__)
-+#define DEFAULT_LU_VENDOR "OpenBSD"
-+#else
- #define DEFAULT_LU_VENDOR "FreeBSD"
-+#endif
- #define DEFAULT_LU_VENDOR_DISK DEFAULT_LU_VENDOR
- #define DEFAULT_LU_VENDOR_DVD DEFAULT_LU_VENDOR
- #ifndef USE_LU_TAPE_DLT8000