<div dir="ltr"><div><div><div><div><div><div>Hello.<br><br></div>I have noticed that the OpenBSD port for CHIRP is still for version 0.4.1 which was seemingly posted on 8 October 2014. This version uses an older URL of <a href="http://chirp.danplanet.com/download/">chirp.danplanet.com/download/</a>.<br><br></div>I have created a patch for which points it to <a href="http://trac.chirp.danplanet.com/chirp_daily/LATEST/">trac.chirp.danplanet.com/chirp_daily/LATEST/</a> and uses chirp-daily-20160505.<br><br></div>Will development of CHIRP remain on chirp_daily, and no longer use build versions like 0.4.1?<br><br></div>Can the daily builds be considered stable? If not, how can I predict the path of stable builds?<br><br></div>Thanks for a great tool. This latest build works with my hardware perfectly.<br><br></div>As a side note, someone else has already added patches to the OpenBSD ports tree for these devices (I am sure the following will syntactically be mangled by gmail):<br><br>--- chirp/platform.py.orig      Tue Apr  9 01:01:35 2013<br>+++ chirp/platform.py   Thu Jun 12 14:14:18 2014<br>@@ -283,7 +283,9 @@ class UnixPlatform(Platform):<br>         os.system(&quot;firefox &#39;%s&#39;&quot; % path)<br> <br>     def list_serial_ports(self):<br>-        ports = [&quot;/dev/ttyS*&quot;,<br>+        ports = [&quot;/dev/cuaU*&quot;,<br>+                 &quot;/dev/cua0*&quot;,<br>+                 &quot;/dev/ttyS*&quot;,<br>                  &quot;/dev/ttyUSB*&quot;,<br>                  &quot;/dev/ttyAMA*&quot;,<br>                  &quot;/dev/cu.*&quot;,<br><br><br><br></div>