diff options
author | magick <magick@pkgsrc.org> | 2003-06-04 16:37:25 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2003-06-04 16:37:25 +0000 |
commit | 64b88bc8260267e2561b17376ae5d1a4fd892f6b (patch) | |
tree | 3a0b416bece74f67e8c15ceb394b4bbd19f28461 /editors | |
parent | d07ef416c0ee9f03e77c17d3b878fb4563d3bcbc (diff) | |
download | pkgsrc-64b88bc8260267e2561b17376ae5d1a4fd892f6b.tar.gz |
Update xemacs-current to 21.5.14
Changes:
Build
* Autoconf tweaks for building modules on MacOSX - James.
* GCC fixes in ellcc.c - James.
* Module Makefile fixes - Begel, James.
* Fix shadow warning in regex.c - James.
Documentation
* New TeXinfo node "Searching and Matching" - Turnbull.
* New section "Legacy Versions" in FAQ - Turnbull.
* New FAQ question Q8.0.1 - Turnbull.
* Update split-string specs in "Regexp Search" - Turnbull.
Internals
* Package index file updated - Koch.
* Add some debug checks in file-coding.c - Turnbull.
Lisp API
* Make error message report the sym checked in `autoload-featurep-protect-autoloads' - Turnbull.
* `split-string' tweaks - Turnbull.
* Make the location of the package-index file user customisable - Youngs.
* Turn on package-index file PGP verification - Youngs.
* Only use message if interactive for functions in replace.el - Josefsson.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/Makefile | 10 | ||||
-rw-r--r-- | editors/xemacs-current/PLIST | 3 | ||||
-rw-r--r-- | editors/xemacs-current/distinfo | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index a538614b1c4..c97205d2cbb 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.23 2003/06/02 14:05:03 abs Exp $ +# $NetBSD: Makefile,v 1.24 2003/06/04 16:37:25 magick Exp $ -DISTNAME= xemacs-21.5.13 +DISTNAME= xemacs-21.5.14 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} MAINTAINER= magick@netbsd.org HOMEPAGE= http://www.xemacs.org/ -COMMENT= *BETA* XEmacs text editor version 21.5.13 +COMMENT= *BETA* XEmacs text editor version 21.5.14 USE_BUILDLINK2= YES USE_X11= YES -PLIST_SUBST+= EMACSVER=xemacs-21.5-b13 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b13 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b14 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b14 .if (${MACHINE_ARCH} == "arm32") . include "../../mk/gcc.buildlink2.mk" diff --git a/editors/xemacs-current/PLIST b/editors/xemacs-current/PLIST index caa3ff19bbf..cc2fe35b685 100644 --- a/editors/xemacs-current/PLIST +++ b/editors/xemacs-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/05/16 18:11:35 magick Exp $ +@comment $NetBSD: PLIST,v 1.11 2003/06/04 16:37:25 magick Exp $ bin/${EMACSVER} bin/ellcc bin/gnuattach @@ -609,6 +609,7 @@ lib/${EMACSVER}/etc/recycle2.xpm lib/${EMACSVER}/etc/refcard.ps.gz lib/${EMACSVER}/etc/refcard.tex lib/${EMACSVER}/etc/sample.Xdefaults +lib/${EMACSVER}/etc/sample.Xresources lib/${EMACSVER}/etc/sample.init.el lib/${EMACSVER}/etc/sink.xbm lib/${EMACSVER}/etc/sparcworks/SW.Editor.xpm diff --git a/editors/xemacs-current/distinfo b/editors/xemacs-current/distinfo index 87bd5a0aa43..3189673ecc5 100644 --- a/editors/xemacs-current/distinfo +++ b/editors/xemacs-current/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2003/05/16 18:11:35 magick Exp $ +$NetBSD: distinfo,v 1.9 2003/06/04 16:37:25 magick Exp $ -SHA1 (xemacs-21.5.13.tar.gz) = 4ae665ed098d2cbf636e6ecf035185713afbecc6 -Size (xemacs-21.5.13.tar.gz) = 12941455 bytes +SHA1 (xemacs-21.5.14.tar.gz) = cd5e8ad5351f6b5a92e7077110968ae66efc0d41 +Size (xemacs-21.5.14.tar.gz) = 12954335 bytes SHA1 (patch-aa) = 48f0b47ff872338587b3118075e10413febf2639 SHA1 (patch-ab) = 62a968f19d1b2b9efc5f8c3cf3e612f6a1dc7df2 SHA1 (patch-ac) = 1ffaa2c5c425de6abd8f76d262762d21d8c7d0af |