Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF06F84D91 for ; Sat, 11 Nov 2023 18:59:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8LSvve4v7nCQ for ; Sat, 11 Nov 2023 18:59:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2CDC084D15 for ; Sat, 11 Nov 2023 18:59:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 258E1FA2F; Sat, 11 Nov 2023 18:59:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699729150210170" MIME-Version: 1.0 Date: Sat, 11 Nov 2023 18:59:10 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/graphics/geeqie To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20231111185910.258E1FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699729150210170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1699729150210170 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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++ --_----------=_1699729150210170--