diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-05 02:57:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-05 02:57:53 +0000 |
commit | 6b4453bd80dd8de57ebba0c68295eecb599dd52e (patch) | |
tree | de30bf5b312ff9f438e654b16a4368113c8aa0ca /editors/emacs-snapshot/patches | |
parent | bfbb952a4bef94e7c7a31080d7bc04c5d6ef6411 (diff) | |
download | pkgsrc-6b4453bd80dd8de57ebba0c68295eecb599dd52e.tar.gz |
Import the development version of emacs (23.0.94).
This package is based on emacs-current in pkgsrc-wip, which was
originally packaged by OBATA Akio.
Diffstat (limited to 'editors/emacs-snapshot/patches')
-rw-r--r-- | editors/emacs-snapshot/patches/patch-ab | 25 | ||||
-rw-r--r-- | editors/emacs-snapshot/patches/patch-ac | 13 |
2 files changed, 38 insertions, 0 deletions
diff --git a/editors/emacs-snapshot/patches/patch-ab b/editors/emacs-snapshot/patches/patch-ab new file mode 100644 index 00000000000..33c6655ca7e --- /dev/null +++ b/editors/emacs-snapshot/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,v 1.1.1.1 2009/06/05 02:57:57 minskim Exp $ + +--- configure.orig 2009-04-28 02:45:09.000000000 +0000 ++++ configure +@@ -1856,7 +1856,7 @@ archlibdir='${libexecdir}/emacs/${versio + docdir='${datadir}/emacs/${version}/etc' + gamedir='${localstatedir}/games/emacs' + +-gameuser=games ++gameuser=${GAMEOWN} + + + +@@ -9405,9 +9405,9 @@ if test "${HAVE_NS}" = yes; then + window_system=nextstep + with_xft=no + # set up packaging dirs +- exec_prefix=${ns_appbindir} +- libexecdir=${ns_appbindir}/libexec + if test "${EN_NS_SELF_CONTAINED}" = yes; then ++ exec_prefix=${ns_appbindir} ++ libexecdir=${ns_appbindir}/libexec + prefix=${ns_appresdir} + fi + fi diff --git a/editors/emacs-snapshot/patches/patch-ac b/editors/emacs-snapshot/patches/patch-ac new file mode 100644 index 00000000000..0cb9d6085ae --- /dev/null +++ b/editors/emacs-snapshot/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2009/06/05 02:57:57 minskim Exp $ + +--- Makefile.in 2009-05-04 01:13:20.000000000 +0000 ++++ Makefile.in +@@ -403,7 +403,7 @@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INP + install: all install-arch-indep install-arch-dep install-leim blessmail + @true + +-MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done ++MV_DIRS = for i in $$dir; do if test -e $$i ; then rm -fr `basename "$$i"` ; mv "$$i" . ; fi; done + + ### Install the executables that were compiled specifically for this machine. + ### It would be nice to do something for a parallel make |