Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2022 20:09:21 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c4a04da5be27 - 2022Q4 - security/heimdal: Remove LLVM_DEFAULT artifact
Message-ID:  <202212052009.2B5K9Lh8042558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by cy:

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

commit c4a04da5be275e110b187e63e34038bc9bb77ec8
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-11-24 21:23:53 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-12-05 20:06:15 +0000

    security/heimdal: Remove LLVM_DEFAULT artifact
    
    Remove an artifact from 22a683a337ef.
    
    PR:             267814
    Fixes:          22a683a337ef
    (cherry picked from commit 67fc2c392f1efc669521939b5003e47786807a6c)
---
 security/heimdal/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index dc32a73987be..adbb67229a1f 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -41,8 +41,7 @@ CONFIGURE_ARGS=	--with-berkeley-db \
 		--enable-pthread-support \
 		--with-readline="${LOCALBASE}" \
 		--with-hdbdir="/var/${PORTNAME}" \
-		--sysconfdir="${PREFIX}/etc" \
-		CLANG_FORMAT="${LOCALBASE}/bin/clang-format${LLVM_DEFAULT}"
+		--sysconfdir="${PREFIX}/etc"
 # XXX --with-readline picks up libreadline even if found in /usr/lib.
 MAKE_ENV=	INSTALL_CATPAGES=no
 INSTALL_TARGET=	install-strip



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