summaryrefslogtreecommitdiff
path: root/mk/emacs.mk
AgeCommit message (Expand)AuthorFilesLines
2007-08-08Fix some typos in comments, no functional changedsainty1-5/+5
2007-06-30Don't use open-ended dependencies for emacs20 and emacs21 to avoidjoerg1-6/+6
2007-06-30I forgot it's freeze, revert the previous for safety.uebayasi1-2/+2
2007-06-30Now the recommended GNU Emacs version (pkgsrc/editors/emacs) is Emacs 22.uebayasi1-2/+2
2007-06-21leim for Emacs 22 is always installed with the base. Nothing additional isuebayasi1-3/+3
2007-06-20EMACS_ETCPREFIX is documented as being substituted in PLIST's.markd1-1/+2
2007-06-11update locations of emacs 21 and emacs 22 packages.markd1-5/+5
2007-06-07Fixed a typo, which has been discovered by Mark E. Perkins.rillig1-2/+2
2007-06-06Made the generation of the PLIST_SUBST entries a bit simpler.rillig1-41/+8
2007-06-06Added BUILD_DEFS.rillig1-1/+3
2007-06-06Removed the comment about REPLACE_EMACS, since there isn't any coderillig1-9/+9
2007-02-20Teach emacs22nox and leim22.uebayasi1-8/+10
2007-02-19Fix _EMACS_VERSION_NOREV. Thanks to dsl@ for spotting the missing ".".jnemeth1-2/+2
2007-02-11add emacs22nox stuffjnemeth1-2/+8
2007-01-30Remove obsolete EMACS_USE_LEIM after 3 branches.wiz1-6/+1
2007-01-27Support Emacs 22, which is hold in wip/emacs-current. Prompted by wiz.uebayasi1-10/+16
2006-03-20Create a new variable EMACS_MODULES that is a list of "standard" elispjlam1-15/+35
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam1-5/+10
2006-03-11Export EMACS_VERSION_MAJOR and EMACS_VERSION_MINOR to packages using emacs.mk.uebayasi1-1/+15
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-2/+2
2005-09-01Removed trailing white-space in comments.rillig1-5/+5
2005-08-30Correct a make(1) syntax to fix a malformed conditional error seenuebayasi1-2/+2
2005-08-28Rework emacs.mk:uebayasi1-165/+291
2005-05-22Replaced three instances of $s with ${s} to make it consistent with therillig1-4/+4
2005-04-08Second cut of a fix for the problem where PKGNAME is geting set to xemacs-${V...jwise1-1/+5
2005-03-07Do NOT assume that DISTNAME == PKG_NAME just to avoid using :=.jwise1-2/+2
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
2003-08-18XEmacs is 21.4, not 21.1.minoura1-2/+2
2003-04-24Fix typo with use of _EMACS_VERSION_FIRSTACCEPTEDjmc1-2/+2
2003-04-11Our XEmacs stable version is 21.4.x.uebayasi1-10/+10
2003-04-11Reflect the Emacs/Leim 20/21 move.uebayasi1-6/+6
2003-01-25Skip if no valid Emacs version found. For bulk builds.uebayasi1-3/+3
2002-12-23Better use '-[0-9]*' than '-*' for wildcard conflicts registration.seb1-3/+3
2002-12-17let it recognize emacs-nox11, patch submitted by Hiramatsu Yoshifumidrochner1-5/+25
2002-12-07Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrcschmonz1-3/+3
2002-11-27* EMACS_VERSION_ACCEPTED -> EMACS_VERSIONS_ACCEPTEDuebayasi1-2/+4
2002-11-14Use ${PKG_INFO} instead of ${PKG_TOOLS_BIN}/pkg_info; replace leading spaceswiz1-6/+6
2002-10-191. Strip out nb? suffix from EMACS_VERSIONminoura1-4/+8
2002-09-28Nuke a bogus invocation of 'pkg_info -I' and use 'pkg_info -e' instead.uebayasi1-13/+3
2002-09-16* Assume each Emacs lisp package supports only (GNU) Emacs 20/21 by default.uebayasi1-7/+24
2002-09-14* Prefix PKGNAME with "xemacs-" if the package is for XEmacs.uebayasi1-5/+3
2002-09-13A Makefile fragment for Emacs Lisp packages.uebayasi1-0/+173