| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
have been linked against it. Try and clean up the leftovers. Also, put
the a.out libs in /usr/lib/compat/aout since that's where the default
a.out ldconfig compat path points to.
Notes:
svn path=/head/; revision=40197
|
|
|
|
| |
Notes:
svn path=/head/; revision=22993
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
| |
was misnamed foo.*.
Notes:
svn path=/head/; revision=18814
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=18517
|
|
|
|
|
|
|
|
| |
Set ORIG_SHLIBDIR to the expanded value of ${SHLIBDIR}, and use that
as a base to modify the new SHLIBDIR without getting infinite recursion.
Notes:
svn path=/head/; revision=18510
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=18506
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=18497
|
|
|
|
|
|
|
| |
then rm the *.a version
Notes:
svn path=/head/; revision=18386
|
|
|
|
|
|
|
| |
Move to usr/lib/compat
Notes:
svn path=/head/; revision=17999
|
|
|
|
| |
Notes:
svn path=/head/; revision=17923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=14056
|
|
"gnumalloc*"
Notes:
svn path=/head/; revision=14029
|