<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/inputmethod/canna/Makefile.common, 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>2009-01-10T05:13:01Z</updated>
<entry>
<title>Need CANNA_SPOOL at configure phase to generate cannaconf.h, it's for ERRDIR.</title>
<updated>2009-01-10T05:13:01Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-01-10T05:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ed49c8770b86f583b63c7d27781b021828d09eca'/>
<id>urn:sha1:ed49c8770b86f583b63c7d27781b021828d09eca</id>
<content type='text'>
Add CANNA_ENV to SCRIPTS_ENV for imake.

This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349.
Bump PKGREVISION of canna-server package.
</content>
</entry>
<entry>
<title>Convert packages that test and use USE_INET6 to use the options framework</title>
<updated>2007-09-07T22:12:10Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-09-07T22:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2f517bc25c1dfd477877da169af65a161a689211'/>
<id>urn:sha1:2f517bc25c1dfd477877da169af65a161a689211</id>
<content type='text'>
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
</content>
</entry>
<entry>
<title>Make it easier to build and install packages "unprivileged", where</title>
<updated>2007-07-04T20:54:31Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-07-04T20:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=45233ac07a4c6f9e80f4f9350cbb54ee23d8bd54'/>
<id>urn:sha1:45233ac07a4c6f9e80f4f9350cbb54ee23d8bd54</id>
<content type='text'>
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
</content>
</entry>
<entry>
<title>* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.</title>
<updated>2006-07-05T04:48:28Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-05T04:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7f9961663291c03025c21c91ae27252d5b53ddea'/>
<id>urn:sha1:7f9961663291c03025c21c91ae27252d5b53ddea</id>
<content type='text'>
* Fully convert to the pkginstall framework by using it to manage
  directories required at install time.

* Rewrite the canna rc.d script to ensure that all needed directories
  are present before the daemon is started.

* Miscellaneous touch ups to the DESCR and MESSAGE files.

* Remove the need to explicitly set PREFIX.  These packages now install
  into ${LOCALBASE} and use symlinks and file copies to put the files
  into the ${IMDICTDIR}.

Bump the PKGREVISIONs for the canna* packages.
</content>
</entry>
<entry>
<title>Use MASTER_SITE_SOURCEFORGE_JP.</title>
<updated>2006-01-21T11:55:14Z</updated>
<author>
<name>rxg</name>
<email>rxg</email>
</author>
<published>2006-01-21T11:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=715aba85bc0729dc3855b7bbc0393950f668d24b'/>
<id>urn:sha1:715aba85bc0729dc3855b7bbc0393950f668d24b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed pkglint warnings. The warnings are mostly quoting issues, for</title>
<updated>2005-12-05T20:49:47Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T20:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b4f920543059af038598712771c3211999ef42a6'/>
<id>urn:sha1:b4f920543059af038598712771c3211999ef42a6</id>
<content type='text'>
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
</content>
</entry>
<entry>
<title>Make USE_TOOLS+=imake imply USE_X11BASE=yes, along with the other</title>
<updated>2005-05-17T22:22:52Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-05-17T22:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=300f5d394696cd7ef1bf45b41b5cec201061a620'/>
<id>urn:sha1:300f5d394696cd7ef1bf45b41b5cec201061a620</id>
<content type='text'>
variable definitions that apply when USE_IMAKE is defined.
</content>
</entry>
<entry>
<title>This package uses the imake/xmkmf tools, so it implies USE_X11BASE.</title>
<updated>2005-05-17T22:20:15Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-05-17T22:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d89b7317d38868dbebc778064ca31a5c27a32dc2'/>
<id>urn:sha1:d89b7317d38868dbebc778064ca31a5c27a32dc2</id>
<content type='text'>
Add it explicitly here until pkgsrc/mk/* can be modified to infer this
by itself.
</content>
</entry>
<entry>
<title>The canna packages use imake/xmkmf as part of the configure process.</title>
<updated>2005-05-16T18:25:37Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-05-16T18:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5ccd6ac508307ee64fe2dabc8ea7d8b473ca693'/>
<id>urn:sha1:f5ccd6ac508307ee64fe2dabc8ea7d8b473ca693</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
</feed>
