Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 08:37:36 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee8fe6f4184a - main - graphics/lux: fix noto dependency
Message-ID:  <202404120837.43C8bauT094640@gitrepo.freebsd.org>

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

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

commit ee8fe6f4184ab83854c0581b43511d214bfc2730
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-04-04 16:07:16 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-04-12 08:36:55 +0000

    graphics/lux: fix noto dependency
    
    Previous commit was not approved by maintainer.
    Depending on the file ${GUIFONT} was intentional
    as this file is hard-coded in the application.
    
    Instead of removing this sanity check, the correct
    is to adjust the dependency from the now meta port
    to the port actually delivering this file.
    
    Fixes:           2370847ccdf81a5d6305bf6ec4e8f33765e6f75d.
---
 graphics/lux/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile
index 11dd39403711..2a3b66c57495 100644
--- a/graphics/lux/Makefile
+++ b/graphics/lux/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lux
-PORTVERSION=	1.1.8
+DISTVERSION=	1.1.8
 PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/kfj/pv/get/
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libhwy.so:devel/highway \
 		libsfml-window.so:devel/sfml \
 		libexiv2.so:graphics/exiv2 \
 		libvigraimpex.so:graphics/vigra
-RUN_DEPENDS=	noto-basic>0:x11-fonts/noto-basic
+RUN_DEPENDS=	${GUIFONT}:x11-fonts/noto-sans-basic
 GUIFONT=	${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf
 
 USES=		cmake desktop-file-utils dos2unix pkgconfig tar:bz2



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