freebsd-ports/comms/p5-Device-SerialPort/files/patch-aa
Sergey Skvortsov 83a37ccd90 Unbreak build on 6-CURRENT.
Submitted by:	marcel
2005-02-15 10:20:00 +00:00

12 lines
498 B
Text

--- Makefile.PL.orig Sun Aug 15 18:33:03 2004
+++ Makefile.PL Sun Aug 15 18:33:41 2004
@@ -25,8 +25,7 @@
# testing.
print "Trying to find a serial port for testing...\n";
unless (@SERIALS) {
- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1",
- "/dev/tty.modem" );
+ @SERIALS=( "/dev/ttyd0", "/dev/cuad0", "/dev/ttyu0", "/dev/cuau0", "/dev/ucom0", "/dev/cuaa0", "/dev/ttya", "/dev/ttyb" );
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
}