<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libncurses, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-08-30T13:57:31Z</updated>
<entry>
<title>Unbreak the NOINSTALLLIB install.</title>
<updated>2003-08-30T13:57:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-08-30T13:57:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3a71bf3fda2b75f7fbc00a5a5315a984d30b2bb'/>
<id>urn:sha1:b3a71bf3fda2b75f7fbc00a5a5315a984d30b2bb</id>
<content type='text'>
PR:		50945
Submitted by:	Rene de Vries &lt;rene@tunix.nl&gt;
Reminded by:	jmallett
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2003-08-18T15:25:39Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-18T15:25:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f4a104ee88afa3e1dbff75adeec199348e0636a'/>
<id>urn:sha1:4f4a104ee88afa3e1dbff75adeec199348e0636a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stage 3 of dynamic root support. Make all the libraries needed to run</title>
<updated>2003-08-17T08:28:46Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-08-17T08:28:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41d8423f714369ea23708399e02792045f9c3f56'/>
<id>urn:sha1:41d8423f714369ea23708399e02792045f9c3f56</id>
<content type='text'>
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.
</content>
</entry>
<entry>
<title>Use</title>
<updated>2003-06-06T13:46:55Z</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2003-06-06T13:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a624f5e231be635938172fee38b15046d4ef3dd'/>
<id>urn:sha1:3a624f5e231be635938172fee38b15046d4ef3dd</id>
<content type='text'>
	cat ${.ALLSRC} &gt; ${.TARGET}
rather than
	ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.

Commented by:  marcel, obrien, bde
</content>
</entry>
<entry>
<title>Symlink with -f.</title>
<updated>2003-04-30T15:49:40Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-04-30T15:49:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bba777dd3bd0424b4581472727720218e66db03f'/>
<id>urn:sha1:bba777dd3bd0424b4581472727720218e66db03f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this compile under cs_CZ.ISO8859-2 locale.</title>
<updated>2003-04-18T13:01:07Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-04-18T13:01:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=27220696ca0bbcbd255e974cf23dcfbd014c7507'/>
<id>urn:sha1:27220696ca0bbcbd255e974cf23dcfbd014c7507</id>
<content type='text'>
Reported by:	Pav Lucistnik &lt;pav@oook.cz&gt;

We hit this problem earlier, in PR misc/45460.
</content>
</entry>
<entry>
<title>Migrate to a new way of dealing with building from old revisions of</title>
<updated>2003-04-05T20:30:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-05T20:30:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30aaff1192acd09c20cd6e8c70c9e8d023d4c818'/>
<id>urn:sha1:30aaff1192acd09c20cd6e8c70c9e8d023d4c818</id>
<content type='text'>
FreeBSD.  This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build).  We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files.  We then include this directory when building host binaries.

This removes all the past release compatibilty hacks from various
places in the tree.  We still build on tip of stable and current.  I
will work with those that want to support more, although I anticipate
it will just work.

Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
</content>
</entry>
<entry>
<title>Fixed CLEANFILES.</title>
<updated>2003-02-25T15:41:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-25T15:41:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e478cf0a5a2e19f2d13d75149db306d352c95bdf'/>
<id>urn:sha1:e478cf0a5a2e19f2d13d75149db306d352c95bdf</id>
<content type='text'>
Submitted by:	cron
</content>
</entry>
<entry>
<title>Actually check if stdbool.h exists when BOOTSTRAPPING.</title>
<updated>2002-11-13T13:47:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-13T13:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b448dd2f9ebb1f5ccf7ab98c6dbbbdc3aa7ceb48'/>
<id>urn:sha1:b448dd2f9ebb1f5ccf7ab98c6dbbbdc3aa7ceb48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bootstrapping aid for 4.0-RELEASE.</title>
<updated>2002-11-13T11:50:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-13T11:50:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4192cfffe2af7d7de2631778d8aca83401d16f4b'/>
<id>urn:sha1:4192cfffe2af7d7de2631778d8aca83401d16f4b</id>
<content type='text'>
</content>
</entry>
</feed>
