<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/inputmethod/sj3-server-bin/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>2007-07-04T20:54:31Z</updated>
<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:55:23Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-05T04:55:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=53ea45e87b9961c73e4c9740b777a56f6c2f8d8f'/>
<id>urn:sha1:53ea45e87b9961c73e4c9740b777a56f6c2f8d8f</id>
<content type='text'>
* Fully convert to pkginstall framework by properly using OWN_DIRS*
  to manage required directories during package installation and
  deinstallation.

* Drop the need to explicitly set PREFIX in the package Makefiles.  We
  now install into ${LOCALBASE} like all other pkgsrc packages and use
  symlinks and file copies to put the right files into ${IMDICTDIR}.

* Change default dependency relationship in sj3-lib/buildlink3.mk to a
  build dependency since it the package only installs headers and a
  static library archive.

* Move some important setup instructions from the DESCR file to MESSAGE
  files so that the admin will see them at package installation.

* Rewrite the sj3 rc.d script so that all necessary directories are
  created before the daemon is started.

* Miscellaneous touch ups to the DESCR and MESSAGE files.

Bump the PKGREVISIONs on the sj3* packages.
</content>
</entry>
<entry>
<title>Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk</title>
<updated>2005-12-29T06:21:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-12-29T06:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5af16a0a92f81c34be4b282d5e8072ffb8e77df1'/>
<id>urn:sha1:5af16a0a92f81c34be4b282d5e8072ffb8e77df1</id>
<content type='text'>
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
</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>Don't abuse int variables as pointers in patch-ag. Bumped PKGREVISION in</title>
<updated>2005-09-28T18:22:11Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-09-28T18:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=31e6aa629fa1d7f641325f3a4bfad23e3f442095'/>
<id>urn:sha1:31e6aa629fa1d7f641325f3a4bfad23e3f442095</id>
<content type='text'>
all sj3 packages.
</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>
<entry>
<title>The default location of the pkgsrc-installed rc.d scripts is now</title>
<updated>2004-12-28T02:47:40Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-12-28T02:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b5017b9f3b4b5288b45dbdf371dd911e88929c4'/>
<id>urn:sha1:3b5017b9f3b4b5288b45dbdf371dd911e88929c4</id>
<content type='text'>
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
</content>
</entry>
<entry>
<title>bl3ify and enable pkgviews installation.</title>
<updated>2004-03-05T21:15:53Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-03-05T21:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7d1003fe665ece8d69c3de69cddf5a0660a2edf'/>
<id>urn:sha1:a7d1003fe665ece8d69c3de69cddf5a0660a2edf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove sj3 library from Makefile dependencies, because it is built by</title>
<updated>2004-03-02T17:49:51Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-03-02T17:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=daef6cc94b491292308bf599a7e0b800aae2ad52'/>
<id>urn:sha1:daef6cc94b491292308bf599a7e0b800aae2ad52</id>
<content type='text'>
sj3-lib.  Noted by Haruhisa MINAMI on tech-pkg-ja@jp.NetBSD.org.
</content>
</entry>
<entry>
<title>Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248</title>
<updated>2004-01-27T00:53:10Z</updated>
<author>
<name>heinz</name>
<email>heinz</email>
</author>
<published>2004-01-27T00:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=022eb86624280ef9db72559a99f9253a3d003132'/>
<id>urn:sha1:022eb86624280ef9db72559a99f9253a3d003132</id>
<content type='text'>
</content>
</entry>
</feed>
