diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 | 
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 | 
| commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
| tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs22/files/patch-ae | |
| parent | Update pkg-message to match the current state of the default version (diff) | |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.
PR:	ports/24983
Notes
Notes:
    svn path=/head/; revision=104813
Diffstat (limited to 'editors/emacs22/files/patch-ae')
| -rw-r--r-- | editors/emacs22/files/patch-ae | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/editors/emacs22/files/patch-ae b/editors/emacs22/files/patch-ae deleted file mode 100644 index 82b5e69cad05..000000000000 --- a/editors/emacs22/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ ---- src/unexelf.c.orig	Fri Oct  2 12:55:43 1998 -+++ src/unexelf.c	Fri Oct  2 13:02:05 1998 -@@ -678,7 +678,8 @@ -   if (n < 0) -     fatal ("Couldn't find segment next to .bss in %s\n", old_name, 0); -  --  NEW_PROGRAM_H (n).p_filesz += new_data2_size; -+/*  NEW_PROGRAM_H (n).p_filesz += new_data2_size; */ -+  NEW_PROGRAM_H (n).p_filesz = new_bss_addr - NEW_PROGRAM_H (n).p_vaddr; /* From emacs 20.3 */ -   NEW_PROGRAM_H (n).p_memsz = NEW_PROGRAM_H (n).p_filesz; -  - #if 0 /* Maybe allow section after data2 - does this ever happen? */ -@@ -845,7 +846,9 @@ -  -       for (; symp < symendp; symp ++) - 	if (strcmp ((char *) (symnames + symp->st_name), "_end") == 0 --	    || strcmp ((char *) (symnames + symp->st_name), "_edata") == 0) -+	    || strcmp ((char *) (symnames + symp->st_name), "end") == 0 -+	    || strcmp ((char *) (symnames + symp->st_name), "_edata") == 0 -+	    || strcmp ((char *) (symnames + symp->st_name), "edata") == 0) - 	  memcpy (&symp->st_value, &new_bss_addr, sizeof (new_bss_addr)); -     } | 
