- Update to latest 3.21.50 / Flarq 4.3.3

- Fix asciidocs use, man pages need asciidocs
- Many changes to UI, Modem, Macros and Internationalisation
This commit is contained in:
Diane Bruce 2012-08-09 01:56:00 +00:00
parent 936ed49887
commit 5348ce1aff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302320
6 changed files with 13 additions and 36 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= fldigi
PORTVERSION= 3.21.41
PORTREVISION= 1
PORTVERSION= 3.21.50
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\
${MASTER_SITE_LOCAL}
@ -107,13 +106,8 @@ CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
USE_GETTEXT= yes
.endif
.if !defined(NOPORTDOCS)
# Always need asciidoc for man pages
CONFIGURE_ARGS+=--with-asciidoc
PLIST_SUB +=ASCIIDOC=""
.else
CONFIGURE_ARGS+=--without-asciidoc
PLIST_SUB+= ASCIIDOC="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|' \

View File

@ -1,2 +1,2 @@
SHA256 (fldigi-3.21.41.tar.gz) = 085a9a1328641b0fdb62b5601f59327d5c5eb476feca7721b1882de45da23d3e
SIZE (fldigi-3.21.41.tar.gz) = 1663238
SHA256 (fldigi-3.21.50.tar.gz) = 244921f705f70cd48e2ade44f853a7e092775f7a61d3e214f5faaf74853606c5
SIZE (fldigi-3.21.50.tar.gz) = 1790564

View File

@ -1,11 +0,0 @@
--- configure.orig 2011-07-20 20:07:57.000000000 -0700
+++ configure 2011-07-20 20:08:13.000000000 -0700
@@ -11761,7 +11761,7 @@
if test "x$ASCIIDOC" != "x"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for asciidoc >= $asciidoc_min" >&5
$as_echo_n "checking for asciidoc >= $asciidoc_min... " >&6; }
- asciidoc_ver=$($ASCIIDOC --version | sed -n '1 { s/.* //; p }')
+ asciidoc_ver=$($ASCIIDOC --version | sed -n '1 { s/.* //; p; }')

View File

@ -1,5 +1,5 @@
--- src/dialogs/fl_digi.cxx.orig 2011-12-01 12:03:25.000000000 -0500
+++ src/dialogs/fl_digi.cxx 2011-12-05 16:02:10.000000000 -0500
--- src/dialogs/fl_digi.cxx.orig 2012-07-07 09:01:19.000000000 -0500
+++ src/dialogs/fl_digi.cxx 2012-07-21 15:24:09.000000000 -0500
@@ -26,6 +26,7 @@
#include <config.h>
@ -8,12 +8,3 @@
#ifdef __WOE32__
# ifdef __CYGWIN__
@@ -1884,7 +1885,7 @@
Fl::repeat_timeout(st, ztimer);
struct tm tm;
- gmtime_r(&tv.tv_sec, &tm);
+ gmtime_r((const time_t *)&tv.tv_sec, &tm);
if (!strftime(ztbuf, sizeof(ztbuf), "%Y%m%d %H%M", &tm))
memset(ztbuf, 0, sizeof(ztbuf));
else

View File

@ -1,6 +1,6 @@
--- src/soundcard/sound.cxx.orig 2011-04-05 10:48:40.000000000 -0400
+++ src/soundcard/sound.cxx 2011-04-16 14:40:29.000000000 -0400
@@ -380,7 +380,7 @@
--- src/soundcard/sound.cxx.orig 2012-08-04 11:24:05.000000000 -0500
+++ src/soundcard/sound.cxx 2012-08-08 19:14:41.000000000 -0500
@@ -389,7 +389,7 @@
{
int sndparam;
// Try to get ~100ms worth of samples per fragment

View File

@ -6,9 +6,12 @@ share/applications/fldigi.desktop
%%NLS%%share/locale/es/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/fr/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/it/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/pl/LC_MESSAGES/fldigi.mo
%%FLARQ%%share/pixmaps/flarq.xpm
share/fldigi/NAVTEX_Stations.csv
share/pixmaps/fldigi.xpm
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%ASCIIDOC%%%%DOCSDIR%%/guide.html
%%PORTDOCS%%%%DOCSDIR%%/guide.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/fldigi
@dirrmtry share/applications