diff options
-rw-r--r-- | devel/libscsi/distinfo | 4 | ||||
-rw-r--r-- | devel/libscsi/patches/patch-ab | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/libscsi/distinfo b/devel/libscsi/distinfo index e8ea656db59..a8fccbd0a47 100644 --- a/devel/libscsi/distinfo +++ b/devel/libscsi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:28 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/12/20 11:24:07 tron Exp $ SHA1 (libscsi-1.6.tar.gz) = 8d6d47d2baa5e272e09ac5ee1330dd37461e922f Size (libscsi-1.6.tar.gz) = 11896 bytes SHA1 (patch-aa) = d34b6769997c3fe29b99d0465710bd3c5d9bcda8 -SHA1 (patch-ab) = 4b09a544e8af818436e7b0ec9c78f86b35194b58 +SHA1 (patch-ab) = 89eebc3e711e1392129a958a3d5f424a2a950609 SHA1 (patch-ac) = 26234441505ad213642692f5b705e166c48eba47 SHA1 (patch-ad) = 115477329d0fb8e79411f6c20f81d24718d7ac27 diff --git a/devel/libscsi/patches/patch-ab b/devel/libscsi/patches/patch-ab index 103a2e3b978..d8adf5ac855 100644 --- a/devel/libscsi/patches/patch-ab +++ b/devel/libscsi/patches/patch-ab @@ -1,23 +1,21 @@ -$NetBSD: patch-ab,v 1.4 1999/12/01 10:19:55 fredb Exp $ +$NetBSD: patch-ab,v 1.5 2001/12/20 11:24:07 tron Exp $ ---- Makefile.orig Wed Feb 18 08:43:00 1998 -+++ Makefile Sat Sep 18 09:27:26 1999 -@@ -4,7 +4,13 @@ +--- Makefile.orig Wed Feb 18 15:43:00 1998 ++++ Makefile Thu Dec 20 12:22:50 2001 +@@ -4,7 +4,11 @@ #CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys SRCS= scsi.c -MAN3= scsi.3 +NOLINT= 1 + -+.include <bsd.man.mk> -+ +MANINSTALL= maninstall catinstall + +MAN+= scsi.3 MLINKS+=scsi.3 scsireq_buff_decode.3 scsi.3 scsireq_build.3 \ scsi.3 scsireq_decode.3 scsi.3 scsireq_encode.3 \ -@@ -14,8 +20,8 @@ +@@ -14,8 +18,8 @@ scsi.3 scsi_debug_output.3 beforeinstall: |