summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2003-07-11 06:01:11 +0000
committerNick Sayer <nsayer@FreeBSD.org>2003-07-11 06:01:11 +0000
commite691fc810c403e39a6ee74675f2304f186f9cbe8 (patch)
treef859aa83efb27db29ae3ece24d9a9a0e5100cec6 /comms
parentBump PORTREVISION for previous commit (diff)
The sparc64 package machines need to have /dev/tty[ab] added to the
list, since this port perversely needs serial devices to build. Those on alternate platforms may need to follow suit as may be necessary. Reported by: kris
Notes
Notes: svn path=/head/; revision=84643
Diffstat (limited to 'comms')
-rw-r--r--comms/p5-Device-SerialPort/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/p5-Device-SerialPort/files/patch-aa b/comms/p5-Device-SerialPort/files/patch-aa
index c0661fc128d9..233ed3246b98 100644
--- a/comms/p5-Device-SerialPort/files/patch-aa
+++ b/comms/p5-Device-SerialPort/files/patch-aa
@@ -5,7 +5,7 @@
}
unless (@SERIALS) {
- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1" );
-+ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0" );
++ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0", "/dev/ttya", "/dev/ttyb" );
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
}