pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs27 emacs27: Skip cocoa-specific Emacs.pdm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c44f29d5f2d
branches:  trunk
changeset: 440904:4c44f29d5f2d
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Wed Oct 21 10:51:58 2020 +0000

description:
emacs27: Skip cocoa-specific Emacs.pdmp file from WRKREF check, too.

diffstat:

 editors/emacs27/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b5d7f6eb600b -r 4c44f29d5f2d editors/emacs27/options.mk
--- a/editors/emacs27/options.mk        Wed Oct 21 10:05:03 2020 +0000
+++ b/editors/emacs27/options.mk        Wed Oct 21 10:51:58 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index