Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 13:40:40 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533336 - in head/comms/tlf: . files
Message-ID:  <202004291340.03TDeeJg013402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Wed Apr 29 13:40:39 2020
New Revision: 533336
URL: https://svnweb.freebsd.org/changeset/ports/533336

Log:
  Update to 1.4.1
  
  2019-10-28  Thomas Beierlein <tomjbe@gentoo.org>
  
    * NEWS, ToDo: Update NEWS and ToDo files
  
  2019-09-30  Thomas Beierlein <tomjbe@gentoo.org>
  
    * src/fldigixmlrpc.c, src/gettxinfo.c, src/globalvars.h, src/main.c,
    test/data.c: Fix definition of 'rigmode' variable  Newest version of hamlib
    has an extended range of modei definitions and therefore defined it as
    UInt64. That conflicts with the former definition of 'rigmode' as 32 bit int.
  
  Reported by:	portscout

Added:
  head/comms/tlf/files/patch-src_editlog.c   (contents, props changed)
Modified:
  head/comms/tlf/Makefile
  head/comms/tlf/distinfo   (contents, props changed)

Modified: head/comms/tlf/Makefile
==============================================================================
--- head/comms/tlf/Makefile	Wed Apr 29 13:20:15 2020	(r533335)
+++ head/comms/tlf/Makefile	Wed Apr 29 13:40:39 2020	(r533336)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tlf
-PORTVERSION=	1.3.2
+PORTVERSION=	1.4.1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	comms hamradio
 
@@ -11,6 +11,7 @@ COMMENT=	Amateur Radio curses based logging program
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	libargp.so:devel/argp-standalone
 RUN_DEPENDS=	rec:audio/sox \
 		wget:ftp/wget
 
@@ -19,8 +20,8 @@ USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PANEL_LIB=-lpanel
 USE_GNOME=	glib20
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
+CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -largp" \
+		CPPFLAGS=-I${LOCALBASE}/include
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	HAMLIB FLDIGI DOCS

Modified: head/comms/tlf/distinfo
==============================================================================
--- head/comms/tlf/distinfo	Wed Apr 29 13:20:15 2020	(r533335)
+++ head/comms/tlf/distinfo	Wed Apr 29 13:40:39 2020	(r533336)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555701649
-SHA256 (tlf-tlf-tlf-1.3.2_GH0.tar.gz) = 5a444e4f55c7bf0209d6d12ed3387dabca9db457115068d4f79fb89b3d6f6a02
-SIZE (tlf-tlf-tlf-1.3.2_GH0.tar.gz) = 552308
+TIMESTAMP = 1588167295
+SHA256 (tlf-tlf-tlf-1.4.1_GH0.tar.gz) = a5a4d0492d206fe67d324271c50c48801236a955c36edddc198289330cb17386
+SIZE (tlf-tlf-tlf-1.4.1_GH0.tar.gz) = 567979

Added: head/comms/tlf/files/patch-src_editlog.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tlf/files/patch-src_editlog.c	Wed Apr 29 13:40:39 2020	(r533336)
@@ -0,0 +1,10 @@
+--- src/editlog.c.orig	2020-04-29 13:15:29 UTC
++++ src/editlog.c
+@@ -29,6 +29,7 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <sys/stat.h>
++#include <sys/wait.h>
+ 
+ #include "background_process.h"
+ #include "checklogfile.h"



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