tech-pkg archive

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

editors/emacs27



I am not sure where we stand on cutting the next release, so this is perhaps best committed after that, especially since I cannot check this.  However, in case people want it sooner or it should be discussed, here is a patch I expect to be necessary.

The same bits are there for the default build and were added later for Darwin (e.g., see PLIST.cocoa 1.2 and options.mk 1.3).  I expect the same is needed for GNUstep.

Cheers,
Brook

Index: PLIST.gnustep
===================================================================
RCS file: /cvsroot/pkgsrc/editors/emacs27/PLIST.gnustep,v
retrieving revision 1.1
diff -u -r1.1 PLIST.gnustep
--- PLIST.gnustep	12 Aug 2020 14:14:48 -0000	1.1
+++ PLIST.gnustep	31 Dec 2020 15:19:19 -0000
@@ -1,5 +1,6 @@
 @comment $NetBSD: PLIST.gnustep,v 1.1 2020/08/12 14:14:48 ryoon Exp $
 share/GNUstep/Local/Applications/Emacs.app/Emacs
+share/GNUstep/Local/Applications/Emacs.app/Emacs.pdmp
 share/GNUstep/Local/Applications/Emacs.app/Resources/Emacs.desktop
 share/GNUstep/Local/Applications/Emacs.app/Resources/Info-gnustep.plist
 share/GNUstep/Local/Applications/Emacs.app/Resources/emacstiff
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/editors/emacs27/options.mk,v
retrieving revision 1.3
diff -u -r1.3 options.mk
--- options.mk	21 Oct 2020 10:51:58 -0000	1.3
+++ options.mk	31 Dec 2020 15:19:19 -0000
@@ -184,6 +184,7 @@
 APPLICATIONS_DIR=	share/GNUstep/Local/Applications
 PLIST_SRC+=		PLIST.gnustep
 CHECK_WRKREF_SKIP+=	share/GNUstep/Local/Applications/Emacs.app/Emacs
+CHECK_WRKREF_SKIP+=	share/GNUstep/Local/Applications/Emacs.app/Emacs.pdmp
 .  endif
 # more args for nextstep
 CONFIGURE_ARGS+=	--without-x



Home | Main Index | Thread Index | Old Index