diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-06-03 14:36:50 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-06-03 14:36:50 +0000 |
commit | 23f3a4a8581cdabcfc22dbb9fefff7f9ed696b06 (patch) | |
tree | c99a2336f9e69091c7a86ca141f970f4ae14ef89 /editors/emacs23/files/patch-configure | |
parent | Fix a whole lot of C compiler warnings during the xvkbd build. (diff) |
- Update editors/emacs to 22.2.
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.
PR: 122783
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: keramida (maintainer timeout, 6 weeks)
Notes
Notes:
svn path=/head/; revision=214251
Diffstat (limited to 'editors/emacs23/files/patch-configure')
-rw-r--r-- | editors/emacs23/files/patch-configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/emacs23/files/patch-configure b/editors/emacs23/files/patch-configure deleted file mode 100644 index ea507e10728b..000000000000 --- a/editors/emacs23/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Feb 8 09:19:48 2008 -+++ configure Fri Feb 8 09:20:26 2008 -@@ -2204,6 +2204,7 @@ - opsys=freebsd - case "${canonical}" in - alpha*-*-freebsd*) machine=alpha ;; -+ arm*-*-freebsd*) machine=arm ;; - ia64-*-freebsd*) machine=ia64 ;; - sparc64-*-freebsd*) machine=sparc ;; - powerpc-*-freebsd*) machine=macppc ;; |