pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xemacs-current/patches Upgrade to XEmacs 21.5.34
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f4e04bd022b
branches: trunk
changeset: 371578:9f4e04bd022b
user: hauke <hauke%pkgsrc.org@localhost>
date: Wed Nov 15 14:49:32 2017 +0000
description:
Upgrade to XEmacs 21.5.34
Prefix {c,e}tags to avoid conflicts.
Was patch-aa
diffstat:
editors/xemacs-current/patches/patch-Makefile.in.in | 42 +++++++++++++++++++++
editors/xemacs-current/patches/patch-aa | 20 ----------
2 files changed, 42 insertions(+), 20 deletions(-)
diffs (70 lines):
diff -r 6d49f843ce82 -r 9f4e04bd022b editors/xemacs-current/patches/patch-Makefile.in.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xemacs-current/patches/patch-Makefile.in.in Wed Nov 15 14:49:32 2017 +0000
@@ -0,0 +1,42 @@
+$NetBSD: patch-Makefile.in.in,v 1.1 2017/11/15 14:49:32 hauke Exp $
+
+Prefix {c,e}tags to avoid conflicts.
+
+was patch-aa
+
+--- Makefile.in.in.orig 2013-08-21 17:45:17.000000000 +0000
++++ Makefile.in.in
+@@ -407,7 +407,7 @@ install-arch-dep: mkdir
+ fi; \
+ ${INSTALL_DATA} lib-src/config.values $(DESTDIR)${docdir}/config.values; \
+ ${INSTALL_DATA} lib-src/DOC $(DESTDIR)${docdir}/DOC; \
+- for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \
++ for subdir in `find $(DESTDIR)${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \
+ do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
+ else true; fi
+ #if (defined(PDUMP) && !defined (DUMP_IN_EXEC)) || (defined (PDUMP) && defined(WIN32_NATIVE))
+@@ -430,7 +430,8 @@ install-arch-dep: mkdir
+ # endif /* CYGWIN */
+ #endif /* WIN32_NATIVE */
+ #ifdef HAVE_SHLIB
+- $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.* $(DESTDIR)$(moduledir)
++ $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.el $(DESTDIR)$(moduledir)
++ $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.elc $(DESTDIR)$(moduledir)
+ #endif
+
+ install-arch-indep: mkdir info
+@@ -471,8 +472,12 @@ install-arch-indep: mkdir info
+ fi
+ cd ${srcdir}/etc && \
+ for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \
+- ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 $(DESTDIR)${mandir}/$${page}${manext} ; \
+- chmod 0644 $(DESTDIR)${mandir}/$${page}${manext} ; \
++ if [ $${page} = etags ] || [ $${page} = ctags ] ; \
++ then \
++ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 $(DESTDIR)${mandir}/xemacs-$${page}${manext} ; \
++ else \
++ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 $(DESTDIR)${mandir}/$${page}${manext} ; \
++ fi \
+ done
+ @echo "If you would like to save approximately 4M of disk space, do"
+ @echo "make gzip-el"
diff -r 6d49f843ce82 -r 9f4e04bd022b editors/xemacs-current/patches/patch-aa
--- a/editors/xemacs-current/patches/patch-aa Wed Nov 15 14:46:31 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2006/09/04 09:20:51 martin Exp $
-
---- Makefile.in.in.orig 2005-12-31 13:41:23.000000000 +0100
-+++ Makefile.in.in 2006-08-30 17:24:05.000000000 +0200
-@@ -462,8 +462,13 @@
- fi
- cd ${srcdir}/etc && \
- for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \
-- ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
-- chmod 0644 ${mandir}/$${page}${manext} ; \
-+ if [ $${page} = etags ] || [ $${page} = ctags ] ; \
-+ then \
-+ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/xemacs-$${page}${manext} ; \
-+ else \
-+ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
-+ fi \
-+
- done
- @echo "If you would like to save approximately 4M of disk space, do"
- @echo "make gzip-el"
Home |
Main Index |
Thread Index |
Old Index