<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/bootstrap, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-12-03T15:14:50Z</updated>
<entry>
<title>Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.</title>
<updated>2004-12-03T15:14:50Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-12-03T15:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=998b0c7156c398a485c9894ae57403d161b66dca'/>
<id>urn:sha1:998b0c7156c398a485c9894ae57403d161b66dca</id>
<content type='text'>
Suggested by Roland Illig, ok'd by various.
</content>
</entry>
<entry>
<title>ditch NetBSD-specific stuff, specifically -Werror which xlc doesn't</title>
<updated>2004-11-27T14:42:28Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-11-27T14:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=28d482e20366b2b7b4e62ac23735bb01f5d36c90'/>
<id>urn:sha1:28d482e20366b2b7b4e62ac23735bb01f5d36c90</id>
<content type='text'>
support.
</content>
</entry>
<entry>
<title>ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) sets</title>
<updated>2004-11-26T12:08:44Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-11-26T12:08:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5d2dc3d07e1274144a9a101ceb87ccd23275f2e'/>
<id>urn:sha1:f5d2dc3d07e1274144a9a101ceb87ccd23275f2e</id>
<content type='text'>
MAKEFLAGS incorrectly and bmake interprets this as a target.

from Eric Schnoebelen in PR pkg/23683. thanks!
</content>
</entry>
<entry>
<title>add support for Tru64, patches provided by Tobias Nygren</title>
<updated>2004-11-20T04:31:35Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-11-20T04:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2d00c4fa469e4004719e4d51c0f6bc573529d76f'/>
<id>urn:sha1:2d00c4fa469e4004719e4d51c0f6bc573529d76f</id>
<content type='text'>
&lt;tnn at netilium dot org&gt; with minor changes by me.

tested on Tru64 5.0 and 5.1B.
</content>
</entry>
<entry>
<title>pull up revision 1.38 from src:</title>
<updated>2004-11-06T15:09:22Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-11-06T15:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c19057a345816bbaed23faa76dcfacf3df2c57aa'/>
<id>urn:sha1:c19057a345816bbaed23faa76dcfacf3df2c57aa</id>
<content type='text'>
Remove some code which makes file lookup rely on the fact that
the first two directory entries are "." and "..".
This behaviour is not required by applicable standards, and
actually not provided by "coda".
Now we get the "." and ".." into the per-directiry hash tables,
but this should not hurt.

fixes bmake build on Fedora Core 2, PR pkg/26140 from Shoichi Miyake.
</content>
</entry>
<entry>
<title>Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.</title>
<updated>2004-10-31T22:04:26Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-10-31T22:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fc056f0450172b931035d437467ba76379a3f03d'/>
<id>urn:sha1:fc056f0450172b931035d437467ba76379a3f03d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>note that you need -ma to bootstrap with xlc.</title>
<updated>2004-10-24T11:17:45Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-10-24T11:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=80b920cee519184be910ca307b909510f9d654dd'/>
<id>urn:sha1:80b920cee519184be910ca307b909510f9d654dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Why all the complexity?  Just remove $wrkdir.  (The previous incarnation left</title>
<updated>2004-10-11T13:50:17Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-11T13:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf4f4a1eaa57555a6146bf4e3bc4fb0e24dfeb7b'/>
<id>urn:sha1:bf4f4a1eaa57555a6146bf4e3bc4fb0e24dfeb7b</id>
<content type='text'>
a still-littered "work" directory; rather, this should nuke the whole thing.)
</content>
</entry>
<entry>
<title>Bump BOOTSTRAP_VERSION for previous.</title>
<updated>2004-10-08T17:29:00Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-08T17:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=73f7ae2a4a5137053a60082c6dcef446c12a999f'/>
<id>urn:sha1:73f7ae2a4a5137053a60082c6dcef446c12a999f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert part of rev 1.19:</title>
<updated>2004-10-08T17:26:45Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-08T17:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=917ae8c8daae36a078bc25ae2cbc20ff70ab2e4e'/>
<id>urn:sha1:917ae8c8daae36a078bc25ae2cbc20ff70ab2e4e</id>
<content type='text'>
There's one place where you absolutely *must* use bmake:  when building
pkg_install.  Otherwise its Makefiles will attempt to get $(MACHINE_ARCH)
from the system make, which is not likely to be correct on several
platforms.
</content>
</entry>
</feed>
