diff options
author | sem <sem@FreeBSD.org> | 2005-02-09 09:38:44 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-09 09:38:44 +0000 |
commit | f44b183830a4ec5f0d73d1b944bb48914b1910aa (patch) | |
tree | 000ba064f2346def9430ae5890b6ca8a7737dd09 /editors/xemacs/files | |
parent | 700f140ec8aea2e1de6cd4183f1560e147bf547c (diff) | |
download | FreeBSD-ports-f44b183830a4ec5f0d73d1b944bb48914b1910aa.zip FreeBSD-ports-f44b183830a4ec5f0d73d1b944bb48914b1910aa.tar.gz |
- Update port to 21.4.17 "Jumbo Shrimp".
- Sync up Motif selection algorithm with xemacs21-mule port.
- Remove GTK support for now, it was commented out and it does not work well.
- General Makefile cleanup
- Unbreak on sparc64
PR: ports/77291
Submitted by: Pawel Worach <pawel.worach(at)telia.com>
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r-- | editors/xemacs/files/patch-ai | 20 | ||||
-rw-r--r-- | editors/xemacs/files/patch-ak | 17 |
2 files changed, 0 insertions, 37 deletions
diff --git a/editors/xemacs/files/patch-ai b/editors/xemacs/files/patch-ai deleted file mode 100644 index c918816..0000000 --- a/editors/xemacs/files/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ ---- lib-src/fakemail.c.orig Tue Mar 23 22:09:58 1999 -+++ lib-src/fakemail.c Tue Mar 23 22:12:20 1999 -@@ -157,9 +157,17 @@ - extern char *malloc (), *realloc (); - #endif - -+#if defined(__FreeBSD_version) && __FreeBSD_version >= 400000 -+#define CURRENT_USER -+#endif -+ - #ifdef CURRENT_USER - extern struct passwd *getpwuid (); -+#if defined(__FreeBSD_version) && __FreeBSD_version >= 400000 -+extern uid_t geteuid (); -+#else - extern unsigned short geteuid (); -+#endif - static struct passwd *my_entry; - #define cuserid(s) \ - (my_entry = getpwuid (((int) geteuid ())), \ diff --git a/editors/xemacs/files/patch-ak b/editors/xemacs/files/patch-ak deleted file mode 100644 index 1284f82..0000000 --- a/editors/xemacs/files/patch-ak +++ /dev/null @@ -1,17 +0,0 @@ ---- ./src/unexelf.c~ Sun Aug 15 03:29:56 1999 -+++ ./src/unexelf.c Tue Nov 2 10:24:55 1999 -@@ -515,6 +515,14 @@ - # include <sys/exec_elf.h> - #endif - -+#if defined(__FreeBSD__) && (defined(__alpha__) || defined(__amd64__)) -+# ifdef __STDC__ -+# define ElfW(type) Elf64_##type -+# else -+# define ElfW(type) Elf64_/**/type -+# endif -+#endif -+ - #if __GNU_LIBRARY__ - 0 >= 6 - # include <link.h> /* get ElfW etc */ - #endif |