diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-12-14 14:52:03 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-12-14 14:52:03 +0000 |
commit | 5f572b1190315fe5a7f1c56e345f9bc8b184679f (patch) | |
tree | 7b3d142373209a302324070098280a84475bfc2f /editors/emacs20/files/patch-ac | |
parent | emacs20 -> ports/editors/emacs20 (diff) |
Upgrade repository copy of emacs to emacs 20.2.
Notes
Notes:
svn path=/head/; revision=9073
Diffstat (limited to 'editors/emacs20/files/patch-ac')
-rw-r--r-- | editors/emacs20/files/patch-ac | 41 |
1 files changed, 13 insertions, 28 deletions
diff --git a/editors/emacs20/files/patch-ac b/editors/emacs20/files/patch-ac index 0c0a713b1c55..7b2aa2c74e65 100644 --- a/editors/emacs20/files/patch-ac +++ b/editors/emacs20/files/patch-ac @@ -1,29 +1,14 @@ ---- src/s/freebsd.h.orig Mon Jun 10 04:14:32 1996 -+++ src/s/freebsd.h Mon May 26 21:21:55 1997 -@@ -33,9 +33,16 @@ - - #define LIBS_DEBUG - #define LIBS_SYSTEM -lutil --#define LIBS_TERMCAP -ltermcap - #define LIB_GCC -lgcc - -+#ifdef HAVE_LIBNCURSES -+#define TERMINFO -+#define LIBS_TERMCAP -lncurses -+#else -+#define LIBS_TERMCAP -ltermcap -+#endif +--- man/widget.texi.orig Mon Oct 13 14:20:26 1997 ++++ man/widget.texi Mon Oct 13 14:21:25 1997 +@@ -3,6 +3,11 @@ + @c %**start of header + @setfilename ../info/widget + @settitle The Emacs Widget Library ++@dircategory The Emacs editor and associated tools ++@direntry ++* Widget: (widget). The Emacs Widget Library ++@end direntry + -+ - #define SYSV_SYSTEM_DIR - - /* freebsd has POSIX-style pgrp behavior. */ -@@ -80,6 +87,8 @@ - #define BSD 199103 - #elif __FreeBSD__ == 2 - #define BSD 199306 -+#elif __FreeBSD__ == 3 -+#define BSD 199506 - #endif - - #define WAITTYPE int + @iftex + @afourpaper + @headings double |