diff options
author | db <db@FreeBSD.org> | 2012-04-23 07:20:37 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-04-23 07:20:37 +0800 |
commit | adb4061b530f873657ed8bb96edfd95d0a6a149d (patch) | |
tree | f53278fddc3fce89ece413586070cacd86ef31ec /comms/fldigi | |
parent | 5ec89407e67929af59b323f31d373165db2ccd6a (diff) | |
download | freebsd-ports-gnome-adb4061b530f873657ed8bb96edfd95d0a6a149d.tar.gz freebsd-ports-gnome-adb4061b530f873657ed8bb96edfd95d0a6a149d.tar.zst freebsd-ports-gnome-adb4061b530f873657ed8bb96edfd95d0a6a149d.zip |
- 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 <shurd@sasktel.net>
Diffstat (limited to 'comms/fldigi')
-rw-r--r-- | comms/fldigi/Makefile | 24 | ||||
-rw-r--r-- | comms/fldigi/distinfo | 4 |
2 files changed, 11 insertions, 17 deletions
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 <bsd.port.pre.mk> - .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) diff --git a/comms/fldigi/distinfo b/comms/fldigi/distinfo index 914e442cffe0..3cfc5505c614 100644 --- a/comms/fldigi/distinfo +++ b/comms/fldigi/distinfo @@ -1,2 +1,2 @@ -SHA256 (fldigi-3.21.31.tar.gz) = a6e54ebdcae20ea99eb8fe46ff5f25316c371af31c6c963d33272f405c20d6af -SIZE (fldigi-3.21.31.tar.gz) = 1638671 +SHA256 (fldigi-3.21.41.tar.gz) = 085a9a1328641b0fdb62b5601f59327d5c5eb476feca7721b1882de45da23d3e +SIZE (fldigi-3.21.41.tar.gz) = 1663238 |