diff options
author | magick <magick> | 2004-11-25 18:09:06 +0000 |
---|---|---|
committer | magick <magick> | 2004-11-25 18:09:06 +0000 |
commit | 6f98ef9020a2a4a08e0faacf5d2fd9858edf1608 (patch) | |
tree | ffd172f4dd778fd9d3dcd7354e0f1e65f78431be /editors/xemacs-current/Makefile | |
parent | 7adc78ac7844158de4a89a3caa8c27a7b1014b5f (diff) | |
download | pkgsrc-6f98ef9020a2a4a08e0faacf5d2fd9858edf1608.tar.gz |
Update xemacs-current to 21.5.18
From the Releasenotes:
Relative to XEmacs 21.5.17 "chayote", "chestnut" has Jerry James's new
bignum support. You can now keep track of the U.S. national debt to
the penny, or count to Avogadro's number by ones! Speaking of really
big numbers, Malcolm Purvis has one in mind: "two". To GTK+ fans,
that's an awfully big number. It's not here yet, but Malcolm has put
in a lot of patches, and a port to GTK+ v2 could start soon. Jerry
James has started using the Uno code checker to clean up unused
variables and other ugliness. Completion of the portable dumper
project is in sight, as Olivier Galibert has contributed code to
attach the dumpfile to the executable.
A large number of contributors have provided the usual assortment of
bug fixes and feature additions, small and large.
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 e560f53937d..e9f84ef5147 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.40 2004/10/03 00:14:39 tv Exp $ +# $NetBSD: Makefile,v 1.41 2004/11/25 18:09:06 magick Exp $ -DISTNAME= xemacs-21.5.17 -PKGREVISION= 1 +DISTNAME= xemacs-21.5.18 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.17 +COMMENT= *BETA* XEmacs text editor version 21.5.18 USE_BUILDLINK3= YES USE_X11= YES BUILD_DEFS+= XEMACS_WIDGETS XEMACS_ESD USE_OPENLDAP USE_XFACE XEMACS_USE_CANNA -PLIST_SUBST+= EMACSVER=xemacs-21.5-b17 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b17 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b18 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b18 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 |