From: Laurent Cheylus Subject: devel/clang-tools-extra: proposal to add FileCheck tool To: Ports Cc: rsadowski@openbsd.org Date: Tue, 10 Sep 2024 10:43:06 +0200 Hi [cc rsadowski@ as maintainer] proposal of an update for devel/clang-tools-extra port to add FileCheck tool. FileCheck (https://llvm.org/docs/CommandGuide/FileCheck.html) is a tool useful for the LLVM testsuite and I would like to add it to the list of tools built and packaged in this port. - update Makefile: * add -DLLVM_BUILD_UTILS=ON and -DLLVM_INSTALL_UTILS=ON for configure * add FileCheck in ALL_TARGET - update pkg/PLIST to add FileCheck Build and tests OK on current/amd64 with Clang-16. Comments and tests welcome. And please commit if OK. Laurent Index: Makefile =================================================================== RCS file: /cvs/ports/devel/clang-tools-extra/Makefile,v diff -u -p -r1.39 Makefile --- Makefile 7 Aug 2024 20:56:29 -0000 1.39 +++ Makefile 6 Sep 2024 20:45:22 -0000 @@ -17,6 +17,8 @@ LLVM_BASE = llvm16 DISTNAME = llvm-project-${LLVM_V}.src PKGNAME= clang-tools-extra-${LLVM_V} +REVISION = 0 + CATEGORIES = devel HOMEPAGE = https://clang.llvm.org/extra/index.html @@ -26,7 +28,7 @@ MAINTAINER = Rafael Sadowski