1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

FreeBSD fixes sent upstream deletes some patch files we had

=Version 4.0.1=

2017-03-28  David Freese  <iam_w1hkj@w1hkj.com>

	f40e79d: Socket connect

=Version 4.0.0=

	7efc9b2: OS X 10.12 build
	ffd6f09: STATION_CALLSIGN
	f0f3763: Free BSD mods
	b163605: Logbook mods
	167f064: ru-po-update
	5354812: Default Tx Audio
	fac5963: remove sprintf
	a9db866: Documentation update
	b522581: n3fjp logger search
	c565b03: fopen -> fl_fopen
	abd9554: 48 bar macro
	5f5776c: CW decoder
	9c0f906: DX cluster
	016799a: Logbook support
	b4e227b: WinKeyer
	1fe26c1: fsq ifkp s/n computation
	d576fd8: fltk version update
	2a1a8c3: Macro Date Time Formats
This commit is contained in:
Diane Bruce 2017-03-30 23:24:00 +00:00
parent d40fc5aa91
commit 6b6dc7ab27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437336
6 changed files with 6 additions and 43 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= fldigi
PORTVERSION= 3.23.21
PORTVERSION= 4.0.1
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@ -21,7 +21,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs\
USE_CXXSTD= gnu++0x
GNU_CONFIGURE= yes
USES= compiler:c++11-lib execinfo jpeg gmake perl5 pkgconfig shebangfix
USES= autoreconf compiler:c++11-lib execinfo jpeg gmake perl5 pkgconfig shebangfix
USE_XORG= x11 xft xext xfixes xcursor xinerama
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
EXTRA_LIBS="-lexecinfo"
@ -57,13 +57,7 @@ NLS_USES= gettext
# Always need asciidoc for man pages
CONFIGURE_ARGS+=--with-asciidoc
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/Makefile.in
post-configure:
@${REINPLACE_CMD} -e 's|^CPPFLAGS|#CPPFLAGS|' \
${WRKSRC}/src/Makefile
# force rebuild of man pages
${RM} ${WRKSRC}/doc/*.1

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1490552971
SHA256 (fldigi-3.23.21.tar.gz) = a70914876a415eba5eec112f752330a1cecbf55aa442f5d9dd466fb75ea11a3b
SIZE (fldigi-3.23.21.tar.gz) = 3217867
TIMESTAMP = 1490880647
SHA256 (fldigi-4.0.1.tar.gz) = ea68b7fe6de4eba8b99956a10c51c3c8d1e45cb8a6c6aa58594d8510a36d1bc5
SIZE (fldigi-4.0.1.tar.gz) = 3346237

View File

@ -1,11 +0,0 @@
--- src/include/main.h.orig 2017-01-29 13:26:25 UTC
+++ src/include/main.h
@@ -22,6 +22,8 @@
#define MAIN_H_
#include <config.h>
+// FreeBSD needs this
+#include <time.h>
#include <string>

View File

@ -1,11 +0,0 @@
--- src/logbook/adif_io.cxx.orig 2017-01-29 13:26:25 UTC
+++ src/logbook/adif_io.cxx
@@ -316,7 +316,7 @@ void cAdifIO::do_readfile(const char *fn
} else {
ptr2 = ptr + 1;
}
- if ((ptr2) > 0 && (unsigned)(ptr2 - ptr) <= p)
+ if ((unsigned long)(ptr2) > 0 && (unsigned long)(ptr2 - ptr) <= p)
ptr = strchr(ptr2,'<');
else
break; // corrupt record

View File

@ -1,10 +0,0 @@
--- src/widgets/picture.cxx.orig 2017-01-29 13:26:25 UTC
+++ src/widgets/picture.cxx
@@ -40,6 +40,7 @@
#include <algorithm>
#include <time.h>
+#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>

View File

@ -10,6 +10,7 @@ share/applications/fldigi.desktop
%%NLS%%share/locale/it/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/pl/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/nl/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/ru/LC_MESSAGES/fldigi.mo
share/pixmaps/fldigi.xpm
%%DATADIR%%/NAVTEX_Stations.csv
%%DATADIR%%/ToR-Stats-SHIP.csv