<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/inputmethod/iiimecf/Makefile, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-11-28T01:56:05Z</updated>
<entry>
<title>ftp.m17n.org is closed.</title>
<updated>2008-11-28T01:56:05Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-11-28T01:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=490b4d2f0bf4681c37be98129cf2d937136a3dbf'/>
<id>urn:sha1:490b4d2f0bf4681c37be98129cf2d937136a3dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really</title>
<updated>2008-10-13T08:07:02Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2008-10-13T08:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=298a69ba80bd17c17452ec443b7905cff161052b'/>
<id>urn:sha1:298a69ba80bd17c17452ec443b7905cff161052b</id>
<content type='text'>
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.
</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>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-04T15:55:13Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-04T15:55:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4fe7b3ecf2290d44ff1f104ccb097fcb49299538'/>
<id>urn:sha1:4fe7b3ecf2290d44ff1f104ccb097fcb49299538</id>
<content type='text'>
their files via a custom do-install target.
</content>
</entry>
<entry>
<title>Buildlink3'ify.</title>
<updated>2007-10-29T13:02:50Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2007-10-29T13:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=354ba28870e0e6c5ca4da458e39aa2a880dcf111'/>
<id>urn:sha1:354ba28870e0e6c5ca4da458e39aa2a880dcf111</id>
<content type='text'>
</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>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:41:05Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a11869b703aead0cb98488574404b2b233f0b64'/>
<id>urn:sha1:8a11869b703aead0cb98488574404b2b233f0b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mule-ucs's package name.</title>
<updated>2003-01-12T02:27:52Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-01-12T02:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=44842803a78c69a2e68f882831cfdc6749e211bb'/>
<id>urn:sha1:44842803a78c69a2e68f882831cfdc6749e211bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A missed dependency on Mule-UCS.</title>
<updated>2003-01-11T13:38:55Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2003-01-11T13:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4c9d36cc32a315ed6794e3d6c6e64e2a54c02d7'/>
<id>urn:sha1:d4c9d36cc32a315ed6794e3d6c6e64e2a54c02d7</id>
<content type='text'>
</content>
</entry>
</feed>
