Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CCCEA1A923E for ; Wed, 21 Oct 2020 10:52:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4439E84D45; Wed, 21 Oct 2020 10:52:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAC7C84D45 for ; Wed, 21 Oct 2020 10:51:59 +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 MjbZvUK7JV-q for ; Wed, 21 Oct 2020 10:51:59 +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 1EC1584D22 for ; Wed, 21 Oct 2020 10:51:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18C3BFB28; Wed, 21 Oct 2020 10:51:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160327751996020" MIME-Version: 1.0 Date: Wed, 21 Oct 2020 10:51:59 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/editors/emacs27 To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20201021105159.18C3BFB28@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. --_----------=_160327751996020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kleink Date: Wed Oct 21 10:51:59 UTC 2020 Modified Files: pkgsrc/editors/emacs27: options.mk Log Message: emacs27: Skip cocoa-specific Emacs.pdmp file from WRKREF check, too. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs27/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160327751996020 Content-Disposition: inline Content-Length: 799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/emacs27/options.mk diff -u pkgsrc/editors/emacs27/options.mk:1.2 pkgsrc/editors/emacs27/options.mk:1.3 --- pkgsrc/editors/emacs27/options.mk:1.2 Sun Aug 23 20:12:34 2020 +++ pkgsrc/editors/emacs27/options.mk Wed Oct 21 10:51:58 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2020/08/23 20:12:34 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2020/10/21 10:51:58 kleink Exp $ ### Set options PKG_OPTIONS_VAR= PKG_OPTIONS.emacs @@ -177,6 +177,7 @@ CONFIGURE_ARGS+= --with-x-toolkit=motif APPLICATIONS_DIR= Applications PLIST_SRC+= PLIST.cocoa CHECK_WRKREF_SKIP+= Applications/Emacs.app/Contents/MacOS/Emacs +CHECK_WRKREF_SKIP+= Applications/Emacs.app/Contents/MacOS/Emacs.pdmp . else .include "../../x11/gnustep-gui/buildlink3.mk" MAKE_FILE= Makefile --_----------=_160327751996020--