Re: git: 8cb5cb36f226 - main - lang/gambit-c: update to version 4.9.6
Date: Sat, 05 Jul 2025 10:50:13 UTC
On Thu, 12 Jun 2025, Jimmy Olgeni wrote:
> lang/gambit-c: update to version 4.9.6
:
> -.if ${PORT_OPTIONS:MGCC}
> -USE_GCC= 12
> -.endif
Nice!
After this change the GCC option is actually meaningless. The patch below
further cleans that up.
Okay? (Actually doesn't require approval, I guess, but still...)
Gerald
From 3f158915f22a6e4d5bc74771539434ff1a9edb36 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <gerald@FreeBSD.org>
Date: Sat, 5 Jul 2025 10:24:41 +0000
Subject: [PATCH] lang/gambit-c: Remove remainders of obsolete GCC option
Revision 8cb5cb36f226 removed actual use of the GCC option; this
now removes some dead remainders.
---
lang/gambit-c/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile
index ba8465681626..b94030174133 100644
--- a/lang/gambit-c/Makefile
+++ b/lang/gambit-c/Makefile
@@ -32,10 +32,7 @@ MAKEFILE= makefile
INFO= gambit
PLIST_SUB= GAMBIT_VERSION=${GAMBIT_VERSION}
-OPTIONS_DEFINE= DOCS GCC
-OPTIONS_DEFAULT= GCC
-
-GCC_DESC= Build with GCC from ports
+OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
--
2.47.1