freebsd-ports/comms/p5-Device-SerialPort/files/patch-aa
Nick Sayer e691fc810c 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
2003-07-11 06:01:11 +00:00

11 lines
371 B
Text

--- Makefile.PL.orig Tue Jul 8 09:10:12 2003
+++ Makefile.PL Tue Jul 8 09:11:03 2003
@@ -15,7 +15,7 @@
}
}
unless (@SERIALS) {
- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1" );
+ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0", "/dev/ttya", "/dev/ttyb" );
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
}