pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/geeqie



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Nov 11 18:59:10 UTC 2023

Modified Files:
        pkgsrc/graphics/geeqie: Makefile

Log Message:
graphics/geeqie: Force-disable yelp

If yelp, which is not bl3ed, is found, html documentation is installed
(and is not in PLIST).  It is left as future work to decide if the
documentation is useful enough to add a dependency on yelp.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/graphics/geeqie/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/geeqie/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.116 pkgsrc/graphics/geeqie/Makefile:1.117
--- pkgsrc/graphics/geeqie/Makefile:1.116       Wed Nov  8 13:19:29 2023
+++ pkgsrc/graphics/geeqie/Makefile     Sat Nov 11 18:59:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2023/11/08 13:19:29 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2023/11/11 18:59:09 gdt Exp $
 
 DISTNAME=      geeqie-2.1
 PKGREVISION=   3
@@ -19,6 +19,9 @@ TOOL_DEPENDS+=        vim-share-[0-9]*:../../ed
 LDFLAGS.SunOS+=                -lm -lsocket -lnsl
 
 MESON_ARGS+=   -Ddoxygen=disabled
+# Do not build html documentation.
+# \todo Consider depending on yelp instead
+MESON_ARGS+=   -Dyelp-build=disabled
 
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index