pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/gscmxx Don't be so verbose about missing ircomm*...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fb4ae783197
branches:  trunk
changeset: 460138:3fb4ae783197
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Aug 22 11:36:51 2003 +0000

description:
Don't be so verbose about missing ircomm* Linux devices.

diffstat:

 comms/gscmxx/distinfo         |   3 ++-
 comms/gscmxx/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 42fecdcbb899 -r 3fb4ae783197 comms/gscmxx/distinfo
--- a/comms/gscmxx/distinfo     Fri Aug 22 11:22:01 2003 +0000
+++ b/comms/gscmxx/distinfo     Fri Aug 22 11:36:51 2003 +0000
@@ -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 -r 42fecdcbb899 -r 3fb4ae783197 comms/gscmxx/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/gscmxx/patches/patch-aa     Fri Aug 22 11:36:51 2003 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index