Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2021 11:44:18 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0e9d583cb9f - main - devel/libruin: Refer to GCC, not gcc7
Message-ID:  <202107121144.16CBiI5A085406@gitrepo.freebsd.org>

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

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

commit c0e9d583cb9fb6104dcfe42a20316235a87de489
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-07-12 11:44:09 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-07-12 11:44:09 +0000

    devel/libruin: Refer to GCC, not gcc7
    
    lang/gcc7 is not actually in use any longer and should be removed soon,
    so generically refer to GCC, not gcc7 specifically.
---
 devel/libruin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libruin/Makefile b/devel/libruin/Makefile
index 0ababb67490b..3c7b7cfa8e7d 100644
--- a/devel/libruin/Makefile
+++ b/devel/libruin/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NOT_FOR_ARCHS=	mips
-NOT_FOR_ARCHS_REASON=	glib needs gcc7(Not available for mips)
+NOT_FOR_ARCHS_REASON=	glib needs GCC (not available for mips)
 
 BUILD_DEPENDS=	guile-lib>0:devel/guile-lib
 LIB_DEPENDS=	libguile-2.2.so:lang/guile2 \



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