Package: owx / 0~20110415-3.1

Metadata

Package Version Patches format
owx 0~20110415-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
DESTDIRPREFIX support | (download)

src/Makefile | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 support destdir variable
 This patch adds support for the PREFIX and DESTDIR variable in the
 main makefile.

sbin libexec | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 install owx in sbin
 libexec is not supported by the FHS, install owx in /usr/sbin instead.


proper ln | (download)

src/Makefile | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
script | (download)

src/Makefile | 1 1 + 0 - 0 !
src/wouxun | 138 138 + 0 - 0 !
src/wouxun.1 | 56 56 + 0 - 0 !
3 files changed, 195 insertions(+)

 simple wrapper script
 This script makes the operation on the .csv files more intuitive and
 reliable.


tolerant_ack | (download)

src/wouxun.cc | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 be more tolerant when opening the radio
 I had to apply this patch to restore access to my radio when it was
 refusing to open with errors like:
 .
 owx: Invalid ACK char received: 0x4B
 .
 I had other errors codes like 0x36, 0x39, 0x47, 0x56, and the patch
 that made me recover wasn't *exactly* this patch (it wasn't using
 exceptions) but this should work.
gcc 4.7.patch | (download)

src/file.cc | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add include needed by gcc 4.7