diff options
author | wiz <wiz> | 2011-11-23 18:59:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-11-23 18:59:20 +0000 |
commit | eb80c50429898104a236d805d27b209118678bc6 (patch) | |
tree | e30ba329a963173fbf4d0bcda80edfd3cd746cb2 /devel/Makefile | |
parent | cbd1edf7c72cd38af7e330f27d734647703b258c (diff) | |
download | pkgsrc-eb80c50429898104a236d805d27b209118678bc6.tar.gz |
Remove libscsi and the two packages using it, tosha and cdd.
The FreeBSD SCSI library on which libscsi was based, was removed in 1998.
The two other packages were last updated 1997 and 2001, respectively.
Better software exists (e.g. cdparanoia, cdrecord).
Ok agc@, gdt@
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4a0ca2542a9..8eb9413ca46 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1535 2011/11/23 11:43:30 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.1536 2011/11/23 18:59:21 wiz Exp $ # COMMENT= Development utilities @@ -376,7 +376,6 @@ SUBDIR+= librfuncs SUBDIR+= librlog SUBDIR+= librsync SUBDIR+= librxspencer -SUBDIR+= libscsi SUBDIR+= libsexy SUBDIR+= libsexymm SUBDIR+= libsigc++ |