2005-09-28 16:31:09 by Roland Illig | Files touched by this commit (41) |
Log message:
Removed trailing white-space.
|
2005-08-28 06:25:31 by Masao Uebayashi | Files touched by this commit (56) |
Log message:
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.
|
2005-02-23 18:15:14 by Alistair G. Crooks | Files touched by this commit (83) |
Log message:
Add RMD160 digests in addition to the SHA1 ones.
|
2004-05-08 15:35:20 by Masao Uebayashi | Files touched by this commit (9) |
Log message:
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
|
2003-08-29 18:20:56 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Remove extra "done" state ment in do-install target.
NetBSD 1.5.X's sh(1) dosen't allow it.
|
2003-07-21 18:44:39 by Martti Kuparinen | Files touched by this commit (9) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-04-17 03:11:10 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Fix a bogus installation mistake. From Kai Puolamaki <Kai dot
Puolamaki at iki at fi>. Bump revision.
|
2003-04-17 01:20:51 by SUNAGAWA Keiki | Files touched by this commit (3) |
Log message:
Pull in the diff against Mule-UCS-current and apply a part of it to
lisp/mucs-ccl.el to fix the bug which causes an error "Symbol's value as
variable is void: progn" when evaluating "(require 'un-define)" or
"(require 'jisx0213)".
bump PKGREVISION to 3.
|
2003-03-14 02:42:25 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Add an instruction to use Mule-UCS.
PR18604 by <hackerb9 at wongs dot net>
|