1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
David E. O'Brien 3e86864a19 Somewhere along the way of 8-CURRENT, we seem to have diverged in
functionality from other Unixen (including FreeBSD 7.0):
	NcFTP's sio library function, _SConnect, wants to select() for one
	descriptor.  It creates fd_set structures for writable fds and
	exception fds, with each fd set having only one bit set corresponding
	to the single descriptor it is selecting.  select() then returns 2,
	rather than 1.  NcFTP was checking if select returned 1, and if so,
	OK, if not 1, error.  Since 2 was returned, this was causing a problem.

Submitted by:	Mike Gleason <mgleason@ncftp.com>
2008-09-03 15:32:54 +00:00
accessibility The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
arabic
archivers The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
astro
audio
benchmarks
biology
cad
chinese The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
comms The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
converters
databases Update to 0.43. 2008-09-03 13:41:19 +00:00
deskutils The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
devel Update to 1.11 2008-09-03 14:49:43 +00:00
dns
editors
emulators Add entry for emulators/aqemu 2008-09-03 15:18:48 +00:00
finance
french The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
ftp Somewhere along the way of 8-CURRENT, we seem to have diverged in 2008-09-03 15:32:54 +00:00
games The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
german The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
graphics - Update to proj-4.6.1 and proj-datumgrid-1.4 2008-09-03 15:32:25 +00:00
hebrew
hungarian The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
irc
japanese The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
java Remove empty files. 2008-09-03 14:45:10 +00:00
korean The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
lang
mail
math - Update to 5.16.3 2008-09-03 15:17:34 +00:00
mbone
misc The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
Mk The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
multimedia The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
net The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
net-im
net-mgmt
net-p2p
news
palm
polish The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
ports-mgmt
portuguese The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
print
russian The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
science
security - simplify dependency 2008-09-03 15:20:16 +00:00
shells
sysutils Unbreak on CURRENT 2008-09-03 15:01:19 +00:00
Templates
textproc Update to 0.10. 2008-09-03 13:48:40 +00:00
Tools
ukrainian The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
vietnamese
www Update to 1.0.0 release. 2008-09-03 13:36:27 +00:00
x11 The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
x11-clocks The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 2008-09-03 13:06:24 +00:00
x11-toolkits
x11-wm
.cvsignore
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

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 ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will 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.