Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 14:47:38 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85b6aa28a037 - main - graphics/zathura-ps: Improve port
Message-ID:  <202509301447.58UElcDE070933@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit 85b6aa28a037b132165fdcf8012cfd13af48d9d1
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-09-30 14:45:15 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-30 14:46:05 +0000

    graphics/zathura-ps: Improve port
    
    - Switch from compiler:c11 to compiler:c17.
    - Remove USES=ninja because it is implicit in USES=meson.
    
    PR:     289911
---
 graphics/zathura-ps/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile
index 5cc0d31b503c..4ba3b59df3d9 100644
--- a/graphics/zathura-ps/Makefile
+++ b/graphics/zathura-ps/Makefile
@@ -17,8 +17,7 @@ LIB_DEPENDS=	libgirara-gtk3.so:x11-toolkits/girara \
 		libspectre.so:print/libspectre
 RUN_DEPENDS=	zathura:graphics/zathura
 
-USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \
-		tar:xz
+USES=		compiler:c17 desktop-file-utils gnome meson pkgconfig tar:xz
 USE_GNOME=	cairo
 
 PLIST_FILES=	lib/zathura/libps.so \


home | help

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