<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/emulators/vmware-module3, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<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</email>
</author>
<published>2008-03-03T19:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4bec39ccba022dfbd2daa6f6d25f7e86d987b4b7'/>
<id>urn:sha1:4bec39ccba022dfbd2daa6f6d25f7e86d987b4b7</id>
<content type='text'>
their files via a custom do-install target.
</content>
</entry>
<entry>
<title>switch to using INSTALLATION_DIRS to create all necessary directories</title>
<updated>2007-10-11T10:22:56Z</updated>
<author>
<name>jnemeth</name>
<email>jnemeth</email>
</author>
<published>2007-10-11T10:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=62a95365d0ab69883348f9a43b4877b809b77cfd'/>
<id>urn:sha1:62a95365d0ab69883348f9a43b4877b809b77cfd</id>
<content type='text'>
XXX  this package needs a major cleanup, but since it doesn't work on
modern versions of NetBSD and is for a severely outdated version of
vmware workstation, I'm not going to worry about it too much
</content>
</entry>
<entry>
<title>Whitespace cleanup, courtesy of pkglint.</title>
<updated>2007-02-22T19:26:05Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-02-22T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0c152e7442b8ddde8405ba9d0f2d4d981d5c3151'/>
<id>urn:sha1:0c152e7442b8ddde8405ba9d0f2d4d981d5c3151</id>
<content type='text'>
Patch provided by Sergey Svishchev in private mail.
</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</email>
</author>
<published>2006-07-05T06:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=40f0c69a767a1ef81f593d9a9294789cb6ca10f3'/>
<id>urn:sha1:40f0c69a767a1ef81f593d9a9294789cb6ca10f3</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>Update package to 3.2.1.8, based on the patches in PR 29943 and some extra</title>
<updated>2006-03-26T21:34:51Z</updated>
<author>
<name>veego</name>
<email>veego</email>
</author>
<published>2006-03-26T21:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=443da6c7852016651662d5da828d1745aeed0d52'/>
<id>urn:sha1:443da6c7852016651662d5da828d1745aeed0d52</id>
<content type='text'>
patches from Juergen for 3.99.14.
</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</email>
</author>
<published>2006-03-14T01:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6bd0765af7e172f63338e1591991ae18424e7d39'/>
<id>urn:sha1:6bd0765af7e172f63338e1591991ae18424e7d39</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>Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,</title>
<updated>2005-09-28T20:52:18Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-09-28T20:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=497cdd7125f8abe86eec13bb709ecc6625e715f0'/>
<id>urn:sha1:497cdd7125f8abe86eec13bb709ecc6625e715f0</id>
<content type='text'>
NO_BUILD, USE_LIBTOOL.
</content>
</entry>
<entry>
<title>Add RMD160 digests to the SHA1 ones</title>
<updated>2005-02-23T18:49:17Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-23T18:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=596cf0b456978a1e94d65ddc6e478eb6a3e9c2af'/>
<id>urn:sha1:596cf0b456978a1e94d65ddc6e478eb6a3e9c2af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update vmware-modules3 to 3.2.1.7. The only change is fixed distfile,</title>
<updated>2004-12-26T22:06:46Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2004-12-26T22:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d55a59358f8e1eb2914809a48e63d5d57d62705f'/>
<id>urn:sha1:d55a59358f8e1eb2914809a48e63d5d57d62705f</id>
<content type='text'>
which actually contains the right up-to-date file versions, and thus:

* compilation fixes for 2.0 and -curren
* adaptation to the device cloner changes in -current
</content>
</entry>
<entry>
<title>Update vmware-module3 to 3.2.1.6. Changes are compilation fixes for 2.0</title>
<updated>2004-12-07T21:14:38Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2004-12-07T21:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e5b667b50608b83d241a3d911698fa8c56253717'/>
<id>urn:sha1:e5b667b50608b83d241a3d911698fa8c56253717</id>
<content type='text'>
and -current, as well as adaptation to the device cloner changes in -current.
</content>
</entry>
</feed>
