Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 10:29:54 +0000
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Stefan Schlosser <bsdcode@disroot.org>
Subject:   git: cc34adec02c0 - main - x11/kitty: Use BUILD_DEPENDS= x11-fonts/nerd-fonts-symbols
Message-ID:  <69a2c3a2.33ad4.4c0be338@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

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

commit cc34adec02c099e11cad400eecfadeb7b0453d6a
Author:     Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2026-02-28 10:25:41 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-02-28 10:25:41 +0000

    x11/kitty: Use BUILD_DEPENDS= x11-fonts/nerd-fonts-symbols
    
    - The build dependency x11-fonts/nerd-fonts was split into subports in
      commit 5ab056a5f85f709d8a6d7eb6582a94c85df37de5. Kitty requires only
      the Symbols font, so the port can switch to the more lightweight
      subport.
    - Don't bump PORTREVISION because the resulting package does not change.
    
    PR:             293280
---
 x11/kitty/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 306f9242cd31..e741b61215b6 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \
-		nerd-fonts>=3.1.1:x11-fonts/nerd-fonts \
+		nerd-fonts-symbols>=3.1.1:x11-fonts/nerd-fonts-symbols \
 		roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf \
 		simde>=0.7.6:devel/simde \
 		sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a2c3a2.33ad4.4c0be338>