From 049a6da1f9aa3015fb2f675b45959644ea50f9c0 Mon Sep 17 00:00:00 2001 From: db Date: Thu, 4 Aug 2011 00:36:24 +0000 Subject: - Update to hamlib 1.2.14 From release e-mail: The Hamlib team announces the release of Hamlib 1.2.14, the first since adopting a timed release schedule of 1 Feb and 1 Aug each year. Changes since 1.2.13 include: * New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3, V4L2 API support (untested), * New rotator backends: IF-100, TS-7400 * Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld ported to Mingw32, Win32 build fixes, remove obsolete bundled libtool files, rigctl improvements, FUNcube string test (works with V0.0 and V1.0), Yaesu newcat.c fixed to use rig->state.current_vfo to store vfo value, add a command to halt rigctld, select PTT source in Kenwood backends (TS-590S), make sure scan is stopped at IC-9000 opening, thd72 get channel data (alpha). For a complete log of changes to Hamlib 1.2.14, please visit: http://hamlib.git.sourceforge.net/git/gitweb.cgi?p=hamlib/hamlib;\ a=shortlog;h=refs/heads/Hamlib-1.2.14 --- comms/hamlib/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'comms/hamlib/Makefile') diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index f75447d0010d..63fde84e76c2 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hamlib -PORTVERSION= 1.2.13.1 +PORTVERSION= 1.2.14 CATEGORIES= comms hamradio MASTER_SITES= SF @@ -22,13 +22,14 @@ USE_PYTHON= yes USE_AUTOTOOLS= autoconf libtool libltdl USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} \ +CONFIGURE_ARGS= --with-perl-binding \ --enable-tcl-binding --with-tcl=${TCL_LIBDIR} \ - --with-python-binding --without-with-rigmatrix + --with-python-binding --without-rigmatrix PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} MAN1= rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1 MAN8= rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8 +LICENCE= LGPL20 post-patch: ${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ -- cgit