<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/emulators/vmware-module, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-03-03T19:21:37Z</updated>
<entry>
<title>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-03T19:21:37Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-03T19:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0bb78c6c9d3855e92497417696475484322d451c'/>
<id>urn:sha1:0bb78c6c9d3855e92497417696475484322d451c</id>
<content type='text'>
their files via a custom do-install target.</content>
</entry>
<entry>
<title>Fixed build problem on NetBSD 3.x (PR 36632) and NetBSD 2.x (PR 25474).</title>
<updated>2007-07-31T14:44:02Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2007-07-31T14:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8427aa0d23853b8f8b3da5cf51f9861b53ad73f7'/>
<id>urn:sha1:8427aa0d23853b8f8b3da5cf51f9861b53ad73f7</id>
<content type='text'>
Almost of patches are inspired by emulators/vmware-module3.</content>
</entry>
<entry>
<title>Whitespace cleanup, courtesy of pkglint.</title>
<updated>2007-02-22T19:26:05Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-02-22T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=601583c3207bd23bb05d0761888aefcb5699e1c2'/>
<id>urn:sha1:601583c3207bd23bb05d0761888aefcb5699e1c2</id>
<content type='text'>
Patch provided by Sergey Svishchev in private mail.</content>
</entry>
<entry>
<title>Mark as BROKEN_IN pkgsrc-2006Q4, based on</title>
<updated>2007-01-31T00:04:11Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-01-31T00:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=29abbd1c1be1e6720eb67dd91033a7fbcd742ce1'/>
<id>urn:sha1:29abbd1c1be1e6720eb67dd91033a7fbcd742ce1</id>
<content type='text'>
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...</content>
</entry>
<entry>
<title>Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper</title>
<updated>2006-07-05T06:53:12Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-07-05T06:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ba41e8b0cf81719575381c547a3ec3f4987b846'/>
<id>urn:sha1:3ba41e8b0cf81719575381c547a3ec3f4987b846</id>
<content type='text'>
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".</content>
</entry>
<entry>
<title>Mark as BROKEN_IN pkgsrc-2006Q1 according to</title>
<updated>2006-05-18T20:29:58Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2006-05-18T20:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=991dcdf97831205f87804d4d9524bc57a4e9caa8'/>
<id>urn:sha1:991dcdf97831205f87804d4d9524bc57a4e9caa8</id>
<content type='text'>
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html</content>
</entry>
<entry>
<title>Modify the pkginstall framework so that it manages all aspects of</title>
<updated>2006-03-14T01:14:26Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-14T01:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=daad0f3d6ce8b344ce91e35e98ea05abf8e03f2d'/>
<id>urn:sha1:daad0f3d6ce8b344ce91e35e98ea05abf8e03f2d</id>
<content type='text'>
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb'/>
<id>urn:sha1:9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.</content>
</entry>
<entry>
<title>Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4</title>
<updated>2006-01-04T04:29:05Z</updated>
<author>
<name>schmonz</name>
<email>schmonz@pkgsrc.org</email>
</author>
<published>2006-01-04T04:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42428df5a09dee3628dd88327d44b743aeb183f0'/>
<id>urn:sha1:42428df5a09dee3628dd88327d44b743aeb183f0</id>
<content type='text'>
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.</content>
</entry>
<entry>
<title>Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386</title>
<updated>2005-12-26T23:39:30Z</updated>
<author>
<name>schmonz</name>
<email>schmonz@pkgsrc.org</email>
</author>
<published>2005-12-26T23:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=463f43526a7b74edae99d0ed1a9ef0ad86a43c45'/>
<id>urn:sha1:463f43526a7b74edae99d0ed1a9ef0ad86a43c45</id>
<content type='text'>
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.</content>
</entry>
</feed>
