git: 4321def1120a - main - sysutils/arcconf: Go with the generic USE_GCC=yes
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jul 14 11:21:16 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4321def1120a64de1ba9726780894b177ffed7ca
commit 4321def1120a64de1ba9726780894b177ffed7ca
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-14 10:52:42 +0000
Commit: Gerald Pfeifer <gerald at 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}
More information about the dev-commits-ports-all
mailing list