2013-02-17 20:18:11 by David A. Holland | Files touched by this commit (90) |
Log message:
Revbump all elisp packages after emacs changes.
|
2012-11-04 05:26:03 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-10-04 05:09:25 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3".
|
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-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
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-11-26 14:25:07 by OBATA Akio | Files touched by this commit (1) |
Log message:
Update MASTER_SITES and HOMEPAGE, m17n.org does not have SEMI anymore.
|
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.
|