<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libss, branch upstream/2.0.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-06-10T19:44:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1995-06-10T19:44:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-10T19:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbe312c9f723b704a542825383058d1a2eb63f94'/>
<id>urn:sha1:fbe312c9f723b704a542825383058d1a2eb63f94</id>
<content type='text'>
'RELENG_2_0_5_RELEASE'.

This commit was manufactured to restore the state of the 2.0.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove private mkdir for /usr/include/ss, no handled by mtree.</title>
<updated>1995-03-18T08:34:42Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-03-18T08:34:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dddb7b460b1742ad5b20418f96ef3d0502c76a91'/>
<id>urn:sha1:dddb7b460b1742ad5b20418f96ef3d0502c76a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Repeat after me kids: "I will not try to install files into a directory</title>
<updated>1995-03-15T01:33:05Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-03-15T01:33:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b337d29402f57b28e4acfd2216af89777f06a76e'/>
<id>urn:sha1:b337d29402f57b28e4acfd2216af89777f06a76e</id>
<content type='text'>
when I'm not sure whether or not that directory exists."

Today I discovered that rebuilding /usr/include completely from scratch
doesn't work, because the libss Makefile tries to install headers into
/usr/include/ss, which 'make includes' does not create. The result is that
the libss Makefile plants the header files in /usr/include as individual
files called 'ss,' with the second one overwriting the first, and the
third one overwriting the second. So instead of a directory called
/usr/include/ss, you end up with just one file called /usr/include/ss with
only the last header file in it. Check out /usr/include/ss on freefall
and you'll see what I mean.

I've modified the beforeinstall target in the libss Makefile to check
for the presence of the ${DESTDIR}/usr/include/lbss directory and to
create it if it isn't already there. Hopefully I did it right.
</content>
</entry>
<entry>
<title>Fix broken makefile.</title>
<updated>1995-02-12T02:35:35Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-02-12T02:35:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4519b7339318b3b40f0323e9e68c79012ffcf50c'/>
<id>urn:sha1:4519b7339318b3b40f0323e9e68c79012ffcf50c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CLEANFILES was missing a few files.</title>
<updated>1995-02-08T21:11:39Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-02-08T21:11:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2b5bd7a7911d0f00b94edd28e57cedf0b33855b'/>
<id>urn:sha1:c2b5bd7a7911d0f00b94edd28e57cedf0b33855b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Jordan happy:</title>
<updated>1995-01-23T18:56:40Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-01-23T18:56:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e79b19bc05e781af46adb703ff4dca8931895543'/>
<id>urn:sha1:e79b19bc05e781af46adb703ff4dca8931895543</id>
<content type='text'>
1) Link against object directory version of libcom_err.so.
2) Don't try to install ss_err.h if we haven't made it yet.  It's not
   on the critical path for `make world' at this point.
</content>
</entry>
<entry>
<title>Fix from Rod so that std_rqs.c can get rebuilt properly when</title>
<updated>1995-01-21T23:30:31Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-01-21T23:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1253de3840bc098146da723a7dac6cd8fa7d9075'/>
<id>urn:sha1:1253de3840bc098146da723a7dac6cd8fa7d9075</id>
<content type='text'>
doing a make world.
</content>
</entry>
<entry>
<title>Port to FreeBSD.</title>
<updated>1995-01-19T22:28:38Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-01-19T22:28:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23432254885ec11c897275b013da93a9eba1717f'/>
<id>urn:sha1:23432254885ec11c897275b013da93a9eba1717f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MIT SIPB `subsystem' library, needed for `kadmin' and some other MIT programs.</title>
<updated>1995-01-19T21:28:01Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-01-19T21:28:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=282244c5b6328a489f08d00612722fbfd46a52c6'/>
<id>urn:sha1:282244c5b6328a489f08d00612722fbfd46a52c6</id>
<content type='text'>
</content>
</entry>
</feed>
