1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Kris Kennaway 23bd58ef86 * Support the -norsync argument to only remove the existing build chroots
on a disconnected client, without running the time-consuming rsyncs.
  This is useful when a build is interrupted and needs to be restarted.

* After we have cleaned up the machine, reset the queue counter by using
  pollmachine -queue.  This has a race condition if other builds are being
  dispatched to the machine (e.g. builds on another branch):

  getmachine can claim a directory and increment the counter, then the
  machine is polled and finds e.g. 0 chroots in use, and resets the
  counter to 0, then claim-chroot is run and the build dispatched, with
  the counter now off-by-one.  This could be fixed by running
  claim-chroot with the .lock held, but this turns out to be too
  time-consuming.  A two-level lock approach might also fix this
  efficiently.
2004-12-28 05:50:37 +00:00
accessibility
arabic
archivers update to 4.13. 2004-12-28 02:46:57 +00:00
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases
deskutils
devel We don't need to distinuish between %%LOCALBASE%% and %D anymore in the plist. 2004-12-28 03:28:02 +00:00
dns
editors
emulators
finance
french
ftp
games
german
graphics
hebrew
hungarian
irc
japanese - Update optional patch for SJIS_TAG option 2004-12-28 03:24:29 +00:00
java
korean
lang
mail - Remove WITH_NEW_ICON knob 2004-12-28 00:51:58 +00:00
math
mbone
misc
Mk
multimedia Use ${PTHREAD_LIBS} as suggested by krion and kriss. 2004-12-28 00:34:47 +00:00
net FreeBSD sets POLLIN along with POLLHUP when a pipe is reaches EOF. Account 2004-12-28 02:42:23 +00:00
net-im
net-mgmt
net-p2p - Take care of leftover directory 2004-12-28 02:31:37 +00:00
news
palm
polish
ports-mgmt pkg_rmleaves finds packages that are not requested by any other installed 2004-12-28 02:51:31 +00:00
portuguese
print
russian
science
security - Update to 2.2.1 2004-12-28 03:19:42 +00:00
shells
sysutils pkg_rmleaves finds packages that are not requested by any other installed 2004-12-28 02:51:31 +00:00
Templates
textproc - Fix plist, unmark BROKEN 2004-12-28 01:48:55 +00:00
Tools * Support the -norsync argument to only remove the existing build chroots 2004-12-28 05:50:37 +00:00
ukrainian
vietnamese
www add missing files to plist 2004-12-28 02:38:44 +00:00
x11
x11-clocks
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.cvsignore
CHANGES
LEGAL
Makefile
MOVED
README
UPDATING Add a notice about the personal configuration file of Gambas Database 2004-12-27 22:55:51 +00:00

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.