Upstream repo is now on SourceForge follow

Update to 1.24

=Version 1.2.4=

2016-05-16  David Freese  <iam_w1hkj@w1hkj.com>

	e6fc6a5: Cabrillo Report
	f4bccc0: Contest fields

=Version 1.2.3=

	c16c3a4: Vertical Scrollbar

=Version 1.2.2=

	a3be952: Resizable dialog

=Version 1.2.1=

	1b3f80a: MXE update

2015-06-08  Kamal Mostafa  <kamal@whence.com>

	f453b69: BUILD_{DATE,USER,HOST}
This commit is contained in:
Diane Bruce
2017-01-08 00:28:56 +00:00
parent ff80c5cd80
commit 8c81c2f32e
6 changed files with 30 additions and 11 deletions

View File

@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= fllog
PORTVERSION= 1.2.0
PORTVERSION= 1.2.4
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/fllog/ \
LOCAL/shurd
MASTER_SITES= SF/fldigi/${PORTNAME}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio logging program

View File

@@ -1,2 +1,3 @@
SHA256 (fllog-1.2.0.tar.gz) = 7cac198e0e9def5853a6b3df1ad1968752a90f0d2d3477e071567fdde4c436d3
SIZE (fllog-1.2.0.tar.gz) = 422283
TIMESTAMP = 1483833165
SHA256 (fllog-1.2.4.tar.gz) = e4647032b1ebc5f2206edc624a40e331f5ab2b3dd1e33d7698223071d6d9b15b
SIZE (fllog-1.2.4.tar.gz) = 430920

View File

@@ -1,6 +1,6 @@
--- configure.orig 2014-04-11 13:36:43.000000000 -0700
+++ configure 2014-04-11 13:36:32.000000000 -0700
@@ -6857,7 +6857,7 @@
--- configure.orig 2016-06-24 01:21:41 UTC
+++ configure
@@ -6143,7 +6143,7 @@ $as_echo "$FLTK_CONFIG" >&6; }
FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
if test "x$target_mingw32" != "xyes"; then
if test "x$target_darwin" != "xyes"; then

View File

@@ -0,0 +1,9 @@
--- src/include/logsupport.h.orig 2017-01-08 00:13:11 UTC
+++ src/include/logsupport.h
@@ -1,5 +1,5 @@
#ifndef LOG_SUPPORT_H
-#define LOG_SUPPORT_h
+#define LOG_SUPPORT_H
#include <string>

View File

@@ -1,6 +1,6 @@
--- src/misc/re.cxx.orig 2014-02-03 15:43:56.000000000 -0800
+++ src/misc/re.cxx 2014-04-11 16:24:42.000000000 -0700
@@ -120,12 +120,25 @@
--- src/misc/re.cxx.orig 2015-08-12 21:02:27 UTC
+++ src/misc/re.cxx
@@ -120,12 +120,25 @@ void re_t::suboff(size_t n, int* start,
}
}

View File

@@ -0,0 +1,10 @@
--- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-08-12 21:02:28 UTC
+++ src/xmlrpcpp/XmlRpcBase64.h
@@ -18,6 +18,7 @@
#if !defined(__BASE64_H_INCLUDED__)
#define __BASE64_H_INCLUDED__ 1
+#include <ios>
#include <iterator>
static