2009-08-06 03:44:57 by Min Sik Kim | Files touched by this commit (67) |
Log message:
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
|
2009-08-05 09:57:17 by Min Sik Kim | Files touched by this commit (1) |
Log message:
misc/lookup can be built with emacs23.
|
2009-06-14 20:07:32 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-10-13 10:07:02 by Masao Uebayashi | Files touched by this commit (11) |
Log message:
Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not. Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build
time a lot.
|
2008-10-11 11:31:58 by Masao Uebayashi | Files touched by this commit (100) |
Log message:
Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users. Be DEPENDS to it. This should
address pkg/37146 by Aleksey Cheusov.
While here convert some emacs lisp packages to user-destdir.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-12-16 15:17:32 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Missing buildlink3.mk needed by skk. Pointed out by wiz.
|
2007-10-29 14:08:15 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Buildlink3'ify.
eblook is not a EmacsLisp package, so no ${EMACS_PKGNAME_PREFIX} should be there.
|
2007-02-20 13:47:12 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Update lookup to 1.4.1; bug fixes.
While here teach emacs22{,nox}.
|