<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/mk/bsd.pkg.update.mk, branch pkgsrc-2011Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-05-04T09:49:34Z</updated>
<entry>
<title>Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target is</title>
<updated>2011-05-04T09:49:34Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2011-05-04T09:49:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ce557b206db1f231a7ad7f741a7d2d090d755658'/>
<id>urn:sha1:ce557b206db1f231a7ad7f741a7d2d090d755658</id>
<content type='text'>
`package-install', to indirect dependency also create binary package with
`make package' or `make package-install'.

should fix PR#44857.</content>
</entry>
<entry>
<title>The "-p" option is redundant as it is included in the MKDIR variable.</title>
<updated>2010-07-03T04:24:14Z</updated>
<author>
<name>darcy</name>
<email>darcy@pkgsrc.org</email>
</author>
<published>2010-07-03T04:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d891292475b04bcad1fd35f558434e12dcfee66f'/>
<id>urn:sha1:d891292475b04bcad1fd35f558434e12dcfee66f</id>
<content type='text'>
As discussed with joerg@.</content>
</entry>
<entry>
<title>Apply my fix for PR 35091: do a check-vulnerable step first in "make</title>
<updated>2010-06-15T04:14:26Z</updated>
<author>
<name>dholland</name>
<email>dholland@pkgsrc.org</email>
</author>
<published>2010-06-15T04:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c38cc72e8449baad8990a8842becc4a1131e1a22'/>
<id>urn:sha1:c38cc72e8449baad8990a8842becc4a1131e1a22</id>
<content type='text'>
update", so if it's going to fail because of a known vulnerability it
does so before uninstalling anything. I've been carrying this patch
for some three years with no ill effects. Ok by agc@.</content>
</entry>
<entry>
<title>If using "make package", default to recursion with package-install.</title>
<updated>2010-02-25T02:08:33Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2010-02-25T02:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=428176d01d1cdea02237920f9bcfa3281eff8d23'/>
<id>urn:sha1:428176d01d1cdea02237920f9bcfa3281eff8d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Garbage collect support for old pkg_install versions.</title>
<updated>2010-02-19T14:27:36Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2010-02-19T14:27:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46983d634b051e968efbbbaa9bae9d120ca840c1'/>
<id>urn:sha1:46983d634b051e968efbbbaa9bae9d120ca840c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't require pkg_delete or pkg_info -r to list packages in full</title>
<updated>2009-05-16T01:27:30Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-05-16T01:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6bc6b1cbc69e04b33716500e58bad17369ff9183'/>
<id>urn:sha1:6bc6b1cbc69e04b33716500e58bad17369ff9183</id>
<content type='text'>
topological sort for the make update list. This breaks naturally when
new dependencies are introduced that are also in the list scheduled for
later installation. Reported by David Holland.</content>
</entry>
<entry>
<title>make update might be called without having the package installed, so</title>
<updated>2009-03-07T19:36:31Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-03-07T19:36:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3e9de36e256668e3bef2e38bf1bc27474157e954'/>
<id>urn:sha1:3e9de36e256668e3bef2e38bf1bc27474157e954</id>
<content type='text'>
check for the presence before trying to extract dependencies.</content>
</entry>
<entry>
<title>Use pkg_info -r if present and fall back to pkg_delete for pkg_install</title>
<updated>2009-03-05T23:07:15Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-03-05T23:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5f28d6bebf5516f88468e07aaba849081b7666ca'/>
<id>urn:sha1:5f28d6bebf5516f88468e07aaba849081b7666ca</id>
<content type='text'>
before 20090225. Intermediate versions get an explicit error.
The building of the recursive dependency was broken as the new
pkg_delete would stop without recursing and the target dependend on that
behavior. Reported by David Holland.</content>
</entry>
<entry>
<title>Prefer package-destdir as default for update with USE_DESTDIR.</title>
<updated>2008-04-07T13:31:15Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-04-07T13:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=056616878ddafdeb66ae12540cf5639d4345d674'/>
<id>urn:sha1:056616878ddafdeb66ae12540cf5639d4345d674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced _PKG_SILENT and _PKG_DEBUG with RUN.</title>
<updated>2008-02-07T21:36:13Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2008-02-07T21:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=66736dde432e2cdb365944402f721936c08348de'/>
<id>urn:sha1:66736dde432e2cdb365944402f721936c08348de</id>
<content type='text'>
</content>
</entry>
</feed>
