Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2016 12:07:38 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412660 - in head/comms/tlf: . files
Message-ID:  <201604071207.u37C7c8I061223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shurd
Date: Thu Apr  7 12:07:37 2016
New Revision: 412660
URL: https://svnweb.freebsd.org/changeset/ports/412660

Log:
  Update to latest release

Added:
  head/comms/tlf/files/patch-src_netkeyer.c   (contents, props changed)
  head/comms/tlf/files/patch-src_sockserv.c   (contents, props changed)
Modified:
  head/comms/tlf/Makefile
  head/comms/tlf/distinfo
  head/comms/tlf/files/patch-share_logcfg.dat
  head/comms/tlf/files/patch-src_readcalls.c
  head/comms/tlf/files/patch-src_writecabrillo.c
  head/comms/tlf/pkg-plist

Modified: head/comms/tlf/Makefile
==============================================================================
--- head/comms/tlf/Makefile	Thu Apr  7 11:52:21 2016	(r412659)
+++ head/comms/tlf/Makefile	Thu Apr  7 12:07:37 2016	(r412660)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tlf
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://www.hs-mittweida.de/tb/ \
 		LOCAL/db
@@ -16,13 +16,14 @@ LIB_DEPENDS=	libglib-2.0.so:devel/glib20
 
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	PANEL_LIB=-lpanel
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	HAMLIB
 HAMLIB_DESC=	Support rig control via hamlib
-OPTION_DEFAULT=	HAMLIB
+OPTIONS_DEFAULT=HAMLIB
 
 HAMLIB_LIB_DEPENDS=	libhamlib.so:comms/hamlib
 HAMLIB_CONFIGURE_ENABLE=hamlib

Modified: head/comms/tlf/distinfo
==============================================================================
--- head/comms/tlf/distinfo	Thu Apr  7 11:52:21 2016	(r412659)
+++ head/comms/tlf/distinfo	Thu Apr  7 12:07:37 2016	(r412660)
@@ -1,2 +1,2 @@
-SHA256 (tlf-1.2.2.tar.gz) = dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed
-SIZE (tlf-1.2.2.tar.gz) = 594524
+SHA256 (tlf-1.2.3.tar.gz) = def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad
+SIZE (tlf-1.2.3.tar.gz) = 622883

Modified: head/comms/tlf/files/patch-share_logcfg.dat
==============================================================================
--- head/comms/tlf/files/patch-share_logcfg.dat	Thu Apr  7 11:52:21 2016	(r412659)
+++ head/comms/tlf/files/patch-share_logcfg.dat	Thu Apr  7 12:07:37 2016	(r412660)
@@ -1,4 +1,4 @@
---- share/logcfg.dat.orig	2013-11-20 07:45:58 UTC
+--- share/logcfg.dat.orig	2016-01-16 17:45:20 UTC
 +++ share/logcfg.dat
 @@ -27,8 +27,8 @@ RULES=cqww
  #                               #
@@ -9,5 +9,5 @@
 +#EDITOR=joe
 +EDITOR=vi
  #EDITOR=e3
- #EDITOR=MC
+ #EDITOR=mcedit
  #

Added: head/comms/tlf/files/patch-src_netkeyer.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tlf/files/patch-src_netkeyer.c	Thu Apr  7 12:07:37 2016	(r412660)
@@ -0,0 +1,13 @@
+--- src/netkeyer.c.orig	2016-01-16 17:45:20 UTC
++++ src/netkeyer.c
+@@ -17,7 +17,9 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  */
+ 
+-
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #include <netdb.h>
+ #include <string.h>
+ #include <unistd.h>

Modified: head/comms/tlf/files/patch-src_readcalls.c
==============================================================================
--- head/comms/tlf/files/patch-src_readcalls.c	Thu Apr  7 11:52:21 2016	(r412659)
+++ head/comms/tlf/files/patch-src_readcalls.c	Thu Apr  7 12:07:37 2016	(r412660)
@@ -1,6 +1,6 @@
---- src/readcalls.c.orig	2015-11-03 16:15:23 UTC
+--- src/readcalls.c.orig	2016-01-16 17:45:20 UTC
 +++ src/readcalls.c
-@@ -641,7 +641,7 @@ int synclog(char *synclogfile)
+@@ -637,7 +637,7 @@ int synclog(char *synclogfile)
  
      showmsg("Merging logfiles...\n");
      sleep(1);

Added: head/comms/tlf/files/patch-src_sockserv.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tlf/files/patch-src_sockserv.c	Thu Apr  7 12:07:37 2016	(r412660)
@@ -0,0 +1,11 @@
+--- src/sockserv.c.orig	2016-01-16 17:45:20 UTC
++++ src/sockserv.c
+@@ -23,6 +23,8 @@
+ /* Written by N2RJT - Dave Brown */
+ 
+ 
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #include <errno.h>
+ #include <netdb.h>
+ #include <stdio.h>

Modified: head/comms/tlf/files/patch-src_writecabrillo.c
==============================================================================
--- head/comms/tlf/files/patch-src_writecabrillo.c	Thu Apr  7 11:52:21 2016	(r412659)
+++ head/comms/tlf/files/patch-src_writecabrillo.c	Thu Apr  7 12:07:37 2016	(r412660)
@@ -1,11 +1,11 @@
---- src/writecabrillo.c.orig	2015-11-03 16:18:24 UTC
+--- src/writecabrillo.c.orig	2016-04-07 07:00:33 UTC
 +++ src/writecabrillo.c
-@@ -21,8 +21,6 @@
- 	 *   write cabrillo  file
- 	 *
+@@ -23,8 +23,6 @@
  	 *--------------------------------------------------------------*/
+ 
+ 
 -#define _XOPEN_SOURCE 500
 -#define _GNU_SOURCE
- #include "writecabrillo.h"
- #include "ui_utils.h"
- #include <glib.h>
+ 
+ #include <stdio.h>
+ #include <stdlib.h>

Modified: head/comms/tlf/pkg-plist
==============================================================================
--- head/comms/tlf/pkg-plist	Thu Apr  7 11:52:21 2016	(r412659)
+++ head/comms/tlf/pkg-plist	Thu Apr  7 12:07:37 2016	(r412660)
@@ -16,6 +16,7 @@ man/man1/tlf.1.gz
 %%DATADIR%%/rules/aadx_as
 %%DATADIR%%/rules/aadx_dx
 %%DATADIR%%/rules/arrl10m_dx
+%%DATADIR%%/rules/arrl160m_usa
 %%DATADIR%%/rules/arrldx_dx
 %%DATADIR%%/rules/arrldx_usa
 %%DATADIR%%/rules/arrlfd
@@ -48,3 +49,4 @@ man/man1/tlf.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README.ssb
 %%PORTDOCS%%%%DOCSDIR%%/README_QTC.txt
 %%PORTDOCS%%%%DOCSDIR%%/README_QTC_RTTY.txt
+%%PORTDOCS%%%%DOCSDIR%%/README.RTTY



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604071207.u37C7c8I061223>