Personal patches
Go to file
2020-10-29 01:16:16 +00:00
accessibility
arabic
archivers Fix plist when PYTHON option is disabled 2020-10-26 21:50:58 +00:00
astro - Update to r4587 2020-10-26 00:29:19 +00:00
audio audio/musescore: fix build on GCC architectures 2020-10-28 12:03:09 +00:00
base
benchmarks benchmarks/bombardier: Update to 1.2.5 2020-10-27 21:41:56 +00:00
biology biology/mummer: fix build on powerpc64 elfv2 and powerpc64le 2020-10-25 23:03:14 +00:00
cad cad/netgen-lvs: Update 1.5.156 -> 1.5.157 2020-10-26 05:02:55 +00:00
chinese
comms comms/gammu: upgrade to 1.42.0 2020-10-27 15:24:23 +00:00
converters Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-10-27 18:29:55 +00:00
databases databases/freetds-devel: Update version 1.2.61=>1.2.67 2020-10-29 00:06:18 +00:00
deskutils Update man-page to cover newly introduced features. 2020-10-28 21:14:08 +00:00
devel devel/llvm10: really fix the AT_EXECPATH fallback =( 2020-10-28 23:58:56 +00:00
dns dns/ddclient: Update to v3.9.1 2020-10-27 14:26:24 +00:00
editors editors/tea: Update to 50.1.0 2020-10-27 20:52:09 +00:00
emulators emulators/rpcs3: update to 0.0.12.11104 2020-10-29 00:53:04 +00:00
finance Add missing dependency. 2020-10-26 09:43:22 +00:00
french
ftp
games games/linux-steam-utils: update to 20201010 2020-10-28 16:42:08 +00:00
german
graphics graphics/mesa-devel: update to 20.2.b.3556 2020-10-29 00:53:12 +00:00
hebrew
hungarian
irc Add a missing dependency 2020-10-27 10:57:38 +00:00
japanese
java java/openjfx14: add new port 2020-10-28 17:15:33 +00:00
Keywords
korean
lang Our only consumer in the tree (devel/xtensa-esp32-elf) does not require 2020-10-28 19:12:31 +00:00
mail - update to 3.6-20201026 2020-10-27 18:27:26 +00:00
math math/py-chaospy: Update 4.0.0 -> 4.0.1 2020-10-28 00:35:45 +00:00
misc Add 12.2-RELEASE MANIFEST files. 2020-10-27 23:34:26 +00:00
Mk Update KDE Plasma Desktop to 5.20.2 2020-10-27 17:46:56 +00:00
multimedia multimedia/wf-recorder: make pulseaudio optional 2020-10-28 08:15:33 +00:00
net net/unison232: isolate self-test from pre-existing $HOME 2020-10-28 21:34:19 +00:00
net-im net-im/pecl-stomp2: Ignore with PHP 8.0 2020-10-26 23:21:56 +00:00
net-mgmt net-mgmt/prometheus-collectd-exporter: Update to 0.5.0 2020-10-28 17:34:52 +00:00
net-p2p net-p2p/qbittorren: Update 4.2.5 -> 4.3.0.1 2020-10-24 18:14:30 +00:00
news Simplify makefile handling 2020-10-28 10:38:49 +00:00
polish
ports-mgmt
portuguese
print PECL pdflib is deprecated and doesn't support PHP 8.0. 2020-10-27 09:50:00 +00:00
russian
science science/plumed: Update 2.6.1 -> 2.6.2 2020-10-28 01:33:14 +00:00
security security/titus: Update to 0.4 2020-10-28 15:27:23 +00:00
shells Take maintainership 2020-10-26 16:54:15 +00:00
sysutils x11-toolkits/wlroots: enable LIBSEAT by default 2020-10-28 14:41:59 +00:00
Templates
textproc Set LICENSE & NO_ARCH 2020-10-28 10:53:24 +00:00
Tools
ukrainian
vietnamese
www Update the kernel TLS patch to make all hunks succeeded. 2020-10-28 14:06:53 +00:00
x11 x11/phosh: update to 0.5.0 2020-10-29 01:16:16 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts Update to 4.504 2020-10-26 07:13:56 +00:00
x11-servers
x11-themes x11-themes/xfce-icons-elementary: fix build on GCC architectures 2020-10-28 00:42:29 +00:00
x11-toolkits x11-toolkits/gtkd: Add new port 2020-10-28 18:40:13 +00:00
x11-wm x11-wm/phoc: update to 0.4.4 2020-10-29 01:16:11 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs net-mgmt/bosun: create port 2020-10-27 18:06:25 +00:00
LEGAL
Makefile
MOVED Remove expired ports: 2020-10-27 22:44:00 +00:00
README
UIDs net-mgmt/bosun: create port 2020-10-27 18:06:25 +00:00
UPDATING emulators/qemu: Update version 4.2.1=>5.0.1 2020-10-26 01:30:57 +00:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://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:

	https://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.