Received: by mail.netbsd.org (Postfix, from userid 605) id AD1A684D51; Sun, 24 Nov 2019 21:47:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3564584D37 for ; Sun, 24 Nov 2019 21:47:58 +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 js_jXPfFYDDF for ; Sun, 24 Nov 2019 21:47:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8E62B84D02 for ; Sun, 24 Nov 2019 21:47:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 884E3FA97; Sun, 24 Nov 2019 21:47:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157463207731450" MIME-Version: 1.0 Date: Sun, 24 Nov 2019 21:47:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/mate-control-center To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191124214757.884E3FA97@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. --_----------=_157463207731450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 24 21:47:57 UTC 2019 Modified Files: pkgsrc/x11/mate-control-center: Makefile Log Message: mate-control-center: remove libXxf86misc inclusion The configure script checks for it, but it's not actually used anywhere Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/mate-control-center/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157463207731450 Content-Disposition: inline Content-Length: 957 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-control-center/Makefile diff -u pkgsrc/x11/mate-control-center/Makefile:1.19 pkgsrc/x11/mate-control-center/Makefile:1.20 --- pkgsrc/x11/mate-control-center/Makefile:1.19 Mon Sep 9 12:59:06 2019 +++ pkgsrc/x11/mate-control-center/Makefile Sun Nov 24 21:47:57 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/09/09 12:59:06 nia Exp $ +# $NetBSD: Makefile,v 1.20 2019/11/24 21:47:57 wiz Exp $ -PKGREVISION= 2 +PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-control-center-${VERSION:R}.1 @@ -44,7 +44,6 @@ CONF_FILES+= ${PREFIX}/share/examples/${ .include "../../x11/libXi/buildlink3.mk" .include "../../x11/libXcursor/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" -.include "../../x11/libXxf86misc/buildlink3.mk" .include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../x11/libICE/buildlink3.mk" .include "../../databases/shared-mime-info/mimedb.mk" --_----------=_157463207731450--