summaryrefslogtreecommitdiffstats
path: root/lib/compat
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
|
* I seem to be having some CVS problems... I don't know why this wasn'tobrien1999-05-221-0/+702
| | | | commited with the Makefile fixes. CVS/Entries clearly show it being added...
* Add an a.out ld.so so these distributions are standalone.obrien1999-05-214-8/+1416
|
* Need a few more dependacies.obrien1999-05-211-3/+3
|
* Add usr/libexec/ld.soobrien1999-05-211-2/+4
|
* Hookup compat22/a.out libs.obrien1999-05-081-1/+4
|
* Compatability libraries for 2.2.x binaries.obrien1999-05-0835-0/+25300
| | | | Note that these are thus our a.out compatability libraries.
* Add libf2c.so.2 for our FORTRAN friends.obrien1999-04-222-2/+792
|
* Add the compat3x series of uuencoded, gziped balls of fun.obrien1999-04-201-1/+4
|
* Welcome to the compat3x series.obrien1999-04-203-0/+4616
|
* Add aout to the links also.jhay1999-04-071-2/+3
| | | | Reviewed by: peter
* Install these compat libs to /usr/lib/compat/aout. I think this will workpeter1999-04-063-6/+6
| | | | with the release builds.
* /usr/lib/compat -> /usr/lib/compat/aoutjkh1998-09-261-2/+2
| | | | | This change will need to be reviewed just as soon as we start generating ELF compat libs, but for now it does the right thing for a.out libs.
* Add libg++ 3.0jkh1997-04-032-2/+4255
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | 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.
* libgmp.so.2.0 was missing from the compat21 distpeter1996-12-312-2/+428
| | | | | | (should be in 2.2) Reported by: John Fieber <jfieber@indiana.edu>
* Use `beforeinstall' target instead of `install' target to avoid setting abde1996-12-312-4/+4
| | | | bad example.
* Use `beforeinstall' target instead of `install' target so that the linksbde1996-12-311-4/+3
| | | | | | | get installed. The `install' target should only be overridden when the default one would do something wrong and you're too lazy to fix the default one.
* LIBMODE -> LIBOWNjkh1996-12-302-4/+4
|
* Argh, guys, LIBOWN, not LIBMODE for -o! :-)jkh1996-12-301-2/+2
|
* Fix some more problems:peter1996-12-284-25/+24
| | | | | | | | | | | | | | | | - the .gz files are no longer used as intermediate files, it's in a pipe now. (gunzip normally deleted them anyway, but this should not hurt) - I accidently left a -p arg to install from testing. Bruce says it should be ${COPY} instead, but almost everything else in the tree uses plain -c anyway. - Use "LINKS=" or two identical files are installed sepeately instead of as links (doh!) - Use "LIB..." instead of "BIN..." for install permissions. Note that we still use bsd.prog.mk, not bsd.lib.mk because bsd.lib.mk has problems (it can't install a library unless it compiles it). - Define LIBCOMPATDIR in Makefile.inc instead of using BINDIR. Mostly submitted by: bde
* BINMODE != BINOWN - I was wondering why the output files were owned byjkh1996-12-233-6/+6
| | | | uid 555. :-)
* In the spirit of Christmas, I give ye a gift!peter1996-12-2330-0/+23455
- A major 11th hour, last second, untested commit! Build some infrastructure to clean up the compat lib distributions, and also allow them to be installed from the source tree rather than having to to and get the tarballs from freefall or a CD. Some tweaks to /etc/make.conf are in the pipeline to enable it. This came about because it became apparent that we'd have to change the compat21.tgz tarball to fix the NIS problem with 2.1.x binaries. Since it's tar..gz.uu, doing this would have caused a huge repository change and we may as well try and fix it once and for all. Now, adding/removing libraries should have MUCH less repository impact. Peril sensative sunglasses: on! Flame proof suit: on! Concept reviewed by a stream of ascii representing the opinion of: jkh Changes casually reviewed by: jkh (but not actually tested)
OpenPOWER on IntegriCloud