Personal patches
6ce93e77d0
old location caused some variables (most notably CONFIGURE_TARGET) to be undefined. PR: 10724 (2) Fix comment about CONFIGURE_TARGET. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> (3) Add comment to FETCH_CMD test indicating that it *is* intentional that all 3.x versions use "fetch -A" -- people using the upgrade kit won't have their ${OSVERSION} updated. (4) Add MASTER_SITE_TCLTK which is, well, Tcl/Tk master sites. Submitted by: Bill "the typo picker" Fumerola <billf@jade.chc-chimes.com> (5) Add new variable FORBIDDEN indicating that the port shouldn't be built -- this is different from BROKEN, which now means we think it's broken but the user should be more than happy if it actually works. (6) Add support for system/upgrade kit version check. The file /var/db/pkg/.mkversion is compared to the BSDPORTMKVERSION variable (basically the date a bsd.port.mk with an incompatible change is committed). If the system is too old, bsd.port.mk will urge the user to install an upgrade kit. Submitted by: billf (some parts) Reviewed by: the ports list (7) Remove "ac_cv_path_CC=${CC}" from configure's envirenment, it's supposed to find this stuff by itself (and if it doesn't then it's an individual port's responsibility to add it). Reported by: Archie Cobbs <archie@whistle.com> BSDPORTMKVERSION is bumped (actually initialized) to 19990327, by the way. |
||
---|---|---|
archivers | ||
astro | ||
audio | ||
benchmarks | ||
biology | ||
cad | ||
chinese | ||
comms | ||
converters | ||
databases | ||
deskutils | ||
devel | ||
dns | ||
editors | ||
emulators | ||
finance | ||
ftp | ||
games | ||
german | ||
graphics | ||
irc | ||
japanese | ||
java | ||
korean | ||
lang | ||
math | ||
mbone | ||
misc | ||
Mk | ||
multimedia | ||
net | ||
net-im | ||
net-mgmt | ||
news | ||
palm | ||
ports-mgmt | ||
russian | ||
science | ||
security | ||
shells | ||
sysutils | ||
Templates | ||
textproc | ||
Tools | ||
vietnamese | ||
www | ||
x11 | ||
x11-clocks | ||
x11-fm | ||
x11-fonts | ||
x11-servers | ||
x11-themes | ||
x11-toolkits | ||
x11-wm | ||
.cvsignore | ||
INDEX | ||
LEGAL | ||
Makefile | ||
README | ||
YEAR2000 |
This is the FreeBSD Ports Collection. For an easy to use WEB-based interface to it, please see: http://www.freebsd.org/ports For general information on the ports collection, please see the FreeBSD Handbook which is available from: file://localhost/usr/share/doc/handbook/handbook.html (if you installed the doc distribution on your machine) Or: http://www.freebsd.org/handbook/handbook.html for the latest official version from FreeBSD-current. The section "The Ports Collection" will tell you how to use the ports and packages and the "Porting Applications" section describes how one can contribute to the ports collection. If you would like to search for a given port, you can do so easily by saying: make search key="<keyword>" Which will generate a list of all ports matching <keyword>. NOTE: This tree can GROW significantly in size during normal usage! The distribution tar files can and do accumulate in /usr/ports/distfiles, and the individual ports will also use up lots of space in their work subdirectories unless you remember to "make clean" after you're done building a given port. /usr/ports/distfiles can also be periodically cleaned without ill-effect, though if you don't have the original distribution tarball(s) for something on CDROM then you will need to pull it all over your network connection again if you ever try to build the associated port.