aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2003-07-11 14:01:11 +0800
committernsayer <nsayer@FreeBSD.org>2003-07-11 14:01:11 +0800
commitccb9dcd885c122983968908e4d7df0091113dd28 (patch)
treea11a127e45db79009db3f16adca7f50f5f7c095e /comms
parent93bcaf04aa95b1e53b15f094850073f64f864633 (diff)
downloadfreebsd-ports-gnome-ccb9dcd885c122983968908e4d7df0091113dd28.tar.gz
freebsd-ports-gnome-ccb9dcd885c122983968908e4d7df0091113dd28.tar.zst
freebsd-ports-gnome-ccb9dcd885c122983968908e4d7df0091113dd28.zip
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
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";
}