Personal patches
Go to file
Dimitry Andric 0d42e6b422 MFH: r493979
With libc++ 8.0, which is in the projects/clang800-import branch, and
which will soon be merged to head, compilation of devel/jsoncpp fails
due to a conflict between the new C++ <version> header, and a local file
"version" which is produced by jsoncpp during its configure phase.

This is due to the initial test runner being compiled with "-I.", even
though it does not need any file from the port's working directory root.
Therefore, it seems to be easiest to comment out the line from the
SConstruct script that adds the "-I." option.

Approved by:	portmgr (joneum)
PR:		236061
2019-02-27 21:50:17 +00:00
accessibility
arabic
archivers
astro
audio MFH: r493719 2019-02-23 17:35:07 +00:00
base
benchmarks
biology
cad
chinese MFH: r490846 2019-01-21 11:04:14 +00:00
comms MFH: r489481 2019-01-11 05:54:25 +00:00
converters
databases MFH: r493658 2019-02-24 20:10:58 +00:00
deskutils
devel MFH: r493979 2019-02-27 21:50:17 +00:00
dns MFH: r493563 r493564 2019-02-22 08:54:04 +00:00
editors MFH: r491339 2019-01-27 13:55:07 +00:00
emulators MFH: r493918 2019-02-26 00:23:34 +00:00
finance
french MFH: r489864 2019-01-10 15:21:07 +00:00
ftp MFH: r492389 2019-02-09 23:08:09 +00:00
games MFH: r493371 2019-02-19 16:14:04 +00:00
german MFH: r489864 2019-01-10 15:21:07 +00:00
graphics MFH: r492698 2019-02-12 18:32:16 +00:00
hebrew
hungarian
irc MFH: r489674 2019-01-11 05:59:58 +00:00
japanese MFH: r492045 2019-02-03 10:53:43 +00:00
java
Keywords
korean
lang MFH: r492424 2019-02-08 11:29:01 +00:00
mail MFH: r493926 2019-02-26 00:52:49 +00:00
math
misc MFH: r491705 2019-01-31 11:17:50 +00:00
Mk MFH: r493367 2019-02-19 13:22:37 +00:00
multimedia MFH: r493791 2019-02-24 18:02:16 +00:00
net MFH: r493554 2019-02-22 08:40:57 +00:00
net-im MFH: r490366 2019-01-15 12:22:06 +00:00
net-mgmt MFH: r493968 2019-02-26 14:58:09 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print MFH: r491720 2019-02-01 23:53:53 +00:00
russian
science MFH: r491966 2019-02-02 17:55:19 +00:00
security MFH: r493414 2019-02-20 08:52:17 +00:00
shells
sysutils MFH: r492695 2019-02-12 05:01:18 +00:00
Templates
textproc MFH: r491723 2019-02-01 19:47:16 +00:00
Tools
ukrainian
vietnamese
www MFH: r494026 2019-02-27 07:23:49 +00:00
x11 MFH: r489713 2019-02-18 17:07:57 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers MFH: r489754 2019-01-09 17:52:03 +00:00
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

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.