diff options
author | db <db@FreeBSD.org> | 2017-09-28 07:29:43 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2017-09-28 07:29:43 +0800 |
commit | 74abf668b9e636adfb785ea26631abc6a260b05b (patch) | |
tree | f7d75b99beaad0b217781c3b5736b16a29dc0075 /comms/wspr | |
parent | 28e514bd2e7459e65534d71f5b79c6faf6a3a920 (diff) | |
download | freebsd-ports-gnome-74abf668b9e636adfb785ea26631abc6a260b05b.tar.gz freebsd-ports-gnome-74abf668b9e636adfb785ea26631abc6a260b05b.tar.zst freebsd-ports-gnome-74abf668b9e636adfb785ea26631abc6a260b05b.zip |
Fix build under gfortran7
Bug 222560: comms/wspr: fails to build with lang/gcc7 or later
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222560
PR: ports/222560
Reported by: Jan Beich <jbeich@FreeBSD.org>
Diffstat (limited to 'comms/wspr')
-rw-r--r-- | comms/wspr/distinfo | 1 | ||||
-rw-r--r-- | comms/wspr/files/patch-Makefile.in | 2 | ||||
-rw-r--r-- | comms/wspr/files/patch-configure.ac | 2 | ||||
-rw-r--r-- | comms/wspr/files/patch-wspr.py | 2 | ||||
-rw-r--r-- | comms/wspr/files/patch-wspr2.f90 | 11 |
5 files changed, 15 insertions, 3 deletions
diff --git a/comms/wspr/distinfo b/comms/wspr/distinfo index afd8dec83cb4..3c6024cdd8d3 100644 --- a/comms/wspr/distinfo +++ b/comms/wspr/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1506554893 SHA256 (wspr-r4198.tar.bz2) = 8ca522b52da16bd18568977d58aad85dcb771d3994136e374e4fd5ffe9fb350a SIZE (wspr-r4198.tar.bz2) = 4617738 diff --git a/comms/wspr/files/patch-Makefile.in b/comms/wspr/files/patch-Makefile.in index ee7bd319d8ae..7580e9e21077 100644 --- a/comms/wspr/files/patch-Makefile.in +++ b/comms/wspr/files/patch-Makefile.in @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2015-07-27 16:22:02 UTC +--- Makefile.in.orig 2017-09-27 19:55:15 UTC +++ Makefile.in @@ -25,7 +25,8 @@ SHELL := @SHELL@ MKDIR := @MKDIR@ diff --git a/comms/wspr/files/patch-configure.ac b/comms/wspr/files/patch-configure.ac index 8246f6b87920..e85147bd2c63 100644 --- a/comms/wspr/files/patch-configure.ac +++ b/comms/wspr/files/patch-configure.ac @@ -1,4 +1,4 @@ ---- configure.ac.orig 2016-04-08 05:56:23 UTC +--- configure.ac.orig 2017-09-27 19:55:15 UTC +++ configure.ac @@ -10,18 +10,33 @@ dnl ------------------------------------ dnl path vars diff --git a/comms/wspr/files/patch-wspr.py b/comms/wspr/files/patch-wspr.py index e29b0856d8e0..dfeff99d7582 100644 --- a/comms/wspr/files/patch-wspr.py +++ b/comms/wspr/files/patch-wspr.py @@ -1,4 +1,4 @@ ---- wspr.py.orig 2015-07-27 16:22:02 UTC +--- wspr.py.orig 2017-09-27 19:55:15 UTC +++ wspr.py @@ -50,7 +50,7 @@ from WsprMod import g import Pmw diff --git a/comms/wspr/files/patch-wspr2.f90 b/comms/wspr/files/patch-wspr2.f90 new file mode 100644 index 000000000000..4bc995a13943 --- /dev/null +++ b/comms/wspr/files/patch-wspr2.f90 @@ -0,0 +1,11 @@ +--- wspr2.f90.orig 2017-09-27 23:05:56 UTC ++++ wspr2.f90 +@@ -40,7 +40,7 @@ subroutine wspr2 + include 'acom2.f90' + character dectxt*80,logfile*80 + integer nt(9) +- integer iclock(12) ++ integer iclock(36) + integer ib(15) + common/patience/npatience + data nrxnormal/0/,ireset/1/ |