Personal patches
Go to file
Dmitry Marakasov 7acfbf9109 - Fix shebangs
- Cosmetic fixes
2018-01-27 12:48:26 +00:00
accessibility
arabic
archivers Update gcab to 0.8. 2018-01-27 09:13:06 +00:00
astro Fix build on aarch64 and with Clang 6. The modified patch explains 2018-01-21 19:50:46 +00:00
audio New port: audio/guidolib: Library for graphic rendering of music scores 2018-01-27 06:19:51 +00:00
base
benchmarks Mark broken ports that fail to build on i386 with clang 6 2018-01-27 12:44:00 +00:00
biology
cad cad/py-lcapy: Added missing dependency science/py-scipy, etc. 2018-01-26 22:57:10 +00:00
chinese USE_PYTHON=allflavors shouldn't be used here 2018-01-22 19:40:42 +00:00
comms Update to 2.10 2018-01-24 11:13:55 +00:00
converters Update p5-Sereal to 4.005 2018-01-23 23:03:38 +00:00
databases Update to 4.05 2018-01-27 10:24:08 +00:00
deskutils - Make dependency on python unconditional, as filters always require python 2018-01-26 17:08:59 +00:00
devel - Fix shebangs 2018-01-27 12:48:26 +00:00
dns dns/unbound: Fix rc-script with config in flags 2018-01-26 10:16:16 +00:00
editors Don't enable crashdumps by default. This build knob causes the build 2018-01-26 18:33:08 +00:00
emulators Update from the Wine 2.0 release series to Wine 3.0. 2018-01-27 09:37:41 +00:00
finance
french
ftp Update to 7.58.0 2018-01-24 18:44:55 +00:00
games Fix build with clang 6. 2018-01-27 11:19:06 +00:00
german Update to 2018.01.21 2018-01-22 15:46:42 +00:00
graphics New port: graphics/instant-meshes: Interactive field-aligned mesh generator 2018-01-26 23:54:45 +00:00
hebrew
hungarian
irc
japanese Exit from main() function properly on success to fix weird installation 2018-01-22 11:49:15 +00:00
java Fix build with Clang 6.0. 2018-01-23 22:59:21 +00:00
Keywords
korean Add local master site. 2018-01-25 00:45:12 +00:00
lang Update to the 20180125 snapshot of GCC 7.3.1, the first snapshot after 2018-01-27 09:34:46 +00:00
mail - disable option SMTPUTF8 as default 2018-01-27 11:09:22 +00:00
math Update to 3.3.7 2018-01-27 10:08:40 +00:00
misc Update this patch to match what I now (again?) tried to push upstream. 2018-01-27 10:47:15 +00:00
Mk Add a USES=python:patch for when Python is needed during the patch 2018-01-25 12:36:54 +00:00
multimedia multimedia/plexmediaserver-plexpass: Update to 1.11.1.4730 2018-01-26 14:45:37 +00:00
net Mark broken ports that fail to build on i386 with clang 6 2018-01-27 12:44:00 +00:00
net-im - Update to 3.6.1 2018-01-26 05:41:04 +00:00
net-mgmt net-mgmt/icingaweb2-module-director: 2018-01-24 11:50:43 +00:00
net-p2p net-p2p/verlihub: unbreak build with Clang 6 (C++14 by default) 2018-01-26 14:39:32 +00:00
news Unbreak Clang 6 build. 2018-01-26 22:53:35 +00:00
palm
polish
ports-mgmt - update to 1.93 2018-01-27 11:20:47 +00:00
portuguese
print print/tex-xetex: Add dvipdfmx to dependencies 2018-01-27 11:14:19 +00:00
russian
science Update to 4.6.0 2018-01-26 18:10:57 +00:00
security security/nextcloud-passman: Add Nextcloud Passman app 2018-01-27 09:49:17 +00:00
shells
sysutils - Fix shebangs 2018-01-27 12:48:26 +00:00
Templates
textproc - Fix shebangs 2018-01-27 12:48:20 +00:00
Tools Show errors for duplicate source entries. 2018-01-25 20:56:18 +00:00
ukrainian
vietnamese
www www/node: Update 9.3.0 -> 9.4.0 2018-01-26 21:45:20 +00:00
x11 multimedia/libvpx: update 1.7.0 2018-01-25 21:20:12 +00:00
x11-clocks Add missing gtk3 option to xfce USES. 2018-01-26 15:03:10 +00:00
x11-drivers x11-drivers/xf86-input-wacom: update to 0.36.0 2018-01-25 00:53:04 +00:00
x11-fm
x11-fonts Update to 20170904 2018-01-24 18:47:05 +00:00
x11-servers
x11-themes
x11-toolkits New port: x11-toolkits/nanogui: Minimalistic GUI library for OpenGL 2018-01-26 23:23:18 +00:00
x11-wm - Respect CXXFLAGS 2018-01-26 14:41:43 +00:00
.arcconfig
.gitattributes
.gitignore
.gitmessage
CHANGES Add support to passing directories to EXTRA_PATCHES. 2018-01-25 09:12:21 +00:00
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Move devel/rubygem-toml to textproc/rubygem-toml 2018-01-27 11:38:15 +00:00
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.