
CVS log for pkgsrc/editors/emacs/modules.mk
Up to [NetBSD + pkgsrc-wip] / pkgsrc / editors / emacs
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Mar 23 15:15:20 2011 UTC (14 months ago) by minskim
Branches: 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
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -1
lines
Fix EMACSLOADPATH for emacs24.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 8 13:20:13 2011 UTC (15 months, 1 week ago) by hiramatsu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -7
lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 25 00:03:03 2010 UTC (18 months, 4 weeks ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -2
lines
Allow emacs24 as EMACS_TYPE.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 7 06:51:19 2009 UTC (2 years, 8 months ago) by minskim
Branches: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2
lines
Strip PKGREVISION from the emacs version string for a directory name.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 23 18:14:38 2009 UTC (2 years, 8 months ago) by minskim
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Silence unnecessary warnings.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Aug 22 18:51:58 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -7
lines
Derive EMACSLOADPATH from the currently-installed emacs, not from the
Makefile fragment in pkgsrc.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 5 22:14:28 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -12
lines
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 - view: text, markup, annotated - select for diffs
Wed Aug 5 10:41:55 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
emacs22 is now in editors/emacs22.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 5 06:53:29 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
"23" is a valid value for EMACS_VERSION_MAJOR.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 6 05:06:12 2009 UTC (2 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -2
lines
Set _EMACS_VERSION_MICRO for emacs-snapshot.
Suggested by Makoto Fujiwara in PR 40023.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 5 21:18:02 2009 UTC (2 years, 11 months ago) by minskim
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -7
lines
Add emacs23 as a valid EMACS_TYPE.
This addresses the issue reported in PR 40023.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 28 00:17:31 2008 UTC (3 years, 6 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -13
lines
Clarify that the default EMACS_TYPE is set in mk/defaults/mk.conf. Prompted
by Greg Troxel.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 27 15:34:46 2008 UTC (3 years, 6 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
Update comment reflecting reality; from Greg Troxel.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 13 08:07:02 2008 UTC (3 years, 7 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +12 -0
lines
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 - view: text, markup, annotated - select for diffs
Sat Oct 11 09:31:56 2008 UTC (3 years, 7 months ago) by uebayasi
Branches: 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.
NetBSD-CVSweb <admin[at]NetBSD[dot]se>