pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xemacs-current/patches
Module Name: pkgsrc
Committed By: hauke
Date: Wed Nov 15 15:01:36 UTC 2017
Added Files:
pkgsrc/editors/xemacs-current/patches: patch-src_Makefile.in.in
Removed Files:
pkgsrc/editors/xemacs-current/patches: patch-an
Log Message:
Upgrade to XEmacs 21.5.34
Deal with bulk build namespace intrusion.
Was patch-an
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/xemacs-current/patches/patch-an
cvs rdiff -u -r0 -r1.1 \
pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in
diff -u /dev/null pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in:1.1
--- /dev/null Wed Nov 15 15:01:36 2017
+++ pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in Wed Nov 15 15:01:36 2017
@@ -0,0 +1,40 @@
+$NetBSD: patch-src_Makefile.in.in,v 1.1 2017/11/15 15:01:36 hauke Exp $
+
+Deal with bulk build namespace intrusion.
+
+Was patch-an
+
+--- src/Makefile.in.in.orig 2013-08-21 17:43:45.000000000 +0000
++++ src/Makefile.in.in
+@@ -437,10 +437,10 @@ RAW_EXE = temacs
+ DO_TEMACS = $(DUMPENV) ./$(RAW_EXE)
+ DO_XEMACS = ./$(PROGNAME)
+
+-BATCH = -no-packages -batch
++MY_BATCH = -no-packages -batch
+ BATCH_PACKAGES = -vanilla -batch
+-TEMACS_BATCH = $(DO_TEMACS) -nd $(BATCH)
+-XEMACS_BATCH = $(DO_XEMACS) $(BATCH)
++TEMACS_BATCH = $(DO_TEMACS) -nd $(MY_BATCH)
++XEMACS_BATCH = $(DO_XEMACS) $(MY_BATCH)
+ XEMACS_BATCH_PACKAGES = $(DO_XEMACS) $(BATCH_PACKAGES)
+ temacs_loadup_args = -l $(LISP)/loadup.el
+ dump_temacs_args = $(temacs_loadup_args) dump
+@@ -644,7 +644,7 @@ load-shadows: update-elc-2
+
+ release: all
+ -if [ -w $(LISP) ]; then \
+- w=`pwd`; cd $(SRC) && $$w/$(RAW_EXE) -nd $(BATCH) -l $(LISP)/inc-vers; \
++ w=`pwd`; cd $(SRC) && $$w/$(RAW_EXE) -nd $(MY_BATCH) -l $(LISP)/inc-vers; \
+ else true; fi
+ -$(dump_temacs)
+ touch release
+@@ -931,7 +931,7 @@ run-rtcmacs: rtcmacs
+ ignore POLL; \
+ check -access; \
+ suppress rui; \
+- runargs -nd $(BATCH) $(run_temacs_args) -vanilla; \
++ runargs -nd $(MY_BATCH) $(run_temacs_args) -vanilla; \
+ run' rtcmacs
+
+ debug-temacs: $(RAW_EXE)
Home |
Main Index |
Thread Index |
Old Index