summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-11-22 10:47:14 +0000
committermarino <marino@pkgsrc.org>2011-11-22 10:47:14 +0000
commiteebb240853a56c723f8702380b50f5e037a8ab67 (patch)
tree05fa369bb7fcecb7a3f8daf2f6dd45963796fc14
parentd89c49ef3b439379f0c0f96333217f83debfa891 (diff)
downloadpkgsrc-eebb240853a56c723f8702380b50f5e037a8ab67.tar.gz
devel/libscsi: Disable FreeBSD and DragonFly
The FreeBSD SCSI library, on which this package is based, was removed in 1998 and replaced with CAM-SCSI. DragonFly never had it. Neither platform has the required <sys/scsiio.h>. Other patches are NetBSD-specific, so the scope of this package must be narrowed once again.
-rw-r--r--devel/libscsi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile
index eb0287eae48..a27033c0b52 100644
--- a/devel/libscsi/Makefile
+++ b/devel/libscsi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/10/31 09:08:11 shattered Exp $
+# $NetBSD: Makefile,v 1.17 2011/11/22 10:47:14 marino Exp $
#
DISTNAME= libscsi-1.6
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= FreeBSD SCSI user library
-ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
+ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir