Received: by mail.netbsd.org (Postfix, from userid 605) id 2AA4684EA9; Sun, 18 Sep 2022 12:49:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AD5684DB9 for ; Sun, 18 Sep 2022 12:49:02 +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 gCoWM1mi7BWR for ; Sun, 18 Sep 2022 12:49:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B12DE84CD9 for ; Sun, 18 Sep 2022 12:49:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE441FA90; Sun, 18 Sep 2022 12:49:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166350534111810" MIME-Version: 1.0 Date: Sun, 18 Sep 2022 12:49:01 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/cad/gerbv To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220918124901.AE441FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166350534111810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Sep 18 12:49:01 UTC 2022 Modified Files: pkgsrc/cad/gerbv: Makefile Log Message: gerbv: Add explicit dependency on update-desktop-database now that it's no longer implicit. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/cad/gerbv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166350534111810 Content-Disposition: inline Content-Length: 800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/gerbv/Makefile diff -u pkgsrc/cad/gerbv/Makefile:1.76 pkgsrc/cad/gerbv/Makefile:1.77 --- pkgsrc/cad/gerbv/Makefile:1.76 Wed Dec 8 16:03:24 2021 +++ pkgsrc/cad/gerbv/Makefile Sun Sep 18 12:49:01 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2021/12/08 16:03:24 adam Exp $ +# $NetBSD: Makefile,v 1.77 2022/09/18 12:49:01 nia Exp $ # DISTNAME= gerbv-2.6.2 @@ -21,6 +21,7 @@ PLIST_SUBST+= PKGNAME_NOREV=${PKGNAME_NO .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_166350534111810--