diff options
author | Diane Bruce <db@FreeBSD.org> | 2017-01-01 03:27:32 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2017-01-01 03:27:32 +0000 |
commit | 82e25d41661c890ba7d72270d27e98df2a093b8b (patch) | |
tree | 48f54a245a917bccca5f5142a074d5e0f6e21d62 /comms/hamlib/files/patch-bindings_Makefile.am | |
parent | - Update to 0.9.6 (diff) |
Version 3.1
2016-12-31
* Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM.
Tks Tom, DL1JBE
* Proper IPV6 and dual stack networking. Bill, G4WJS
* Add a new command line option '--no-restore-ai' ('-n') to rigctl.
Bill, G4WJS
* Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS
* New Prosistel rotor backend from IZ7CRX
* Install daemon man files to man1. Nate, N0NB
* Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE
* Added support for Icom IC-2730. robinolejnik
* Added support for the Icom IC-7300. Mike, W9MDB
* Add send_morse to icom rigs. Mike, W9MDB
* added instructions how to compile on OSX. DH1TW
* New Perseus model. Stephane, F8CFE
* Added Lua binding and demo script. Ervin, HA2OS
* Added test to support Flex 6300. Bill, KB4AAA
* Many bug fixes and feature enhancements to the code base. See the
Git commit log for complete details.
Notes
Notes:
svn path=/head/; revision=430233
Diffstat (limited to 'comms/hamlib/files/patch-bindings_Makefile.am')
-rw-r--r-- | comms/hamlib/files/patch-bindings_Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hamlib/files/patch-bindings_Makefile.am b/comms/hamlib/files/patch-bindings_Makefile.am index fb78f63c0dfa..1308c30953a6 100644 --- a/comms/hamlib/files/patch-bindings_Makefile.am +++ b/comms/hamlib/files/patch-bindings_Makefile.am @@ -1,11 +1,11 @@ ---- bindings/Makefile.am.orig 2015-09-25 20:06:24 UTC +--- bindings/Makefile.am.orig 2017-01-01 01:25:57 UTC +++ bindings/Makefile.am @@ -120,7 +120,7 @@ MOSTLYCLEANFILES+= hamlibtcl_wrap.c pkgI tcl_ltlib = hamlibtcl.la -tcldir = $(libdir)/tcl/Hamlib -+tcldir = %%TCL_LIBDIR%%/Hamlib ++tcldir = /usr/local/lib/tcl8.6/Hamlib PKG_VER=@ABI_VERSION@.@ABI_REVISION@ DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@ |