2015-04-05 22:09:05 by John Nemeth | Files touched by this commit (1) |
Log message: elscreen is an old unmaintained package that doesn't work with emacs >= 24. Approved By: uebayasi@ |
2015-03-26 17:02:08 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: navi2ch is gone. Bump revision. |
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. |
2011-04-14 20:20:56 by Hans Rosenfeld | Files touched by this commit (1) |
Log message: Fix some dependencies for emacs 23. For mail/wl and www/emacs-w3m, only the snapshot versions work with emacs 23, while lang/eieio and devel/semantic don't work at all. |
2009-04-09 00:55:07 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Use META_PACKAGE. |
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. |
2007-10-30 13:46:01 by David Sainty | Files touched by this commit (1) |
Log message: Somewhat overdue, add devel/doxymacs. Bump to 0.9. |
2007-10-29 14:27:55 by Masao Uebayashi | Files touched by this commit (1) |
Log message: Welcome to version 0.8: * Add misc/elscreen. * Fix build for Emacs 22. |
2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message: * If PLIST_SRC is explicitly set to an empty value in a package Makefile, then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty |
2007-10-25 19:50:03 by Johnny C. Lam | Files touched by this commit (85) |
Log message: Re-add "intentionally empty" PLISTs for meta-packages and other packages that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build. |