Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 16:13:34 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6b1c6a362a1 - main - misc/claude-code: Add USES=certs:fetch
Message-ID:  <69aef1ae.3f1eb.17bddaec@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit d6b1c6a362a140f25dfe3f30b006fea76718f45d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-09 16:00:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-09 16:13:26 +0000

    misc/claude-code: Add USES=certs:fetch
    
    ... since some users report that this is required, ex. in bug#293676
---
 misc/claude-code/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/claude-code/Makefile b/misc/claude-code/Makefile
index f4719fced9b4..8d8a1481117e 100644
--- a/misc/claude-code/Makefile
+++ b/misc/claude-code/Makefile
@@ -10,7 +10,7 @@ FETCH_DEPENDS=	npm:www/npm \
 		jq:textproc/jq
 RUN_DEPENDS=	rg:textproc/ripgrep
 
-USES=		nodejs:run
+USES=		certs:fetch nodejs:run
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -21,7 +21,7 @@ FETCH_SCRIPT=	${PORTSDIR}/Tools/scripts/npmjs-fetch-with-dependencies.sh
 
 do-fetch:
 	@if ! [ -f ${DISTDIR}/${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} ]; then \
-		${SETENV} TMPDIR=${WRKDIR} ${FETCH_SCRIPT} \
+		${SETENV} TMPDIR=${WRKDIR} LOCALBASE=${LOCALBASE} ${FETCH_SCRIPT} \
 			${PACKAGE_NAME} ${DISTVERSION} \
 			${FILESDIR}/package-lock.json \
 			${DISTDIR}/${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}; \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69aef1ae.3f1eb.17bddaec>