Received: by mail.netbsd.org (Postfix, from userid 605) id 990DD84E00; Mon, 8 Jan 2018 18:37:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2331E84DFD for ; Mon, 8 Jan 2018 18:37:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Gdhgr43Dlez6 for ; Mon, 8 Jan 2018 18:37:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 836A184D24 for ; Mon, 8 Jan 2018 18:37:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D5ACFBDE; Mon, 8 Jan 2018 18:37:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151543666988310" MIME-Version: 1.0 Date: Mon, 8 Jan 2018 18:37:49 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: pkgsrc/net/flickcurl To: pkgsrc-changes@NetBSD.org Reply-To: jakllsch@netbsd.org X-Mailer: log_accum Message-Id: <20180108183749.7D5ACFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151543666988310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jakllsch Date: Mon Jan 8 18:37:49 UTC 2018 Modified Files: pkgsrc/net/flickcurl: Makefile Log Message: flickcurl needs gtkdoc-* install failure kludge too To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/flickcurl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151543666988310 Content-Disposition: inline Content-Length: 952 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/flickcurl/Makefile diff -u pkgsrc/net/flickcurl/Makefile:1.20 pkgsrc/net/flickcurl/Makefile:1.21 --- pkgsrc/net/flickcurl/Makefile:1.20 Mon Jan 1 21:18:47 2018 +++ pkgsrc/net/flickcurl/Makefile Mon Jan 8 18:37:49 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2018/01/01 21:18:47 adam Exp $ +# $NetBSD: Makefile,v 1.21 2018/01/08 18:37:49 jakllsch Exp $ DISTNAME= flickcurl-1.26 PKGREVISION= 6 @@ -14,6 +14,13 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc +# XXX: package is installed and then fails in the installation phase. +CONFIGURE_ENV+= ac_cv_prog_GTKDOC_CHECK= \ + ac_cv_path_GTKDOC_CHECK_PATH= \ + ac_cv_path_GTKDOC_REBASE= \ + ac_cv_path_GTKDOC_MKPDF= + .include "../../www/curl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/raptor2/buildlink3.mk" --_----------=_151543666988310--