diff options
author | salo <salo@pkgsrc.org> | 2003-08-22 11:36:51 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-08-22 11:36:51 +0000 |
commit | b53ce5c9eae0482258cbfe8a379199e66890623f (patch) | |
tree | ac823b018ae8c4630ef8a18b6a3259aeaca16ff2 /comms/gscmxx | |
parent | c323ea64d1faec93fd1b8947d1a49367f0c5a55e (diff) | |
download | pkgsrc-b53ce5c9eae0482258cbfe8a379199e66890623f.tar.gz |
Don't be so verbose about missing ircomm* Linux devices.
Diffstat (limited to 'comms/gscmxx')
-rw-r--r-- | comms/gscmxx/distinfo | 3 | ||||
-rw-r--r-- | comms/gscmxx/patches/patch-aa | 13 |
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; |