Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SIZEify. | trevor | 2004-01-30 | 1 | -0/+1 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Add usage-example for the misc/compat[34]x ports | edwin | 2003-01-20 | 1 | -0/+9 |
| | |||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-11 | 2 | -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. | adamw | 2002-11-07 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | Update with the latest binaries and unmark FORBIDDEN. | knu | 2002-09-26 | 3 | -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. | knu | 2002-07-24 | 1 | -0/+2 |
| | | | | (FreeBSD-SA-02:28.resolv) | ||||
* | Backout previous commit (addition of libperl), for some reason it isn't really | sobomax | 2002-03-18 | 1 | -1/+0 |
| | | | | | | | installed. Submitted by: bento Pointy hat to: sobomax | ||||
* | Add missed libperl. | sobomax | 2002-03-15 | 1 | -0/+1 |
| | |||||
* | Update to latest available snapshot for i386/5-CURRENT: | petef | 2002-02-26 | 2 | -8/+8 |
| | | | | | | - 5.0-20020219-CURRENT PR: 34516 | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -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) | knu | 2001-12-29 | 3 | -14/+14 |
| | |||||
* | - Update to the latest available versions: | knu | 2001-10-12 | 2 | -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. | asami | 2001-08-24 | 1 | -1/+1 |
| | | | | Submitted by: bento | ||||
* | Change PREFIX from /usr to the default not to harm bento. | knu | 2001-08-16 | 2 | -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. | sobomax | 2001-08-15 | 1 | -0/+4 |
| | |||||
* | Add compat22, compat3x and compat4x. These packages allow you to | knu | 2001-08-13 | 5 | -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 |