<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/parallel, branch pkgviews</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgviews</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgviews'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2002-07-17T13:17:21Z</updated>
<entry>
<title>Make sure that we check whether we check whether the distfiles exist</title>
<updated>2002-07-17T13:17:21Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2002-07-17T13:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d0c2f7d7cf7526397b9cdb3523e4ae5893f259e'/>
<id>urn:sha1:8d0c2f7d7cf7526397b9cdb3523e4ae5893f259e</id>
<content type='text'>
first in BATCH mode.</content>
</entry>
<entry>
<title>Deprecate IS_INTERACTIVE</title>
<updated>2002-07-02T11:39:46Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2002-07-02T11:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b22fc486dcea9ac2b40ea885dfe9cea9fa25285'/>
<id>urn:sha1:6b22fc486dcea9ac2b40ea885dfe9cea9fa25285</id>
<content type='text'>
Mark this package as using an interactive fetch stage</content>
</entry>
<entry>
<title>Explicitly set PVM_ROOT to fix installation stage. This is due to the change in</title>
<updated>2002-02-07T10:49:07Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2002-02-07T10:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c90b725a3b32c1bcd9103fc2165a791611dffab4'/>
<id>urn:sha1:c90b725a3b32c1bcd9103fc2165a791611dffab4</id>
<content type='text'>
revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment
for a recursive make. May be it is not needed anymore in MAKE_ENV?</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-10-31T22:52:58Z</updated>
<author>
<name>zuntum</name>
<email>zuntum@pkgsrc.org</email>
</author>
<published>2001-10-31T22:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d038a73ebd432fae3ce355b84443038f88cb7199'/>
<id>urn:sha1:d038a73ebd432fae3ce355b84443038f88cb7199</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the post-patch custom script into the package Makefile.</title>
<updated>2001-10-26T14:37:56Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2001-10-26T14:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42f4f968e128751ca187b0ce446fe1821dd6d503'/>
<id>urn:sha1:42f4f968e128751ca187b0ce446fe1821dd6d503</id>
<content type='text'>
</content>
</entry>
<entry>
<title>At present, if there is a pre-&lt;target&gt; or post-&lt;target&gt; script in</title>
<updated>2001-10-26T14:09:59Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2001-10-26T14:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d52dd5005a19d883c718553fa7ad3116889f3246'/>
<id>urn:sha1:d52dd5005a19d883c718553fa7ad3116889f3246</id>
<content type='text'>
the scripts/ directory, it will be run automatically as part of
the build process, by bsd.pkg.mk.  There are now exactly 5 packages
in pkgsrc which use this facility, and yet, for every package build,
the existence of a script is checked by bsd.pkg.mk once before the
target is executed, and once afterwards. This incurs needless
overhead.

Move the separate pre- and post- script handling out of bsd.pkg.mk into
the individual package Makefiles, where it's much more obvious what is
happening, anyway.</content>
</entry>
<entry>
<title>Mechanical changes to 375 files to change dependency patterns of the form</title>
<updated>2001-09-27T23:17:41Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2001-09-27T23:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f79573370a0e23409840de418068dce41749898e'/>
<id>urn:sha1:f79573370a0e23409840de418068dce41749898e</id>
<content type='text'>
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.</content>
</entry>
<entry>
<title>Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:</title>
<updated>2001-09-09T20:36:07Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2001-09-09T20:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a16fc84f19dd8bf3201242f9e04334979fbebb2f'/>
<id>urn:sha1:a16fc84f19dd8bf3201242f9e04334979fbebb2f</id>
<content type='text'>
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).</content>
</entry>
<entry>
<title>Update clusterit to 2.0.</title>
<updated>2001-08-14T08:33:32Z</updated>
<author>
<name>garbled</name>
<email>garbled@pkgsrc.org</email>
</author>
<published>2001-08-14T08:33:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b0714213c51c8491ba6bdddf4c21d8edf19a38b'/>
<id>urn:sha1:6b0714213c51c8491ba6bdddf4c21d8edf19a38b</id>
<content type='text'>
Changes include:
Added new dvt command, which allows you to open xterms to multiple hosts
and control them all via one input window.
Added new jsh command, which allows better job scheduling specifically
designed for parallel compiling.
Multiple bugfixes and enhancements.  Much much faster execution.</content>
</entry>
<entry>
<title>forgot to cvs add these first.</title>
<updated>2001-05-24T19:51:47Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill@pkgsrc.org</email>
</author>
<published>2001-05-24T19:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b11d1092a036b1dafe00463051471d7a284576d'/>
<id>urn:sha1:6b11d1092a036b1dafe00463051471d7a284576d</id>
<content type='text'>
</content>
</entry>
</feed>
