1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Jason W. Bacon a470b14194 sysutils/auto-admin: Update to 0.7.3
auto-mark-install-from-source: Fix duplicate port check
auto-gpu-setup: Install drm-kmod from binary package by default
auto-fusefs-install: Install from binary package
auto-update-system:
    Restart if pacakge replaces itself
    Automatically prompt for root pw if needed
    Check ownership and perms of all plugins
auto-admin: Prompt for root pw if needed
Other minor bug fixes and enhancements
2021-05-15 09:08:36 -05:00
.hooks
accessibility
arabic
archivers archivers/p7zip: Drop maintainership. 2021-05-14 23:28:39 +02:00
astro astro/nightfall: fix plist and configure arg 2021-05-14 22:51:49 +03:00
audio Port of command-line VBAN (audio over UDP protocol) tools. 2021-05-15 09:32:11 +00:00
base
benchmarks benchmarks/vkmark: unbreak on non-x86 after bfcd0e437a 2021-05-14 23:50:47 +00:00
biology *: Remove unnecessary 'port' argument from USES=readline 2021-05-15 09:14:04 +02:00
cad
chinese
comms comms/limesuite: fix plist 2021-05-14 22:51:49 +03:00
converters
databases postgresql??-*: Revert fix to allow MAKE_JOBS 2021-05-15 11:45:40 +02:00
deskutils
devel devel/shfmt: Build manpage unconditionally; scdoc is small 2021-05-15 08:38:57 -04:00
dns dns/dnsmasq: cherry-pick upstream-fixes 2021-05-15 11:24:25 +02:00
editors editors/texstudio: Update to 3.1.2 2021-05-14 14:58:28 -03:00
emulators emulators/i386-wine-devel: Update to 6.5 & take maintainership 2021-05-15 10:27:24 +01:00
finance
french
ftp
games Unbreak more ports after 3505159e72 2021-05-15 11:20:05 +02:00
german
graphics graphics/R-cran-viridis: Update to 0.6.1 2021-05-15 12:31:50 +09:00
hebrew
hungarian
irc
japanese
java java/openjdk8: Fix build on armv6/7 2021-05-14 10:30:52 +02:00
Keywords
korean
lang *: Remove unnecessary 'port' argument from USES=readline 2021-05-15 09:14:04 +02:00
mail mail/qmail-spamcontrol: mark BROKEN on 14 the same way as on 12 and 13. 2021-05-14 16:12:27 -05:00
math *: Remove unnecessary 'port' argument from USES=readline 2021-05-15 09:14:04 +02:00
misc misc/xplr: Update to 0.9.0 2021-05-14 21:24:02 +01:00
Mk Mk/Uses/readline.mk: Remove unnecessary 'port' argument 2021-05-15 09:14:05 +02:00
multimedia Revert "multimedia/makemkv: fix typo in assignment" 2021-05-15 15:24:21 +02:00
net net/geoipupdate: Use go:modules to eliminate GH_TUPLE 2021-05-15 08:32:16 -04:00
net-im net-im/telegram-desktop: fix build with GTK option (again) 2021-05-14 14:54:29 -04:00
net-mgmt net-mgmt/telegraf: update to 1.18.2 2021-05-15 11:12:16 +02:00
net-p2p
news news/pan: remove manual linking with -lgnuregex 2021-05-14 22:51:49 +03:00
polish
ports-mgmt ports-mgmt/portlint: Update to 2.19.6 2021-05-14 13:15:44 -04:00
portuguese
print Unbreak more ports after 3505159e72 2021-05-15 11:20:05 +02:00
russian
science science/lammps: Update 8Apr2021 -> 14May2021 2021-05-15 00:12:32 -07:00
security databases/postgresql??-server: multiple security issues 2021-05-15 11:12:15 +02:00
shells
sysutils sysutils/auto-admin: Update to 0.7.3 2021-05-15 09:08:36 -05:00
Templates
textproc textproc/py-rich: update to 10.2.0 2021-05-15 12:41:59 +01:00
Tools
ukrainian
vietnamese
www www/caddy: Use go:modules to reduce the massive GH_TUPLE 2021-05-15 08:19:37 -04:00
x11 x11/rxvt-unicode: upgrade to 9.26 2021-05-14 20:22:12 +02:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes x11-themes/kde-icons-nuovext2: Unbreak build after 3505159e72 2021-05-15 11:20:05 +02:00
x11-toolkits
x11-wm x11-wm/wayfire: document recommended addons 2021-05-15 00:34:11 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md CONTRIBUTING.md: Adjust link to "submitting patches" instructions. 2021-05-15 13:36:25 +02:00
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING UPDATING: fix bad speling 2021-05-15 11:57:12 +02: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://docs.freebsd.org/en/books/handbook/ports/
		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://docs.freebsd.org/en/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.