diff options
author | Diane Bruce <db@FreeBSD.org> | 2017-10-13 22:58:04 +0800 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2017-10-13 22:58:04 +0800 |
commit | 5cf392c1f348d179bc1160a3018435c0bfc0ef72 (patch) | |
tree | f16325f0b04eca99dc81828cb95f1cfc041813e4 /comms | |
parent | c9f18cee36ac48da4bf662550d9066bc1ad4119d (diff) | |
download | freebsd-ports-gnome-5cf392c1f348d179bc1160a3018435c0bfc0ef72.tar.gz freebsd-ports-gnome-5cf392c1f348d179bc1160a3018435c0bfc0ef72.tar.zst freebsd-ports-gnome-5cf392c1f348d179bc1160a3018435c0bfc0ef72.zip |
=Version 1.0.2=
2017-10-12 David Freese <w1hkj@bellsouth.net>
efe4c58: UI thread bug
cc846da: FreeBSD reported bugs
be720c4: Prog doc update
=Version 1.0.1=
d46e018: Application icon
926b7fd: Installation bugs
43e4059: win mingw
4a092db: doc update
c9021c0: Code revision #2
=Version 1.0.0=
c5373f2: Code Revision 1
926ee8e: Initial flcluster repository
Diffstat (limited to 'comms')
-rw-r--r-- | comms/flcluster/Makefile | 7 | ||||
-rw-r--r-- | comms/flcluster/distinfo | 6 | ||||
-rw-r--r-- | comms/flcluster/files/patch-src_dxcluster_dxcluster.cxx | 20 | ||||
-rw-r--r-- | comms/flcluster/files/patch-src_utils_debug.cxx | 10 | ||||
-rw-r--r-- | comms/flcluster/files/patch-src_utils_socket.cxx | 14 |
5 files changed, 6 insertions, 51 deletions
diff --git a/comms/flcluster/Makefile b/comms/flcluster/Makefile index b543c1f6f389..59ffe43c2a03 100644 --- a/comms/flcluster/Makefile +++ b/comms/flcluster/Makefile @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= flcluster -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= comms hamradio -MASTER_SITES= http://www.w1hkj.com/files/flcluster/ +MASTER_SITES= http://www.w1hkj.com/files/flcluster/ \ + LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= FLCLUSTER is a management tool for accessing dxcluster nodes -BROKEN= No public distfiles - LICENSE= GPLv3 LIB_DEPENDS= libpng16.so:graphics/png \ diff --git a/comms/flcluster/distinfo b/comms/flcluster/distinfo index bbdbcf465fa9..e0416432147f 100644 --- a/comms/flcluster/distinfo +++ b/comms/flcluster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507827345 -SHA256 (flcluster-1.0.1.tar.gz) = 888cbe1299f65736c5625ca656687db9b5d94bdf693fa124721ea7c2cdcc1139 -SIZE (flcluster-1.0.1.tar.gz) = 1070102 +TIMESTAMP = 1507895803 +SHA256 (flcluster-1.0.2.tar.gz) = 7f823fe6e890015e6dbf0dcf748cf9aff63f2508cc71e26bd24a82c4cef52f2d +SIZE (flcluster-1.0.2.tar.gz) = 1070082 diff --git a/comms/flcluster/files/patch-src_dxcluster_dxcluster.cxx b/comms/flcluster/files/patch-src_dxcluster_dxcluster.cxx deleted file mode 100644 index 7e9aea983156..000000000000 --- a/comms/flcluster/files/patch-src_dxcluster_dxcluster.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- src/dxcluster/dxcluster.cxx.orig 2017-09-22 15:49:18 UTC -+++ src/dxcluster/dxcluster.cxx -@@ -653,7 +653,6 @@ void parse_dxline(string dxbuffer) - isdigit(dxbuffer[p+3]) && - (dxbuffer[p+4] == 'Z' || dxbuffer[4] == 'z')) { - dxc.time = dxbuffer.substr(p, 5); -- if (dxbuffer.length() > p+5); - dxc.spotter_US_state = dxbuffer.substr(p+5); - dxbuffer.erase(p-1); - } -@@ -1178,8 +1177,7 @@ void parse_DXcluster_stream(string input - send_password(); - - } -- -- if (keepalive > 0) { -+ if (progStatus.keepalive > 0) { - Fl::awake(restore_keepalive_box); - wait_for_keepalive = -1; - } diff --git a/comms/flcluster/files/patch-src_utils_debug.cxx b/comms/flcluster/files/patch-src_utils_debug.cxx deleted file mode 100644 index 417310f03d46..000000000000 --- a/comms/flcluster/files/patch-src_utils_debug.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- src/utils/debug.cxx.orig 2017-09-22 15:49:54 UTC -+++ src/utils/debug.cxx -@@ -119,7 +119,6 @@ void debug::start(const char* filename) - - static char fmt[1024]; - static char sztemp[1024]; --static char strTime[64]; - - /** ******************************************************** - * diff --git a/comms/flcluster/files/patch-src_utils_socket.cxx b/comms/flcluster/files/patch-src_utils_socket.cxx deleted file mode 100644 index afdb002a5ae8..000000000000 --- a/comms/flcluster/files/patch-src_utils_socket.cxx +++ /dev/null @@ -1,14 +0,0 @@ ---- src/utils/socket.cxx.orig 2017-08-29 18:53:34 UTC -+++ src/utils/socket.cxx -@@ -619,11 +619,7 @@ void Socket::open(const Address& addr) - address = addr; - size_t n = address.size(); - --#ifdef __FreeBSD__ -- for (anum = n-1; anum >= 1; anum--) { --#else - for (anum = n-1; anum >= 0; anum--) { --#endif - ainfo = address.get(anum); - LOG_INFO("Trying %s", address.get_str(ainfo).c_str()); - if ((sockfd = socket(ainfo->ai_family, ainfo->ai_socktype, ainfo->ai_protocol)) != -1) |