2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-12-17 14:11:10 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Modify DEPENDS so that not to install w3m when w3m-img is installed.
This fix is provided in PR pkg/38459 by Hiroyuki Bessho.
Increment PKGREVISION for each emacs-w3m and emacs-w3m-snapshot.
|
2009-08-09 21:35:12 by Tonnerre Lombard | Files touched by this commit (1) |
Log message:
Convert second line of EMACS_VERSIONS_ACCEPTED to acceptable syntax.
|
2009-08-04 22:45:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
emacs-w3m does not work with emacs>=23.
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
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.
|
2009-03-09 16:05:31 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
_EMACS_VERSION_NOREV is no more. Use _EMACS_VERSION_MAJOR.
Pointed out & patch submitted by Aleksey Cheusov. Thanks!
|
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-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|