diff options
| author | Boris Samorodov <bsam@FreeBSD.org> | 2009-02-02 12:15:44 +0000 |
|---|---|---|
| committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-02-02 12:15:44 +0000 |
| commit | 6f2bb26c309296263a991427cd550297663dabe0 (patch) | |
| tree | ae9bc91b3c73babaf904218c057f5f9a27e71d13 /editors/emacs-devel/files | |
| parent | - switch to USE_TCL infrastructure (diff) | |
Emacs pretest 23.0.90 is now available:
http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html
PR: ports/131275
Submitted by: keramida (maintainer)
Diffstat (limited to 'editors/emacs-devel/files')
| -rw-r--r-- | editors/emacs-devel/files/patch-Makefile.in | 10 | ||||
| -rw-r--r-- | editors/emacs-devel/files/patch-src-alloc.c | 15 |
2 files changed, 5 insertions, 20 deletions
diff --git a/editors/emacs-devel/files/patch-Makefile.in b/editors/emacs-devel/files/patch-Makefile.in index 4251ca05271a..eb25559d5936 100644 --- a/editors/emacs-devel/files/patch-Makefile.in +++ b/editors/emacs-devel/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2008-12-09 19:27:59.000000000 +0200 -+++ Makefile.in 2008-12-09 19:25:19.000000000 +0200 -@@ -444,14 +444,6 @@ +--- Makefile.in.orig Mon Feb 02 04:32:35 2009 +0200 ++++ Makefile.in Mon Feb 02 04:22:03 2009 +0200 +@@ -451,14 +451,6 @@ install-arch-indep: mkdir info install-etc -set ${COPYDESTS} ; \ @@ -15,7 +15,7 @@ mkdir ${COPYDESTS} ; \ chmod ugo+rx ${COPYDESTS} ; \ unset CDPATH; \ -@@ -552,9 +544,9 @@ +@@ -559,9 +551,9 @@ cd ${srcdir}/info ; \ for elt in $(INFO_FILES); do \ test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \ @@ -28,7 +28,7 @@ done; \ done); \ else true; fi -@@ -565,7 +557,7 @@ +@@ -572,7 +564,7 @@ for elt in $(INFO_FILES); do \ test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \ (cd $${thisdir}; \ diff --git a/editors/emacs-devel/files/patch-src-alloc.c b/editors/emacs-devel/files/patch-src-alloc.c index 408581bc67b9..e69de29bb2d1 100644 --- a/editors/emacs-devel/files/patch-src-alloc.c +++ b/editors/emacs-devel/files/patch-src-alloc.c @@ -1,15 +0,0 @@ ---- src/alloc.c.orig 2008-12-09 19:27:59.000000000 +0200 -+++ src/alloc.c 2008-12-09 19:25:42.000000000 +0200 -@@ -4488,8 +4488,12 @@ - needed on ia64 too. See mach_dep.c, where it also says inline - assembler doesn't work with relevant proprietary compilers. */ - #ifdef __sparc__ -+#ifdef __sparc64__ -+ asm ("flushw"); -+#else - asm ("ta 3"); - #endif -+#endif - - /* Save registers that we need to see on the stack. We need to see - registers used to hold register variables and registers used to |
