diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-24 21:32:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-24 21:32:47 +0000 |
commit | 98886c197a009570bb4ac56de7e40324116019fe (patch) | |
tree | 4dd591f4b2b3193605d1b44b030fafa110284d8c /editors/xemacs-current/distinfo | |
parent | 5ad39521ef4ac25f42f94fc1712a8d188238f64e (diff) | |
download | pkgsrc-98886c197a009570bb4ac56de7e40324116019fe.tar.gz |
Restructure the following packages:
editors/xemacs-current
editors/xemacs-current-nox11
The latter is now just editors/xemacs-current built with a specific set
of options. Changes include:
+ Rename the "xaw" option to "lucid" to match the option name used in
xemacs/options.mk. Also comment out the "esound" option which isn't
fully supported yet. Add some comments to the options.mk file to
make it a little easier to understand.
XXX Should probably add a pgsql option as this version of XEmacs has
XXX some sort of PostgreSQL support. Also need to sort out native
XXX sound support.
+ Remove Makefile.common and move all logic into xemacs-current/Makefile
and xemacs-current/options.mk.
+ As of version 21.5, xemacs switched to using GNU autoconf, so set
GNU_CONFIGURE=yes.
+ Include termcap.buildlink3.mk to properly deal with termcap/curses
issues (xemacs needs termcap). Drop the --without-ncurses setting
as the issue is handled by termcap.buildlink3.mk.
+ Be slightly more aware of ${X11_TYPE} == "modular" by not referring to
${X11BASE} in that case.
+ Include buildlink3.mk files for zlib and gettext, which are detected
automatically if they're in the base system. Gettext is needed for
MULE support.
+ In the Makefile and the PLIST, don't substitute for ${EMACSVER}.
Instead substitute for ${DISTNAME} so the PLIST looks closer to
xemacs/PLIST.
+ Add patch-al which handles a difference between bmake and gmake in
using $< in a makefile target.
+ Support DESTDIR installation by adding INSTALL_MAKE_FLAGS to override
where files are installed during the install phase.
+ Honor PKGMANDIR.
+ Bump the PKGREVISION for xemacs-current and xemacs-current-nox11 to 1.
Both packages now track and use the same PKGREVISION number.
Diffstat (limited to 'editors/xemacs-current/distinfo')
-rw-r--r-- | editors/xemacs-current/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs-current/distinfo b/editors/xemacs-current/distinfo index 129253412ac..8b05efcd823 100644 --- a/editors/xemacs-current/distinfo +++ b/editors/xemacs-current/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2007/06/30 17:59:03 joerg Exp $ +$NetBSD: distinfo,v 1.20 2008/04/24 21:32:47 jlam Exp $ SHA1 (xemacs-21.5.27.tar.gz) = 55fc3e9c8fe3cac92791ffe1a0870aeae1baf0b8 RMD160 (xemacs-21.5.27.tar.gz) = ee0caff8730c999d37aa3a19b19f23d5756837ad @@ -14,3 +14,4 @@ SHA1 (patch-ah) = 53d806344f2429d26ee8a10005d1087d84fb0321 SHA1 (patch-ai) = ed24c7c0cc802386c0293c34842882d5ec770426 SHA1 (patch-aj) = aeebaec687a1ea2974d909404938fc060d5df75f SHA1 (patch-ak) = c8a3369efdd4af32b1a65cdb3d798724d63b3ed5 +SHA1 (patch-al) = 33000a300de6358c0ba3260708d6d625dcd625a2 |