Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2026 07:50:05 +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: e9099e74364a - main - misc/github-copilot-cli: Add BROKEN for the binary flavor
Message-ID:  <69db4ead.3d16d.1eb09740@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=e9099e74364a8bdf767b0736b6053c673454128d

commit e9099e74364a8bdf767b0736b6053c673454128d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-12 07:49:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-12 07:49:45 +0000

    misc/github-copilot-cli: Add BROKEN for the binary flavor
---
 misc/github-copilot-cli/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile
index b57f15737906..d064532cbc28 100644
--- a/misc/github-copilot-cli/Makefile
+++ b/misc/github-copilot-cli/Makefile
@@ -44,6 +44,7 @@ RUN_DEPENDS=	libsecret>0:security/libsecret \
 USES=		nodejs:run pkgconfig python:build
 
 .elif ${FLAVOR} == binary
+BROKEN=		See if the binary flavor somehow causes fetch failures
 DISTFILES+=	${NODE_HEADERS}${EXTRACT_SUFX}
 
 BUILD_DEPENDS=	npm:www/npm \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db4ead.3d16d.1eb09740>