summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorsalo <salo>2003-08-22 11:36:51 +0000
committersalo <salo>2003-08-22 11:36:51 +0000
commit94346411efa3af6d63f07898dd2fc8fc511b1193 (patch)
treeac823b018ae8c4630ef8a18b6a3259aeaca16ff2 /comms
parente9d65398b2de1adbd1953873dbc8893ab52428e3 (diff)
downloadpkgsrc-94346411efa3af6d63f07898dd2fc8fc511b1193.tar.gz
Don't be so verbose about missing ircomm* Linux devices.
Diffstat (limited to 'comms')
-rw-r--r--comms/gscmxx/distinfo3
-rw-r--r--comms/gscmxx/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/gscmxx/distinfo b/comms/gscmxx/distinfo
index f31a47515f1..7daf8d2c796 100644
--- a/comms/gscmxx/distinfo
+++ b/comms/gscmxx/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/08/22 11:22:01 salo Exp $
+$NetBSD: distinfo,v 1.2 2003/08/22 11:36:51 salo Exp $
SHA1 (gscmxx-0.4.1.tar.gz) = 61d9783d4afe754fb25a6430c8481095371b1c52
Size (gscmxx-0.4.1.tar.gz) = 191106 bytes
+SHA1 (patch-aa) = 620455eda4f78b28c55dbdefa5cb672cfaa67566
diff --git a/comms/gscmxx/patches/patch-aa b/comms/gscmxx/patches/patch-aa
new file mode 100644
index 00000000000..89dce679a45
--- /dev/null
+++ b/comms/gscmxx/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/08/22 11:36:52 salo Exp $
+
+--- bin/gscmxx.orig 2002-11-23 13:44:54.000000000 +0100
++++ bin/gscmxx 2003-08-22 13:29:34.000000000 +0200
+@@ -4035,7 +4035,7 @@
+ #TODO
+ # check for useable ircomm devices
+ # for now just list all of them
+- my @ircoms = `ls -1 /dev/ircomm*`;
++ my @ircoms = `ls -1 /dev/ircomm* 2>/dev/null`;
+
+ # check if usb is present
+ my @usbtty;