<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkg_rolling-replace/Makefile, branch pkgsrc_2013Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-09-11T23:19:33Z</updated>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T23:19:33Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-09-11T23:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d5ae29c067f185967ce21d0beea1d8708c105a24'/>
<id>urn:sha1:d5ae29c067f185967ce21d0beea1d8708c105a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use " for PKGNAME_REQUIRED, so that ${pkg} is expanded.</title>
<updated>2012-04-30T13:59:38Z</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2012-04-30T13:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e45e106fef639287b0b0dcd902e144bea0b0a05d'/>
<id>urn:sha1:e45e106fef639287b0b0dcd902e144bea0b0a05d</id>
<content type='text'>
Resolves at least some issues with finding the right pyNN-foo, when
replacing packages that don't match PYTHON_VERSION_DEFAULT.

(This was a stray change in my tree not committed for a while, but
it's been working ok.)

Now 0.24.1.
</content>
</entry>
<entry>
<title>Pass MAKE_SET_VARS with environment variables instead of make flags,</title>
<updated>2011-03-22T04:04:58Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-03-22T04:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7f28860aa057a0726bcab078ef20491143a1251a'/>
<id>urn:sha1:7f28860aa057a0726bcab078ef20491143a1251a</id>
<content type='text'>
or it will be passwd down to subsequent make (ex. installation of dependencies)
and result in unwanted behaviour.
</content>
</entry>
<entry>
<title>0.23: Pass PKGNAME_REQD to make operations.</title>
<updated>2010-12-20T15:39:09Z</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2010-12-20T15:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e5e39fd237e898e9dd73103e811727ce90b9b12f'/>
<id>urn:sha1:e5e39fd237e898e9dd73103e811727ce90b9b12f</id>
<content type='text'>
Set PKGNAME_REQD to give underlying make processes a chance to set
options derived from the package name.  For example, the appropriate
version of Python can be derived from the package name (so, when
building py25-foo, use python-2.5, not python-2.6).   Specifically,
  MAKE_SET_VARS='PKGNAME_REQD=${pkg}-*'

From Alan Barret via pkgsrc-users@.
</content>
</entry>
<entry>
<title>0.22: Avoid infinite loop in some error cases.</title>
<updated>2010-12-20T15:24:24Z</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2010-12-20T15:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ed5c5ea3b07c6e48b11dd114bf3c4ff9cffc7d25'/>
<id>urn:sha1:ed5c5ea3b07c6e48b11dd114bf3c4ff9cffc7d25</id>
<content type='text'>
Sometimes, the set of packages to be replaced ($REPLACE_TODO) does not
have any members which are installed (and hence in $TSORTED).  This
caused the loop over $TSORTED to not find any packages to replace.
The check for not having found one was missing, resulting in the last
package in TSORTED being replaced.  Because $REPLACE_TODO is still
non-empty, this repeats.

This patch adds an abort when no packages in $TSORTED are in
$REPLACE_TODO.  Analysis and patch from Ian D. Leroux on
pkgsrc-users@.
</content>
</entry>
<entry>
<title>- Clean up the error handling a bit</title>
<updated>2010-02-11T12:07:33Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2010-02-11T12:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ba1745dc26b97760e2f1b6dbfe355378d47d856'/>
<id>urn:sha1:3ba1745dc26b97760e2f1b6dbfe355378d47d856</id>
<content type='text'>
- Bomb if we couldn't extract the PKGPATH from an installed package.
XXX the pkg_rr main loop has grown too large and should be split into
functions.
</content>
</entry>
<entry>
<title>Updating pkgtools/pkg_rolling-replace/ from 0.19nb1 to 0.20</title>
<updated>2010-02-01T19:06:42Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-02-01T19:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bc7845045c98bd17adbdbdb77b4f795ac9a77287'/>
<id>urn:sha1:bc7845045c98bd17adbdbdb77b4f795ac9a77287</id>
<content type='text'>
Improving the variable passing to make by allowing any, not just
MAKE_JOBS and USE_DESTDIR.
</content>
</entry>
<entry>
<title>Fixing a typo and bumping revision (if anyone still had updated)</title>
<updated>2010-02-01T10:28:45Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-02-01T10:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=582292a9d17c93d2f9b52d5d56298848acbf4d15'/>
<id>urn:sha1:582292a9d17c93d2f9b52d5d56298848acbf4d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating pkg_rolling-replace (set new version 0.19):</title>
<updated>2010-02-01T09:33:21Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-02-01T09:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0f5afd108614823c9764b9a5b79bcb9b0383eedd'/>
<id>urn:sha1:0f5afd108614823c9764b9a5b79bcb9b0383eedd</id>
<content type='text'>
- Add option '-D' to tune "USE_DESTDIR=" and set this defaultly to 'NO'
- Add option '-j' to tune "MAKE_JOBS=" (Default: unset)
- Fix an issue with packages with missing origin
</content>
</entry>
<entry>
<title>Updating pkgtools/pkg_rolling-replace from 0.17 to 0.18</title>
<updated>2009-11-13T19:40:55Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2009-11-13T19:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56da03453d790e535aedfd213930a8e8ec0dd67b'/>
<id>urn:sha1:56da03453d790e535aedfd213930a8e8ec0dd67b</id>
<content type='text'>
Changes:
Added 3 new features:
1) Fetch only
2) Keep going after error (skip package)
3) Log output of make steps

Modified verbosity to report what's failed and what succeeds.
</content>
</entry>
</feed>
