Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
223bbabe11
2 changed files with 16 additions and 0 deletions
  1. +12
    -0
      package/import/cpan/cpan-device-serialport.diff
  2. +4
    -0
      package/import/cpan/hosted_cpan.txt

+ 12
- 0
package/import/cpan/cpan-device-serialport.diff

@ -0,0 +1,12 @@
diff -ruN Device-SerialPort-1.000002/Makefile.PL Device-SerialPort-1.000002-new/Makefile.PL
--- Device-SerialPort-1.000002/Makefile.PL 2004-12-06 21:26:14.586668192 +0100
+++ Device-SerialPort-1.000002-new/Makefile.PL 2004-12-06 21:26:39.887821832 +0100
@@ -26,7 +26,7 @@
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" );
+ "/dev/tty.modem", "/dev/tts/0" );
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
}

+ 4
- 0
package/import/cpan/hosted_cpan.txt

@ -51,3 +51,7 @@
200.000 Term::ProgressBar
200.100 Tk::TableMatrix
200.000 Filesys::DiskFree
200.100 Device::Modem
200.100 Device::Ericsson::AccessoryMenu
200.100 Device::SerialPort
200.100 Class::Accessor::Fast

Loading…
Cancel
Save