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-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. |
2008-03-03 19:25:53 by Johnny C. Lam | Files touched by this commit (33) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |
2007-07-05 20:21:20 by John Nemeth | Files touched by this commit (2) |
Log message: cjones@ is no longer a developer |
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message: Rename variable MAKEFILE to MAKE_FILE. |
2006-07-21 16:27:56 by Johnny C. Lam | Files touched by this commit (13) |
Log message: "BUILD_ENV" was misnamed. It's actually the environment that is passed to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}. |
2006-03-11 00:58:47 by Roland Illig | Files touched by this commit (2) |
Log message: Fixed pkglint warnings. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-10-24 21:32:01 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed pkglint warnings by replacing PKG_JVM with PKG_DEFAULT_JVM and "# set" with "yes". |