pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/qiv



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Feb 23 16:39:40 UTC 2026

Modified Files:
        pkgsrc/graphics/qiv: Makefile

Log Message:
qiv: Not for platform Darwin

It depends on x11 backend of gtk3+ which is not available on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/graphics/qiv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/qiv/Makefile
diff -u pkgsrc/graphics/qiv/Makefile:1.82 pkgsrc/graphics/qiv/Makefile:1.83
--- pkgsrc/graphics/qiv/Makefile:1.82   Mon Feb 23 16:06:44 2026
+++ pkgsrc/graphics/qiv/Makefile        Mon Feb 23 16:39:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2026/02/23 16:06:44 triaxx Exp $
+# $NetBSD: Makefile,v 1.83 2026/02/23 16:39:39 triaxx Exp $
 
 DISTNAME=      qiv-3.0.1
 CATEGORIES=    graphics x11
@@ -10,6 +10,8 @@ HOMEPAGE=     https://spiegl.de/qiv/
 COMMENT=       Quick Image Viewer
 LICENSE=       gnu-gpl-v2
 
+NOT_FOR_PLATFORM=      Darwin-*-*
+
 USE_TOOLS+=    gmake pkg-config
 
 MAKE_FLAGS+=   PREFIX=${PREFIX}



Home | Main Index | Thread Index | Old Index