Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2024 20:39:12 GMT
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1d9b67df2ec - main - databases/mongosh: fix run_depends on krb5
Message-ID:  <202412032039.4B3KdCmU017990@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald:

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

commit b1d9b67df2ecb4f7024eb75fd869ead430b0297e
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-12-03 20:36:03 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-12-03 20:36:03 +0000

    databases/mongosh: fix run_depends on krb5
    
    The USES construction and a build as well as a run depends.
    Fixes warnings of make stage-qa.
    
    PR:     282889
    Approved by:    maintainer timeout
---
 databases/mongosh/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/databases/mongosh/Makefile b/databases/mongosh/Makefile
index f181f49c9b31..71da90cf10c9 100644
--- a/databases/mongosh/Makefile
+++ b/databases/mongosh/Makefile
@@ -29,8 +29,7 @@ BUILD_DEPENDS=	bash>0:shells/bash \
 		libnghttp2>=1.45.1:www/libnghttp2 \
 		libuv>=1.42.0:devel/libuv \
 		objdump:devel/binutils \
-		git>0:devel/git \
-		${PREFIX}/include/gssapi/gssapi_generic.h:security/krb5
+		git>0:devel/git
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 LIB_DEPENDS=	libmongocrypt.so:databases/libmongocrypt \
 		libbrotlidec.so:archivers/brotli \
@@ -38,7 +37,7 @@ LIB_DEPENDS=	libmongocrypt.so:databases/libmongocrypt \
 		libnghttp2.so:www/libnghttp2 \
 		libuv.so:devel/libuv
 
-USES=		compiler:c++11-lib gmake localbase pkgconfig nodejs:20,build python:build ssl
+USES=		compiler:c++11-lib gmake gssapi:mit localbase pkgconfig nodejs:20,build python:build ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	VultureProject



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