Received: by mail.netbsd.org (Postfix, from userid 605) id 1BA6884D21; Thu, 29 Apr 2021 09:12:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5289784D1C for ; Thu, 29 Apr 2021 09:12:45 +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 CuP6OiISVIqD for ; Thu, 29 Apr 2021 09:12:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A10C284D12 for ; Thu, 29 Apr 2021 09:12:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93CA1FA95; Thu, 29 Apr 2021 09:12:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619687564223330" MIME-Version: 1.0 Date: Thu, 29 Apr 2021 09:12:44 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/net/libgdata To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210429091244.93CA1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619687564223330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Thu Apr 29 09:12:44 UTC 2021 Modified Files: pkgsrc/net/libgdata: Makefile Log Message: libgdata: Remove unnecessary dependency on GConf GConf doesn't seem to be needed as the package doesn't install any schemas GConf itself has been deprecated for more than 8 years. If necessary, GConf should be replace with gsettings and dconf To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/libgdata/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619687564223330 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libgdata/Makefile diff -u pkgsrc/net/libgdata/Makefile:1.62 pkgsrc/net/libgdata/Makefile:1.63 --- pkgsrc/net/libgdata/Makefile:1.62 Wed Apr 21 13:24:13 2021 +++ pkgsrc/net/libgdata/Makefile Thu Apr 29 09:12:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2021/04/21 13:24:13 adam Exp $ +# $NetBSD: Makefile,v 1.63 2021/04/29 09:12:44 cirnatdan Exp $ DISTNAME= libgdata-0.16.1 PKGREVISION= 34 @@ -23,7 +23,6 @@ PKGCONFIG_OVERRIDE+= libgdata.pc.in #.include "options.mk" CONFIGURE_ARGS+= --disable-gnome -.include "../../devel/GConf/schemas.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.19.7 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.26.0 --_----------=_1619687564223330--