diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-09 07:54:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-09 07:54:58 +0000 |
commit | 6d713b3afb32a00b445e05f336b9a25442461231 (patch) | |
tree | c5866f47e63657413f57cb576c2b1d3a510c8394 /editors/xemacs/Makefile | |
parent | a26fbaedb6ee85b6f049f487b54f10666c43b02e (diff) | |
download | pkgsrc-6d713b3afb32a00b445e05f336b9a25442461231.tar.gz |
Update xemacs to 21.4.15. Approved by uebayasi@.
Changes in this version:
* etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15.
* etc/package-index.LATEST.gpg: New, replaces
`package-index.LATEST.pgp'.
* etc/package-index.LATEST.pgp: Removed, replaced with
`package-index.LATEST.gpg'.
* configure.in: The icc compiler pretends to be gcc. It isn't.
* etc/PACKAGES (ERC): new.
* configure.usage (--with-widgets): widgets now defaults to
--with-widgets=no. Patch inspired by Jim Schumacher.
* etc/PACKAGES (riece): New package.
* etc/PACKAGES (liece): Mark as deprecated.
* configure.in: Add Intel C++ compiler detection to compiler
version reporting.
* configure.in: record additional info about compiler and libc
versions, to assist in debugging.
* configure.in (line 3573):
(Mule input methods):
Deprecate Motif for Linux.
(Installation): Report when LessTif is used.
* configure.in: installexe.sh is under srcdir, not blddir.
* aclocal.m4: Add icc (Intel compiler) support.
* configure.in: Ditto.
* configure.in (OS_RELEASE): Add support for SunOS 5.10.
On current OSes produced by Sun, `uname -r' prints "5.9".
It seems likely that on future OSes, `uname -r' will print "5.10".
We need to accept multi-digit release numbers.
* PROBLEMS: Propose bash as an alternative to buggy Solaris
/bin/sh.
* configure.in: XEmacs failed to build on Solaris9.
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 349161c0ddd..73211e0f27d 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2004/02/09 07:16:13 minskim Exp $ +# $NetBSD: Makefile,v 1.69 2004/02/09 07:54:58 minskim Exp $ -DISTNAME= xemacs-21.4.14 -PKGREVISION= 1 +DISTNAME= xemacs-21.4.15 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.4/} DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES} |