Received: by mail.netbsd.org (Postfix, from userid 605) id 69F2384D4D; Tue, 26 Dec 2017 14:35:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E613B84D3B for ; Tue, 26 Dec 2017 14:35:31 +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 G-YZwG2ki5P5 for ; Tue, 26 Dec 2017 14:35:31 +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 4853884D22 for ; Tue, 26 Dec 2017 14:35:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4231AFB40; Tue, 26 Dec 2017 14:35:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514298931183500" MIME-Version: 1.0 Date: Tue, 26 Dec 2017 14:35:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/libchamplain012 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171226143531.4231AFB40@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. --_----------=_1514298931183500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Dec 26 14:35:31 UTC 2017 Modified Files: pkgsrc/geography/libchamplain012: Makefile Log Message: libchamplain012: Fix build by not depending on gtk-doc. Addresses PR 52863 by John D. Baker. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/libchamplain012/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514298931183500 Content-Disposition: inline Content-Length: 1124 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/libchamplain012/Makefile diff -u pkgsrc/geography/libchamplain012/Makefile:1.12 pkgsrc/geography/libchamplain012/Makefile:1.13 --- pkgsrc/geography/libchamplain012/Makefile:1.12 Thu Nov 30 16:45:03 2017 +++ pkgsrc/geography/libchamplain012/Makefile Tue Dec 26 14:35:31 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/11/30 16:45:03 adam Exp $ +# $NetBSD: Makefile,v 1.13 2017/12/26 14:35:31 wiz Exp $ DISTNAME= libchamplain-0.12.10 PKGNAME= libchamplain012-0.12.10 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config -CONFIGURE_ARGS+=--enable-gtk-doc +CONFIGURE_ARGS+=--disable-gtk-doc CONFIGURE_ARGS+=--enable-memphis PKGCONFIG_OVERRIDE+= champlain-gtk.pc.in @@ -28,6 +28,6 @@ PKGCONFIG_OVERRIDE+= champlain.pc.in .include "../../graphics/clutter/buildlink3.mk" .include "../../graphics/clutter-gtk/buildlink3.mk" .include "../../net/libsoup/buildlink3.mk" -.include "../../textproc/gtk-doc/buildlink3.mk" +#.include "../../textproc/gtk-doc/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1514298931183500--