1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to latest version.

Note, fldigi-shell has been removed upstream.
This commit is contained in:
Stephen Hurd 2015-05-02 23:14:16 +00:00
parent 584765f826
commit b46724e16d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385221
7 changed files with 13 additions and 44 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= fldigi
PORTVERSION= 3.22.05
PORTVERSION= 3.22.08
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\
${MASTER_SITE_LOCAL}
@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig compiler:c++11-lib perl5 shebangfix
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
EXTRA_LIBS="-lexecinfo"
SHEBANG_FILES= scripts/fldigi-shell
OPTIONS_DEFINE= NATIVE_OPT FLARQ OSS SNDFILE PORTAUDIO PULSEAUDIO HAMLIB NLS DOCS

View File

@ -1,2 +1,2 @@
SHA256 (fldigi-3.22.05.tar.gz) = 8c88a06f5c9753704458aeebfbb73166ace08e9d22ce43e01ce7d347b4147496
SIZE (fldigi-3.22.05.tar.gz) = 2822375
SHA256 (fldigi-3.22.08.tar.gz) = ce7d31db9d85865c9d481866667dd0f7c9cfdd848c55cf2ea0d7c59772e3b887
SIZE (fldigi-3.22.08.tar.gz) = 2876959

View File

@ -1,19 +0,0 @@
--- src/xmlrpcpp/XmlRpcClient.cpp.orig 2014-03-21 11:25:57.000000000 -0500
+++ src/xmlrpcpp/XmlRpcClient.cpp 2014-03-21 18:21:01.000000000 -0500
@@ -22,6 +22,7 @@
// ----------------------------------------------------------------------------
#include <config.h>
+#include <ios>
#include "XmlRpcClient.h"
@@ -338,7 +339,7 @@
header += "Content-Type: text/xml\r\nContent-length: ";
- sprintf(buff,"%"PRIuSZ"\r\n\r\n", body.size());
+ sprintf(buff,"%" PRIuSZ "\r\n\r\n", body.size());
return header + buff;
}

View File

@ -1,11 +0,0 @@
--- src/xmlrpcpp/XmlRpcServer.cpp.orig 2014-03-21 11:25:57.000000000 -0500
+++ src/xmlrpcpp/XmlRpcServer.cpp 2014-03-21 18:21:06.000000000 -0500
@@ -500,7 +500,7 @@
"Content-length: ";
char buffLen[40];
- sprintf(buffLen,"%"PRIuSZ"\r\n\r\n", body.size());
+ sprintf(buffLen,"%" PRIuSZ "\r\n\r\n", body.size());
return header + buffLen;
}

View File

@ -1,8 +0,0 @@
--- src/xmlrpcpp/base64.h.orig 2014-03-21 11:25:57.000000000 -0500
+++ src/xmlrpcpp/base64.h 2014-03-21 18:21:09.000000000 -0500
@@ -1,4 +1,4 @@
-// base64.hpp
+#include <ios>
// Autor Konstantin Pilipchuk
// mailto:lostd@ukr.net
// ----------------------------------------------------------------------------

View File

@ -0,0 +1,10 @@
--- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-04-27 22:16:11.000000000 -0700
+++ src/xmlrpcpp/XmlRpcBase64.h 2015-04-27 22:16:22.000000000 -0700
@@ -18,6 +18,7 @@
#if !defined(__BASE64_H_INCLUDED__)
#define __BASE64_H_INCLUDED__ 1
+#include <ios>
#include <iterator>
static

View File

@ -1,9 +1,7 @@
%%FLARQ%%bin/flarq
bin/fldigi
%%FLARQ%%man/man1/flarq.1.gz
man/man1/fldigi-shell.1.gz
man/man1/fldigi.1.gz
bin/fldigi-shell
%%FLARQ%%share/applications/flarq.desktop
share/applications/fldigi.desktop
%%NLS%%share/locale/de/LC_MESSAGES/fldigi.mo