<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libgnumalloc/Makefile, branch release/2.2.7_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1998-07-24T04:57:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1998-07-24T04:57:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1998-07-24T04:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8a3fe17f40c9b40fdba5b5a54eccb48a980e821'/>
<id>urn:sha1:a8a3fe17f40c9b40fdba5b5a54eccb48a980e821</id>
<content type='text'>
'RELENG_2_2_7_RELEASE'.

This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Yet another attempt to remove the old libraries correctly.  libfoo.*</title>
<updated>1996-10-08T20:06:41Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-10-08T20:06:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ee3f0c3feb600fcc5c284a2777674fc74275402'/>
<id>urn:sha1:2ee3f0c3feb600fcc5c284a2777674fc74275402</id>
<content type='text'>
was misnamed foo.*.
</content>
</entry>
<entry>
<title>Peter must be sick of this, so I changed it directly.  Fixed:</title>
<updated>1996-09-27T16:22:49Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-27T16:22:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b017ff4eb8d813e9adc10a1cb7c2210ea8f4c6e9'/>
<id>urn:sha1:b017ff4eb8d813e9adc10a1cb7c2210ea8f4c6e9</id>
<content type='text'>
- old static non-profiled libraries were removed in the wrong directory
  if ${ORIG_SHLIBDIR} != ${LIBDIR}.
- old profiled libraries weren't removed.
- new shared compat libraries were installed in the wrong directory if
  ${ORIG_SHLIBDIR} != /usr/lib.
- some lines were too long.
Added some comments about cases that have caused problems.  Changed
libfoo to ${LIB} so that libresolv/Makefile and libgnumalloc/Makefile
are almost identical.
</content>
</entry>
<entry>
<title>Don't rely on LIBDIR having been equal to SHLIBDIR on Bruce's suggestion.</title>
<updated>1996-09-27T12:10:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-27T12:10:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78a660dc2345ce368555cbdf48538b3fd0147be3'/>
<id>urn:sha1:78a660dc2345ce368555cbdf48538b3fd0147be3</id>
<content type='text'>
Set ORIG_SHLIBDIR to the expanded value of ${SHLIBDIR}, and use that
as a base to modify the new SHLIBDIR without getting infinite recursion.
</content>
</entry>
<entry>
<title>Repository copy libfakegnumalloc to libgnumalloc and remove the symlink</title>
<updated>1996-09-27T06:58:05Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-27T06:58:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1516dba3a390209ab26a60bc955468ccff142960'/>
<id>urn:sha1:1516dba3a390209ab26a60bc955468ccff142960</id>
<content type='text'>
stuff and detection for the "gnumalloc" port which doesn't exist and
nobody has cared enough about for the past 6 months or so to implement.

As has been pointed out to me (quite a few times) in email, the people
that had been bitten by the changes had failed to follow the instructions
about updating /etc/rc.

Bruce also pointed out that after my last commit, it was no longer
removing /usr/lib/libgnumalloc.so.2.0 as it should have been.

Hopefully this (and the comments in the Makefile) should defuse the problem
a bit.
</content>
</entry>
<entry>
<title>Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was</title>
<updated>1996-09-26T14:22:32Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-26T14:22:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2419d6fe217f59adef8ac94df4ad9b3b2afca69'/>
<id>urn:sha1:b2419d6fe217f59adef8ac94df4ad9b3b2afca69</id>
<content type='text'>
Before", hopefully it won't cause as much hassle.  This now entirely
confines it's activities to /usr/lib/compat/lib{fake,}gnumalloc.so.2.0
</content>
</entry>
<entry>
<title>Minor tweaks for the fake libgnumalloc stuff.  No longer build, install and</title>
<updated>1996-09-19T09:36:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-19T09:36:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fab12fa551bb9a7511a1bbb83ad199b58231df65'/>
<id>urn:sha1:fab12fa551bb9a7511a1bbb83ad199b58231df65</id>
<content type='text'>
then rm the *.a version
</content>
</entry>
<entry>
<title>Add cfree,</title>
<updated>1996-09-02T13:15:01Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-09-02T13:15:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7bc7f68850d8476c91ec92de290d38dfd278815'/>
<id>urn:sha1:b7bc7f68850d8476c91ec92de290d38dfd278815</id>
<content type='text'>
Move to usr/lib/compat
</content>
</entry>
<entry>
<title>Add a missing ${ on a make variable..</title>
<updated>1996-08-30T01:08:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-30T01:08:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2eb5b7c878e064160f0cbefafe87526a40a1e5b2'/>
<id>urn:sha1:2eb5b7c878e064160f0cbefafe87526a40a1e5b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some fixes:</title>
<updated>1996-02-12T12:40:04Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-02-12T12:40:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09d46ab02c0ed0592d94c99f2026561a611a6905'/>
<id>urn:sha1:09d46ab02c0ed0592d94c99f2026561a611a6905</id>
<content type='text'>
- shared libraries are in ${SHLIBDIR}, not necessarily in ${LIBDIR}.
- don't remove or create any shared library versions except 2.0.

and improvements:
- don't use rm -r.
- indent the long shell command.

Submitted by:	bde
</content>
</entry>
</feed>
