aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat3x
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add usage-example for the misc/compat[34]x portsedwin2003-01-201-0/+9
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update with the latest binaries and unmark FORBIDDEN.knu2002-09-263-50/+30
| | | | | | Properly include libperl.so.3 for CURRENT. Binaries built and contributed by: motoyuki
* Mark FORBIDDEN due to buffer overflow in resolver in libc.knu2002-07-241-0/+2
| | | | (FreeBSD-SA-02:28.resolv)
* Backout previous commit (addition of libperl), for some reason it isn't reallysobomax2002-03-181-1/+0
| | | | | | | installed. Submitted by: bento Pointy hat to: sobomax
* Add missed libperl.sobomax2002-03-151-0/+1
|
* Update to latest available snapshot for i386/5-CURRENT:petef2002-02-262-8/+8
| | | | | | - 5.0-20020219-CURRENT PR: 34516
* 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-293-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-162-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