Date: Wed, 06 Mar 2024 20:46:48 +0000 From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 277492] lang/ghc fails build/install gmake invalid option -- D Message-ID: <bug-277492-16154-86jkeqI5TO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277492-16154@https.bugs.freebsd.org/bugzilla/> References: <bug-277492-16154@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277492 --- Comment #10 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D755d190db121778a25b45950c397163= 325d8e797 commit 755d190db121778a25b45950c397163325d8e797 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-03-06 20:38:58 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-03-06 20:44:44 +0000 ports-mgmt/portmaster: Avoid make -D flag Both FreeBSD make and GNU make pass command line flags to sub-makes through the MAKEFLAGS environment variable, but the flags aren't compatible and GNU make 4.4 exits with an error when it encounters flags it doesn't understand, e.g. -D. Avoid using the flag for now until ports run gmake with SETENVI. PR: 272216, 277492 ports-mgmt/portmaster/Makefile | 2 +- ports-mgmt/portmaster/files/patch-portmaster (new) | 71 ++++++++++++++++++= ++++ 2 files changed, 72 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277492-16154-86jkeqI5TO>