Date: Wed, 14 Jul 2021 11:21:15 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: 4321def1120a - main - sysutils/arcconf: Go with the generic USE_GCC=yes Message-ID: <202107141121.16EBLFWX011749@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=4321def1120a64de1ba9726780894b177ffed7ca commit 4321def1120a64de1ba9726780894b177ffed7ca Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-07-14 10:52:42 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-07-14 11:21:01 +0000 sysutils/arcconf: Go with the generic USE_GCC=yes Practically USE_GCC=4.8+ is equivalent to USE_GCC=yes in nearly all cases and version specific dependencies should only be used when unavoidable, so go with USE_GCC=yes. PR: 256991 --- sysutils/arcconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 6f95de3d61e4..5077bf5af7b2 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT} USES= zip -USE_GCC= 4.8+ +USE_GCC= yes SUB_FILES+= ${PERIODICSCRIPT}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141121.16EBLFWX011749>