From adb4061b530f873657ed8bb96edfd95d0a6a149d Mon Sep 17 00:00:00 2001 From: db Date: Sun, 22 Apr 2012 23:20:37 +0000 Subject: - update to 3.21.41 and use fltk 1.3 [1] - clean up using portlint = Fldigi 3.21 release notes = == Modems == * Weather Fax receive and transmit * RSID can be configured to open the decoder squelch * Added several new RSID modem codes * Video ID improvements * Added browser support for the PSK63F and PSK-nnn-R types * Improved CW prosign handling * Improved signal detection in PSK multiple decoder * The MT-63 modem can now receive and transmit on any frequency * Added support for multiple RTTY decoders == Macros == * Added REPEAT macro * Added LNW macro * Added CLEARLOG macro * Added QSY macro * Added RIGMOD and FILWID macros == User interface == * Added Italian and Spanish translations * Translations now also work on win32 * Added second (optional) macro bar * Improved PSK/RTTY browser widget == Other changes == * RigCAT can use RTS and DTR PTT simultaneously * Added interface to Logbook server * Added support for ADIF 2.2.3 QSO_DATE_OFF field * Added support for CALLOOK (http://callook.info) == Bug fixes == * Yes PR: ports/166936 Submitted by: Stephen Hurd --- comms/fldigi/Makefile | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'comms/fldigi/Makefile') diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index b330c1891f8c..86211aa8e493 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -6,9 +6,9 @@ # PORTNAME= fldigi -PORTVERSION= 3.21.31 +PORTVERSION= 3.21.41 CATEGORIES= comms hamradio -MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/ \ +MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db @@ -17,20 +17,16 @@ COMMENT= Digital decoder for psk, cw, psk31, olivia LICENSE= GPLv3 -LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate - - -BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/lib/fltk11/libfltk.so:${PORTSDIR}/x11-toolkits/fltk11 - +BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc\ + xsltproc:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate\ + fltk:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes USE_DOS2UNIX= yes USE_GMAKE= yes -CONFIGURE_ENV= FLTK_CONFIG="/usr/local/bin/fltk11/fltk-config" - -MAN1= fldigi.1 +CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" +MAN1= fldigi.1 OPTIONS= NATIVE_OPT "Enable Native Optimizations" off \ NLS "Use NLS" off \ @@ -44,7 +40,6 @@ OPTIONS= NATIVE_OPT "Enable Native Optimizations" off \ .include - .if ${ARCH} == "sparc64" BROKEN= Fails to install .endif @@ -127,8 +122,7 @@ post-configure: -e 's|^CPPFLAGS|#CPPFLAGS|' \ ${WRKSRC}/src/Makefile # force rebuild of man pages - rm ${WRKSRC}/doc/*.1 - + ${RM} ${WRKSRC}/doc/*.1 post-install: .if !defined(NOPORTDOCS) -- cgit