<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/inputmethod/tc/Makefile, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-08-06T01:44:45Z</updated>
<entry>
<title>PKGREVISION bump for elisp packages because of bytecode format changes</title>
<updated>2009-08-06T01:44:45Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2009-08-06T01:44:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0d7542ec8bffe2ba9c62e326dd0c786d430b1720'/>
<id>urn:sha1:0d7542ec8bffe2ba9c62e326dd0c786d430b1720</id>
<content type='text'>
in emacs23.
</content>
</entry>
<entry>
<title>Move mk/emacs.mk to editors/emacs/modules.mk.</title>
<updated>2008-10-11T09:31:54Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2008-10-11T09:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b96889b1354fc2db619e890c37d47726128607e1'/>
<id>urn:sha1:b96889b1354fc2db619e890c37d47726128607e1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-20T01:09:05Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-20T01:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d8368bbc25c90072a19b5e48f0fba26251b6877f'/>
<id>urn:sha1:d8368bbc25c90072a19b5e48f0fba26251b6877f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>List info files in the PLIST and install them into EMACS_INFOPREFIX.</title>
<updated>2006-04-08T20:04:18Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-04-08T20:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3d2c14ab2ab44789646e44b8230e60a3883f765c'/>
<id>urn:sha1:3d2c14ab2ab44789646e44b8230e60a3883f765c</id>
<content type='text'>
Bump the PKGREVISION.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework emacs.mk:</title>
<updated>2005-08-28T04:25:28Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2005-08-28T04:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94e4fa69d6357e1a5cae535af27c4c9c24bdfe3c'/>
<id>urn:sha1:94e4fa69d6357e1a5cae535af27c4c9c24bdfe3c</id>
<content type='text'>
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
</content>
</entry>
<entry>
<title>Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:</title>
<updated>2005-05-22T20:07:36Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-05-22T20:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9de24f22bc36b6b4056ab56dd2c15fffe3e8413e'/>
<id>urn:sha1:9de24f22bc36b6b4056ab56dd2c15fffe3e8413e</id>
<content type='text'>
	USE_GNU_TOOLS	-&gt; USE_TOOLS
	awk		-&gt; gawk
	m4		-&gt; gm4
	make		-&gt; gmake
	sed		-&gt; gsed
	yacc		-&gt; bison
</content>
</entry>
<entry>
<title>Update to 2.3.1, provided by Hiramatsu Yoshifumi in PR 28434:</title>
<updated>2004-11-27T17:54:31Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-11-27T17:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4dcacb66566df44dcdc2558b56699f05fd2e1c06'/>
<id>urn:sha1:4dcacb66566df44dcdc2558b56699f05fd2e1c06</id>
<content type='text'>
Changes:

* lisp/tc-mazegaki.el: C-g can interrupt kana-kanji conversion.

* lisp/tc-is18.el:
* lisp/tc-is19.el:
* lisp/tc-is20.el: fix infinite loop bug.

* lisp/tutc-tbl.el: fix translation table.

* lisp/eelll.el: use colored background in bitmap display mode.

* skkinput3/Makefile.am: merged patches/patch-ab
</content>
</entry>
<entry>
<title>remove empty conditional</title>
<updated>2004-01-24T13:42:22Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-01-24T13:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1be77bf7093676187a287d35a706a2d947dad189'/>
<id>urn:sha1:1be77bf7093676187a287d35a706a2d947dad189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.</title>
<updated>2004-01-24T13:41:27Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-01-24T13:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=19f5eb6cebf8fc4bbee1f7ac33ff5014e0b08e8b'/>
<id>urn:sha1:19f5eb6cebf8fc4bbee1f7ac33ff5014e0b08e8b</id>
<content type='text'>
</content>
</entry>
</feed>
