summaryrefslogtreecommitdiff
path: root/sysutils/gcombust
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2001-06-11 17:45:55 +0000
committerbouyer <bouyer@pkgsrc.org>2001-06-11 17:45:55 +0000
commitf188e3799e92db5de3eb4bd4d4af25f350fb4465 (patch)
treeda8ed1d6f962da3745e94e9501f4f3e0beaf2e46 /sysutils/gcombust
parent2f3aa93b0835f4c46fa42f9260d10962377b1e3f (diff)
downloadpkgsrc-f188e3799e92db5de3eb4bd4d4af25f350fb4465.tar.gz
Ignore scsibus/target/lun info, and don't generate a dev=x,y,z parameter
if the Device dialog is empty (we'll then use cdrecord's defaults). XXX someone with some clues about gtk should remove the scsibus/target/lun dialogs, as well as "check scsi settings", "detect scsi drive" buttons from the "Cd recorder device options" box.
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r--sysutils/gcombust/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/gcombust/patches/patch-ab b/sysutils/gcombust/patches/patch-ab
new file mode 100644
index 00000000000..fb7e5d0126e
--- /dev/null
+++ b/sysutils/gcombust/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2001/06/11 17:45:55 bouyer Exp $
+
+--- src/command.c.orig Wed Jun 6 15:05:16 2001
++++ src/command.c Wed Jun 6 15:05:38 2001
+@@ -99,6 +99,7 @@
+ add_option_to_cmd(cdr_cmd, s);
+ free(s);
+ } else {
++#if 0
+ /* room for xx,xx,xx\0 */
+ char device[9];
+ if (-1 == g_snprintf(device, 9, "%i,%i,%i",
+@@ -111,6 +112,7 @@
+ s = string_append(s, device);
+ add_option_to_cmd(cdr_cmd, s);
+ free(s);
++#endif /* 0 */
+ }
+
+ if (0 != strlen(gtk_entry_get_text(GTK_ENTRY(cdr_info->driver)))) {