Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 13:00:44 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85da5b1a64b7 - main - lang/f2c: set MAKE_JOBS_UNSAFE
Message-ID:  <202305011300.341D0iJS051651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85da5b1a64b77a2d2204f7a7d3231a09f6a53da9

commit 85da5b1a64b77a2d2204f7a7d3231a09f6a53da9
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-05-01 12:57:48 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-05-01 13:00:40 +0000

    lang/f2c: set MAKE_JOBS_UNSAFE
    
    This port fails in some cases, and setting MAKE_JOBS_UNSAFE=yes fixes it.
    
    PR:             270890
    Reported by:    alt2600 (at) icloud.com
---
 lang/f2c/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index b335825f4530..23e97cc91fa4 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -20,6 +20,8 @@ BROKEN_mips64=		fails to compile: /usr/include/sigfpe.h: No such file or directo
 USES=		gmake
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 LIBVER=		2
 SIMPLEDIST=	changes f2c.1 f2c.1t f2c.h f2c.pdf fc getopt.c README
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011300.341D0iJS051651>