mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to latest release
Add FLDIGI option to support fldigi XML-RPC interface portlint complained about DOCS, add that option.
This commit is contained in:
parent
26dd00c604
commit
aaaab01391
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476555
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tlf
|
||||
PORTVERSION= 1.2.3
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://www.hs-mittweida.de/tb/ \
|
||||
LOCAL/db
|
||||
@ -12,6 +12,9 @@ COMMENT= Amateur Radio curses based logging program
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= rec:audio/sox \
|
||||
wget:ftp/wget
|
||||
|
||||
USES= ncurses pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PANEL_LIB=-lpanel
|
||||
@ -20,11 +23,14 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= HAMLIB
|
||||
OPTIONS_DEFINE= HAMLIB FLDIGI DOCS
|
||||
HAMLIB_DESC= Support rig control via hamlib
|
||||
OPTIONS_DEFAULT=HAMLIB
|
||||
FLDIGI_DESC= Support fldigi XML-RPC integration
|
||||
OPTIONS_DEFAULT=HAMLIB FLDIGI DOCS
|
||||
|
||||
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 <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (tlf-1.2.3.tar.gz) = def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad
|
||||
SIZE (tlf-1.2.3.tar.gz) = 622883
|
||||
TIMESTAMP = 1533568835
|
||||
SHA256 (tlf-1.3.0.tar.gz) = b440e0181cf6d2e5349244afe96b34a4905eb32b09e4b407f4d94b9df4c6057a
|
||||
SIZE (tlf-1.3.0.tar.gz) = 643783
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/writecabrillo.c.orig 2016-04-07 07:00:33 UTC
|
||||
+++ src/writecabrillo.c
|
||||
@@ -23,8 +23,6 @@
|
||||
*--------------------------------------------------------------*/
|
||||
|
||||
|
||||
-#define _XOPEN_SOURCE 500
|
||||
-#define _GNU_SOURCE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
Loading…
Reference in New Issue
Block a user