diff options
author | chopps <chopps@pkgsrc.org> | 1997-11-26 18:16:27 +0000 |
---|---|---|
committer | chopps <chopps@pkgsrc.org> | 1997-11-26 18:16:27 +0000 |
commit | 8a07f0984716036d269fe03af698ae7be0a72c75 (patch) | |
tree | aad23e65963136d043065bc5d8b2529b379f7101 /audio | |
parent | 63f0639159593f46688c9d8d01288d3138f5086c (diff) | |
download | pkgsrc-8a07f0984716036d269fe03af698ae7be0a72c75.tar.gz |
Add NetBSD to list of OS's that support "Other NON-SCSI". Uses the
FreeBSD ioctl option.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/patches/patch-ad | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/xmcd/patches/patch-ad b/audio/xmcd/patches/patch-ad new file mode 100644 index 00000000000..168b0b25a22 --- /dev/null +++ b/audio/xmcd/patches/patch-ad @@ -0,0 +1,36 @@ +--- libdi_d/config.sh.orig Wed Nov 26 12:23:57 1997 ++++ libdi_d/config.sh Wed Nov 26 12:24:03 1997 +@@ -382,10 +382,11 @@ + ask_nonscsi_config() + { + $ECHO "\n Non-SCSI drives are currently supported only on the" +- $ECHO " Digital UNIX, IBM AIX, Linux, FreeBSD, SCO Open Server," +- $ECHO " QNX and Sun Solaris/x86 platforms. You must have the" +- $ECHO " appropriate CD-ROM driver configured in your kernel. QNX" +- $ECHO " users must use the QNX ioctl method, even for SCSI drives." ++ $ECHO " Digital UNIX, IBM AIX, Linux, FreeBSD, NetBSD," ++ $ECHO " SCO Open Server, QNX and Sun Solaris/x86 platforms." ++ $ECHO " You must have the appropriate CD-ROM driver configured" ++ $ECHO " in your kernel. QNX users must use the QNX ioctl method," ++ $ECHO " even for SCSI drives." + + YNDEF=y + getyn "\n Do you want to continue" +@@ -399,7 +400,7 @@ + # + $ECHO "\n Please select a Device Interface Method:\n" + $ECHO " 1.\tSunOS/Solaris/Linux/QNX ioctl method" +- $ECHO " 2.\tFreeBSD ioctl method" ++ $ECHO " 2.\tFreeBSD/NetBSD ioctl method" + $ECHO " 3.\tIBM AIX IDE ioctl method" + $ECHO " 4.\tSCO Open Server ATAPI BTLD" + $ECHO " 5.\tDigital UNIX ATAPI" +@@ -482,7 +483,7 @@ + CURPOSFMT=False + PLAYNOTUR=False + ;; +- 2) # FreeBSD ioctl method ++ 2) # FreeBSD/NetBSD ioctl method + METHOD=2 + VENDOR=0 + VOLBASE=0 |