1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Matthias Andree c95b6b67fe Update to new upstream release candidate 2.74rc1.
To fix three regressions in 2.73:

1) The meaning of --conf-file without an argument changed from "don't
read any conf-file" to "read the default conf-file"

2) A resolv-file which was dangling symlink at startup causes
problems, up to and including a segmentation fault.

3) Under some circumstances, dnsmasq can use more file descriptors,
and this shows up that the code doesn't handle the limit (normally
1024) in the number of descriptors handled by the select() system call.
2015-07-15 00:57:19 +00:00
accessibility
arabic
archivers Update to version 0.09.42 2015-07-14 15:05:27 +00:00
astro - Update to 5.8 2015-07-12 18:21:25 +00:00
audio - Fix shebangs 2015-07-14 19:40:58 +00:00
benchmarks - Mark BROKEN: does not build as it still requires libtarantool.so which databases/tarantool no longer installs 2015-07-13 20:27:49 +00:00
biology - Update to 1.14.0 2015-07-12 18:25:07 +00:00
cad Update to r5933. 2015-07-14 07:44:21 +00:00
chinese
comms - Fix shebangs 2015-07-14 19:49:22 +00:00
converters - Update to 1.5 2015-07-12 16:07:19 +00:00
databases Upgrade to version 0.4.2. 2015-07-14 23:03:07 +00:00
deskutils Fix build when NLS is disabled. 2015-07-14 22:33:49 +00:00
devel Upgrade to 3.6.2 release. 2015-07-14 22:52:18 +00:00
dns Update to new upstream release candidate 2.74rc1. 2015-07-15 00:57:19 +00:00
editors The lazarus GTK1 interface has been discontinued upstream: 2015-07-14 20:16:29 +00:00
emulators Fix pre-build target to properly set environment variables. Note there is 2015-07-13 21:15:50 +00:00
finance - Update to 0.23-0 2015-07-12 10:54:03 +00:00
french
ftp ftp/filezilla: update 3.11.0.1 -> 3.12.0.2 2015-07-14 22:35:05 +00:00
games Use USES=metaport 2015-07-14 18:38:49 +00:00
german - Update to 2015.07.12 2015-07-13 17:28:59 +00:00
graphics * Add evince-lite port without dbus/nautilus/gnome-desktop 2015-07-14 23:28:42 +00:00
hebrew
hungarian
irc - Fix shebangs 2015-07-14 15:11:43 +00:00
japanese Update to 2.17.2106.102. 2015-07-13 07:30:49 +00:00
java
Keywords
korean
lang Upgrade to 3.6.2 release. 2015-07-14 22:52:18 +00:00
mail - Fix shebangs (actually affects slave bogofilter-tc port) 2015-07-13 19:02:21 +00:00
math math/py-bitmath: Represent and manipulate file sizes with different prefix notations 2015-07-14 19:53:38 +00:00
misc misc/py-progressbar231: text progress bar library for Python 2015-07-14 01:51:23 +00:00
Mk In elixir.mk, add MIX_REWRITE and ELIXIR_LIB_ROOT. 2015-07-14 23:05:31 +00:00
multimedia - Fix shebangs 2015-07-14 19:59:20 +00:00
net Switch opal to newer ffmpeg. 2015-07-14 21:25:37 +00:00
net-im - Fix shebangs 2015-07-14 19:46:18 +00:00
net-mgmt - shabang 2015-07-14 20:30:26 +00:00
net-p2p
news - Update to INN 2.5.5 2015-07-13 07:19:58 +00:00
palm
polish
ports-mgmt Update to version 1.05 2015-07-14 18:55:14 +00:00
portuguese - Update to 20150704 2015-07-11 15:27:53 +00:00
print Remove a printer configuration tool that is not usable anymore 2015-07-14 21:09:55 +00:00
russian
science science/metaf2xml update 1.56 -> 1.57 2015-07-14 21:00:53 +00:00
security Add an openvpn-polarssl that selects PolarSSL for its default TLS provider. 2015-07-15 00:10:59 +00:00
shells Update to R51 2015-07-11 14:08:05 +00:00
sysutils - Fix shebangs 2015-07-14 19:52:11 +00:00
Templates
textproc String operations the Python way - a package for those of us who miss Python's 2015-07-14 21:26:45 +00:00
Tools Invoke perl with /usr/bin/env 2015-07-09 06:49:28 +00:00
ukrainian
vietnamese
www Upgrade from 1.9.2 to 1.9.3. 2015-07-14 21:59:37 +00:00
x11 Upstream has disappeared and development ceased 2015-07-14 20:30:00 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits The lazarus GTK1 interface has been discontinued upstream: 2015-07-14 20:16:29 +00:00
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Remove a printer configuration tool that is not usable anymore 2015-07-14 21:09:55 +00:00
README
UIDs
UPDATING - Document the change of graphics/gdal 2015-07-11 15:27:28 +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 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.