diff options
author | magick <magick> | 2004-04-04 16:12:01 +0000 |
---|---|---|
committer | magick <magick> | 2004-04-04 16:12:01 +0000 |
commit | f086884185835d265e5195a2cadfe329d34b9f0f (patch) | |
tree | eb1de299b6d9e3ed25b3ebcbcbc8941965af1803 /editors/xemacs-current/Makefile | |
parent | 96992249589552393a82322f89a91b7cd993f8ea (diff) | |
download | pkgsrc-f086884185835d265e5195a2cadfe329d34b9f0f.tar.gz |
Update xemacs to 21.5.17:
* XEmacs 21.5.17 "chayote" is released.
"chayote" is the eighteenth in the OXYMORON series.
The main purpose of the "chayote" release is to provide a checkpoint
before upcoming major changes. Bignum (infinite precision integer)
support and Xft (including antialiasing) support are expected to be
added in the near future.
Relative to XEmacs 21.5.16 "celeriac", "chayote" has many improvements
in module support from Jerry James, and improved package management
from Steve Youngs. Steve Youngs also ported the "lazy" widget support
from GNU Emacs 21.3, and Jerry James synched frame and window support.
A number of annoying crashes in GTK, in X11 dialogs, and in the
bytecode interpreter were fixed, but several crashes remain.
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r-- | editors/xemacs-current/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index d280dc762c0..fe5480e23e1 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.36 2004/02/09 07:16:13 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2004/04/04 16:12:01 magick Exp $ -DISTNAME= xemacs-21.5.16 -PKGREVISION= 1 +DISTNAME= xemacs-21.5.17 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.16 +COMMENT= *BETA* XEmacs text editor version 21.5.17 USE_BUILDLINK2= YES USE_X11= YES BUILD_DEFS+= XEMACS_WIDGETS XEMACS_ESD USE_LDAP USE_XFACE XEMACS_USE_CANNA -PLIST_SUBST+= EMACSVER=xemacs-21.5-b16 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b16 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b17 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b17 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 |