FreeBSD Bugzilla – Attachment 256063 Details for
Bug 283509
lang/ratfor: fix build on platforms where char is unsigned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lang/ratfor: fix build in platforms where char is unsigned
0001-lang-ratfor-fix-build-on-platforms-where-char-is-uns.patch (text/plain), 1.53 KB, created by
Robert Clausecker
on 2024-12-23 13:37:43 UTC
(
hide
)
Description:
lang/ratfor: fix build in platforms where char is unsigned
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2024-12-23 13:37:43 UTC
Size:
1.53 KB
patch
obsolete
>From 1ba6861f0ed3c9d12d5af7bf587e665cf9139fa3 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@FreeBSD.org> >Date: Mon, 23 Dec 2024 14:32:15 +0100 >Subject: [PATCH] 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. >--- > lang/ratfor/Makefile | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) > >diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile >index 3c13978b5f1f..8cff06281805 100644 >--- a/lang/ratfor/Makefile >+++ b/lang/ratfor/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= ratfor > PORTVERSION= 1985.06 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= lang > MASTER_SITES= LOCAL/obrien \ > http://sepwww.stanford.edu/sep/prof/ >@@ -12,14 +12,6 @@ COMMENT= Rational FORTRAN compiler > LICENSE= PD > LICENSE_FILE= ${WRKSRC}/README > >-BROKEN_aarch64= ./ratfor -o test.f test.r keeps creating huge output file >-BROKEN_armv6= ./ratfor -o test.f test.r keeps creating huge output file >-BROKEN_armv7= ./ratfor -o test.f test.r keeps creating huge output file >-BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file >-BROKEN_powerpc64= ./ratfor -o test.f test.r keeps creating huge output file >-BROKEN_powerpc64le= ./ratfor -o test.f test.r keeps creating huge output file >-BROKEN_powerpcspe= ./ratfor -o test.f test.r keeps creating huge output file >- > NO_WRKSUBDIR= yes > EXTRACT_CMD= ${CAT} > EXTRACT_BEFORE_ARGS= >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283509
:
256063
|
256121