git: b6afd65b6089 - main - lang/guile: Remove USE_GCC=12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Oct 2022 17:25:43 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6afd65b60898fb1637061ad7686c30597d1c8e1 commit b6afd65b60898fb1637061ad7686c30597d1c8e1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-10-27 17:23:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-10-27 17:25:23 +0000 lang/guile: Remove USE_GCC=12 The Makefile has USE_GCC=12, however the port does not depend on gcc12 and depends on gcc11 instead. Somehow the USES=cc-c++11-lib overrides USE_GCC=12 and this port perfectly builds with GCC 11 PR: 265947 Reported by: salvadore --- lang/guile/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/guile/Makefile b/lang/guile/Makefile index be074bb09490..0c0d08f81176 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,6 +1,6 @@ PORTNAME= guile PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= GNU @@ -23,7 +23,6 @@ LIB_DEPENDS= libffi.so:devel/libffi \ USES= charsetfix compiler:gcc-c++11-lib cpe gmake iconv libtool \ makeinfo pathfix pkgconfig readline tar:lz CPE_VENDOR= gnu -USE_GCC= 12 USE_LDCONFIG= yes GNU_CONFIGURE= yes