aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--comms/linrad/files/patch-morse.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-morse.c b/comms/linrad/files/patch-morse.c
new file mode 100644
index 00000000000..aae4a77e98e
--- /dev/null
+++ b/comms/linrad/files/patch-morse.c
@@ -0,0 +1,11 @@
+--- morse.c.orig 2016-12-07 15:17:38 UTC
++++ morse.c
+@@ -80,7 +80,7 @@ int i, j;
+ float r1;
+ if(charbits > 6)
+ {
+- chr=243;
++ chr=(char)243;
+ }
+ else
+ {
t/cgit.cgi/freebsd-ports-gnome/log/?id=28df167cc772d301930a6f0487e841a7b7295193'>root/math/lapack95
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-071-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
* - Fix library installationamdmi32015-06-191-2/+2
* - Uses the new blaslapack.mk;thierry2015-01-062-25/+19
* Cleanup plistantoine2014-11-151-1/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Stagify.thierry2014-08-241-16/+15
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
* Modernize LIB_DEPENDSbapt2014-07-151-3/+3
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-1/+1
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* math/lapack95: Mark jobs unsafemarino2013-08-141-5/+3
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-2/+2
* Fix build on sparc64 ; miscellaneous clean-upsbf2011-07-213-1110/+53
* Mark as broken on sparc64: does not link.linimon2011-07-16