Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -1/+1 | |
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk | |||||
2003-08-18 | XEmacs is 21.4, not 21.1. | minoura | 1 | -2/+2 | |
2003-04-24 | Fix typo with use of _EMACS_VERSION_FIRSTACCEPTED | jmc | 1 | -2/+2 | |
2003-04-11 | Our XEmacs stable version is 21.4.x. | uebayasi | 1 | -10/+10 | |
2003-04-11 | Reflect the Emacs/Leim 20/21 move. | uebayasi | 1 | -6/+6 | |
2003-01-25 | Skip if no valid Emacs version found. For bulk builds. | uebayasi | 1 | -3/+3 | |
2002-12-23 | Better use '-[0-9]*' than '-*' for wildcard conflicts registration. | seb | 1 | -3/+3 | |
2002-12-17 | let it recognize emacs-nox11, patch submitted by Hiramatsu Yoshifumi | drochner | 1 | -5/+25 | |
per PR pkg/19147, with a small variable name change by me (emacs21-nox11->emacs21nox) | |||||
2002-12-07 | Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrc | schmonz | 1 | -3/+3 | |
can stop builds when a dependency is broken, yet continue builds when a dependency is merely skipped (usually because it duplicates functionality in the base system). Thus IGNORE_FAIL, the oft-misunderstood and naught-documented option, goes away. This addresses many people's complaints on tech-pkg@ and other lists, as well as PR pkg/18157. | |||||
2002-11-27 | * EMACS_VERSION_ACCEPTED -> EMACS_VERSIONS_ACCEPTED | uebayasi | 1 | -2/+4 | |
* Set CONFLICTS appropriately so that Emacs version and XEmacs version of a package can't be installed at once. | |||||
2002-11-14 | Use ${PKG_INFO} instead of ${PKG_TOOLS_BIN}/pkg_info; replace leading spaces | wiz | 1 | -6/+6 | |
with tabs. | |||||
2002-10-19 | 1. Strip out nb? suffix from EMACS_VERSION | minoura | 1 | -4/+8 | |
2. New variable PKGNAME_PREFIX, which is either null string or xemacs- depending on EMACS_FLAVOR. Intended to use like: DEPENDS+= ${PKGNAME_PREFIX}apel>=10.4:../../devel/apel BUILD_DEPENDS+= ${PKGNAME_PREFIX}apel>=10.4:../../devel/apel | |||||
2002-09-28 | Nuke a bogus invocation of 'pkg_info -I' and use 'pkg_info -e' instead. | uebayasi | 1 | -13/+3 | |
Simplify the '!=' lines. Pointed out by wiz (a.k.a. wizd(8)). | |||||
2002-09-16 | * Assume each Emacs lisp package supports only (GNU) Emacs 20/21 by default. | uebayasi | 1 | -7/+24 | |
* Slightly modify the way to prefix "xemacs-" to a package compiled for XEmacs. * Suppress warnings issued when Emacs/XEmacs are not installed. | |||||
2002-09-14 | * Prefix PKGNAME with "xemacs-" if the package is for XEmacs. | uebayasi | 1 | -5/+3 | |
* Do the trick in mk/emacs.mk instead of each package's Makefile. | |||||
2002-09-13 | A Makefile fragment for Emacs Lisp packages. | uebayasi | 1 | -0/+173 | |