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
This commit is contained in:
parent
d89213bc0e
commit
a6560981d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533336
@ -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
|
||||
|
@ -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
|
||||
|
10
comms/tlf/files/patch-src_editlog.c
Normal file
10
comms/tlf/files/patch-src_editlog.c
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user