Date: Wed, 21 Dec 2022 15:20:17 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f08be3475d15 - main - security/heimdal-devel: Convert to new USES=llvm Message-ID: <202212211520.2BLFKHgU092006@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f08be3475d152067ce71ca1d64957f7c96355ba2 commit f08be3475d152067ce71ca1d64957f7c96355ba2 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-12-21 15:12:00 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-12-21 15:20:12 +0000 security/heimdal-devel: Convert to new USES=llvm Replace BUILD_DEPENDS with the new USES=llvm infrastructure. --- security/heimdal-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/heimdal-devel/Makefile b/security/heimdal-devel/Makefile index f61b2a7130e7..bb2424089f8b 100644 --- a/security/heimdal-devel/Makefile +++ b/security/heimdal-devel/Makefile @@ -25,8 +25,8 @@ USE_LDCONFIG= ${GSSAPILIBDIR} # Needs clang-format which is only provided by the port. # Else asm1_fails resulting in a command not found error. -BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ - p5-JSON>0:converters/p5-JSON +USES+= llvm +BUILD_DEPENDS= p5-JSON>0:converters/p5-JSON GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211520.2BLFKHgU092006>