non port: lang/ratfor/files/patch-Makefile |
Number of commits found: 5 |
Thursday, 26 Dec 2024
|
10:46 Robert Clausecker (fuz)
lang/ratfor: fix build on platforms where char is unsigned
Turns out the code anticipates this problem and has support for using
"signed char" over "char" where "char" is unsigned by default.
Use "signed char" unconditionally to fix the port on all platforms.
While we are at it, pet portclippy.
PR: 258628, 283509
Approved by: bofh
MFH: 2024Q4
147aeb1 |
Wednesday, 23 Sep 2020
|
11:22 se
Fix build
The build system includes bsd.sys.mk, which add a -fuse-ld option in a
format that is not accepted by gfortran and thus causes a build failure
of the test programs. This can be worked-around by adding a ".f:" target
to the port's internal Makefile.
While here add a license (PD) and use a relative symbolic link for the
binary's alias name.
 |
Sunday, 16 Feb 2014
|
17:15 tijl
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
 |
Tuesday, 7 Jan 2014
|
22:55 mat
Fix build with gcc47
maintainer timeout
PR: ports/184574
Submitted by: Christoph Moench-Tegeder
 |
Saturday, 13 Jan 2007
|
09:17 maho
* Migrate to gfortran.
* Bump port revision.
Approved by: portmgr(kris)
 |
Number of commits found: 5 |