freebsd-ports/comms/chirp/files/patch-chirp_platform.py
Diane Bruce 5d6a1a1b92 py-serial got updated in r424787 to a 3.* version, which chirp 0.4.1 is not
compatible with because of a couple function => property changes.
Given that upstream hasn't made a non-daily release since 0.4.1 we are
forced to track daily builds for now.

PR:		ports/217499
Submitted by:	bsdports@kyle-evans.net
2017-03-04 02:47:32 +00:00

10 lines
324 B
Python

--- chirp/platform.py.orig 2017-02-07 08:01:12 UTC
+++ chirp/platform.py
@@ -317,6 +317,7 @@ class UnixPlatform(Platform):
def list_serial_ports(self):
ports = ["/dev/ttyS*",
+ "/dev/tty*",
"/dev/ttyUSB*",
"/dev/ttyAMA*",
"/dev/ttyACM*",