Index: head/comms/tlf/Makefile =================================================================== --- head/comms/tlf/Makefile (revision 533335) +++ head/comms/tlf/Makefile (revision 533336) @@ -1,36 +1,37 @@ # Created by: db # $FreeBSD$ PORTNAME= tlf -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio curses based logging program LICENSE= GPLv2 +LIB_DEPENDS= libargp.so:devel/argp-standalone RUN_DEPENDS= rec:audio/sox \ wget:ftp/wget USES= autoreconf gnome ncurses pkgconfig 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 HAMLIB_DESC= Support rig control via hamlib FLDIGI_DESC= Support fldigi XML-RPC integration OPTIONS_DEFAULT=HAMLIB FLDIGI HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib HAMLIB_CONFIGURE_ENABLE=hamlib FLDIGI_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c FLDIGI_CONFIGURE_ENABLE=fldigi-xmlrpc .include Index: head/comms/tlf/distinfo =================================================================== --- head/comms/tlf/distinfo (revision 533335) +++ head/comms/tlf/distinfo (revision 533336) @@ -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 Property changes on: head/comms/tlf/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/tlf/files/patch-src_editlog.c =================================================================== --- head/comms/tlf/files/patch-src_editlog.c (nonexistent) +++ head/comms/tlf/files/patch-src_editlog.c (revision 533336) @@ -0,0 +1,10 @@ +--- src/editlog.c.orig 2020-04-29 13:15:29 UTC ++++ src/editlog.c +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "background_process.h" + #include "checklogfile.h" Property changes on: head/comms/tlf/files/patch-src_editlog.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property