diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-08-28 04:25:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-08-28 04:25:28 +0000 |
commit | 3caf74032ccaa2d39be32511e89bdf59cbb23385 (patch) | |
tree | ccca2342ed9e54797d6faec6027bbd0e5c89cd07 /mail/vm | |
parent | 036033d84cb8537774e9437bd2b64152b1147fd5 (diff) | |
download | pkgsrc-3caf74032ccaa2d39be32511e89bdf59cbb23385.tar.gz |
Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
Diffstat (limited to 'mail/vm')
-rw-r--r-- | mail/vm/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/vm/distinfo b/mail/vm/distinfo index f0fec4ac4b7..c0053e1a2d2 100644 --- a/mail/vm/distinfo +++ b/mail/vm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2005/02/24 09:59:30 agc Exp $ +$NetBSD: distinfo,v 1.15 2005/08/28 04:25:30 uebayasi Exp $ -SHA1 (vm-7.17.tar.gz) = 18504d06ba448b8f580aa9d3c240e9d734f6d45c -RMD160 (vm-7.17.tar.gz) = 593f4e3887457380c0cf6c59b7831bdca5de2404 -Size (vm-7.17.tar.gz) = 380404 bytes +SHA1 (vm-7.19.tar.gz) = 0fe9012b8988ebdec7641f48aca0ef365549c590 +RMD160 (vm-7.19.tar.gz) = 7a28c0a096f1f8093cffb9fc621cd270dd67b432 +Size (vm-7.19.tar.gz) = 381658 bytes SHA1 (patch-aa) = 7b8e9b8bcc1c03604fc0d2a81683754b823dc7a6 SHA1 (patch-ab) = 51ea93e4b4066fbab7e75d03bea2cffd20c85440 |