summaryrefslogtreecommitdiffstats
path: root/misc/compat3x
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update for i386/4-STABLE. (libc_r.so.4 was removed)knu2001-12-283-14/+14
|
* - Update to the latest available versions:knu2001-10-122-17/+52
| | | | | | | | | | 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/i386: 5.0-20011011-CURRENT - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
* Create target directories before installation.asami2001-08-241-1/+1
| | | | Submitted by: bento
* Change PREFIX from /usr to the default not to harm bento.knu2001-08-152-7/+11
| | | | | | Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
* Use other way to disconnect compatX ports from the bento build.sobomax2001-08-151-0/+4
|
* Add compat22, compat3x and compat4x. These packages allow you toknu2001-08-135-0/+81
install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Altered by: knu
OpenPOWER on IntegriCloud