summaryrefslogtreecommitdiff
path: root/misc/compat22 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 4.6.2 and unmark FORBIDDEN.Akinori MUSHA2002-09-252-8/+6
| | | | Notes: svn path=/head/; revision=67131
* Mark FORBIDDEN due to buffer overflow in resolver in libc.Akinori MUSHA2002-07-241-0/+2
| | | | | | | (FreeBSD-SA-02:28.resolv) Notes: svn path=/head/; revision=63471
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53958
* - Use the distfiles from 4.4-RELEASE.Akinori MUSHA2001-10-122-8/+7
| | | | | | | | | | - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :) Notes: svn path=/head/; revision=48697
* Create target directories before installation.Satoshi Asami2001-08-241-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46794
* Change PREFIX from /usr to the default not to harm bento.Akinori MUSHA2001-08-152-7/+12
| | | | | | | | | 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. Notes: svn path=/head/; revision=46292
* Use other way to disconnect compatX ports from the bento build.Maxim Sobolev2001-08-151-0/+4
| | | | Notes: svn path=/head/; revision=46270
* Add compat22, compat3x and compat4x. These packages allow you toAkinori MUSHA2001-08-135-0/+91
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 Notes: svn path=/head/; revision=46163