1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Maho Nakata 03fa031ccc Fix broken for 4-STABLE:
1. ports/math/spooles uses threading, so add pthread explicitly
   for 5.1-BETA we don't ever need it.
2. _toupper should be a macro version of subset of toupper.
   See the difference between ctype.h of 5.1-BETA and 4-STABLE.
   However, I don't see the reason why it cgx uses _toupper (thread safety?).

Pointed out by: kris
2003-05-10 00:48:45 +00:00
accessibility
arabic
archivers Add bicom and xmill. 2003-05-09 19:04:57 +00:00
astro Update to 2.27 2003-05-09 15:44:42 +00:00
audio Add id3ed's homepage. 2003-05-10 00:35:41 +00:00
benchmarks
biology
cad Fix broken for 4-STABLE: 2003-05-10 00:48:45 +00:00
chinese
comms
converters
databases
deskutils
devel Unbreake by using USE_GCC= 3.2 2003-05-09 23:49:54 +00:00
dns
editors
emulators
finance
french
ftp
games Fix build on 4.x by including sys/types.h. 2003-05-09 23:15:49 +00:00
german
graphics
hebrew
hungarian
irc
japanese
java
korean
lang Update to the second prerelease of GCC 3.3. Add support for the core 2003-05-09 14:47:00 +00:00
mail
math Fix linkage problem for multithreaded support. 2003-05-09 22:45:59 +00:00
mbone
misc Update to 2.27 2003-05-09 15:44:42 +00:00
Mk
multimedia dbts 1.0a, A imprementation of Digital Video Transport System, is a 2003-05-09 17:38:52 +00:00
net Do not define LIBNET_LIL_ENDIAN -- it should be defined in libnet headers. 2003-05-09 19:21:34 +00:00
net-im
net-mgmt
net-p2p
news
palm
picobsd
polish
ports-mgmt
portuguese
print This port CONFLICTS with ghostscript-afpl* 2003-05-10 00:40:37 +00:00
russian
science
security * Fix some problems with building the Kerberos IV and 5 mechs. 2003-05-09 12:41:21 +00:00
shells
sysutils Update to 1.2.2 2003-05-09 12:23:23 +00:00
Templates
textproc Add a missing dependency on libgnomeui. 2003-05-10 00:09:41 +00:00
Tools
ukrainian
vietnamese
www Update to 0.9.20030424 2003-05-09 13:40:44 +00:00
x11 Upgrade to 5.07.1. 2003-05-09 15:44:28 +00:00
x11-clocks
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits Upgrade to PyQT 3.5 2003-05-09 18:14:45 +00:00
x11-wm
.cvsignore
INDEX
INDEX-5
LEGAL
Makefile
MOVED
README

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/doc/en_US.ISO8859-1/books/handbook/

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.