Up to [cvs.netbsd.org] / pkgsrc / editors / emacs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 23 15:15:20 2011 UTC (14 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.14: +5 -1
lines
Diff to previous 1.14 (colored)
Fix EMACSLOADPATH for emacs24.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 8 13:20:13 2011 UTC (15 months, 2 weeks ago) by hiramatsu
Branch: MAIN
Changes since 1.13: +2 -7
lines
Diff to previous 1.13 (colored)
Instead of extracting version string from PKGNAME, use
${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed
version of emacs.
Also, set minimum version of _EMACS_REQD to the same as
${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink
does not work for emacs lisp libraries.
Should fix PR/42763.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 25 00:03:03 2010 UTC (19 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.12: +7 -2
lines
Diff to previous 1.12 (colored)
Allow emacs24 as EMACS_TYPE.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 7 06:51:19 2009 UTC (2 years, 8 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.11: +3 -2
lines
Diff to previous 1.11 (colored)
Strip PKGREVISION from the emacs version string for a directory name.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 23 18:14:38 2009 UTC (2 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Silence unnecessary warnings.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 22 18:51:58 2009 UTC (2 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.9: +6 -7
lines
Diff to previous 1.9 (colored)
Derive EMACSLOADPATH from the currently-installed emacs, not from the Makefile fragment in pkgsrc.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 5 22:14:28 2009 UTC (2 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.8: +13 -12
lines
Diff to previous 1.8 (colored)
Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as emacs23 and emacs23nox, respectively; editors/emacs is the default one.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 5 10:41:55 2009 UTC (2 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
emacs22 is now in editors/emacs22.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 5 06:53:29 2009 UTC (2 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
"23" is a valid value for EMACS_VERSION_MAJOR.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 6 05:06:12 2009 UTC (2 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.5: +14 -2
lines
Diff to previous 1.5 (colored)
Set _EMACS_VERSION_MICRO for emacs-snapshot. Suggested by Makoto Fujiwara in PR 40023.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 5 21:18:02 2009 UTC (2 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.4: +14 -7
lines
Diff to previous 1.4 (colored)
Add emacs23 as a valid EMACS_TYPE. This addresses the issue reported in PR 40023.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 28 00:17:31 2008 UTC (3 years, 6 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.3: +14 -13
lines
Diff to previous 1.3 (colored)
Clarify that the default EMACS_TYPE is set in mk/defaults/mk.conf. Prompted by Greg Troxel.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 27 15:34:46 2008 UTC (3 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Update comment reflecting reality; from Greg Troxel.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 13 08:07:02 2008 UTC (3 years, 7 months ago) by uebayasi
Branch: MAIN
Changes since 1.1: +12 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 11 09:31:56 2008 UTC (3 years, 7 months ago) by uebayasi
Branch: MAIN
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.