pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs27
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.
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
Home |
Main Index |
Thread Index |
Old Index