Personal patches
Go to file
Tobias Kortkamp 7b75219e6d MFH: r498336
devel/ccls: Fix build with multiple llvm* packages installed

Apparently it is possible for the build to pick multiple LLVM
versions if LLVM_DIR is not explicitly set similar to Clang_DIR.

$ grep llvm $(make -V CONFIGURE_WRKSRC)/CMakeCache.txt
Clang_DIR:PATH=/usr/local/llvm80/lib/cmake/clang
LLVM_DIR:PATH=/usr/local/llvm50/lib/cmake/llvm

PR:		237089
Submitted by:	fullermd@over-yonder.net

Approved by:	ports-secteam blanket
2019-04-08 00:38:29 +00:00
accessibility
arabic
archivers MFH: r498036 2019-04-06 07:45:52 +00:00
astro
audio MFH: r498163 2019-04-06 19:13:31 +00:00
base
benchmarks MFH: r497686 2019-04-03 08:52:13 +00:00
biology
cad
chinese
comms
converters
databases MFH: r498256 2019-04-07 06:21:11 +00:00
deskutils
devel MFH: r498336 2019-04-08 00:38:29 +00:00
dns MFH: r497821 2019-04-04 12:28:29 +00:00
editors
emulators MFH: r498214 2019-04-07 00:23:28 +00:00
finance MFH: r497718 2019-04-03 11:52:58 +00:00
french
ftp MFH: r498078 2019-04-06 08:15:31 +00:00
games MFH: r498288 2019-04-07 16:34:21 +00:00
german
graphics MFH: r498203 2019-04-06 21:08:12 +00:00
hebrew
hungarian
irc MFH: r498224 2019-04-07 01:28:59 +00:00
japanese MFH: r497832 2019-04-04 14:10:06 +00:00
java
Keywords
korean
lang MFH: r498179 2019-04-06 19:49:02 +00:00
mail MFH: r497931 2019-04-05 06:01:24 +00:00
math
misc MFH: r498045 2019-04-06 00:43:45 +00:00
Mk MFH: r497798 2019-04-04 08:08:02 +00:00
multimedia MFH: r498065 2019-04-06 07:56:59 +00:00
net MFH: r498190 2019-04-06 19:54:30 +00:00
net-im MFH: r497809 2019-04-04 08:16:54 +00:00
net-mgmt MFH: r498150 2019-04-06 16:52:24 +00:00
net-p2p MFH: r498174 2019-04-06 19:38:34 +00:00
news
palm
polish MFH: r498183 2019-04-06 19:48:36 +00:00
ports-mgmt
portuguese
print
russian MFH: r498085 2019-04-06 09:08:42 +00:00
science
security MFH: r498285 2019-04-07 16:28:00 +00:00
shells
sysutils MFH: r498293 2019-04-07 16:41:54 +00:00
Templates
textproc
Tools
ukrainian
vietnamese
www MFH: r498133 2019-04-06 15:27:26 +00:00
x11 MFH: r498230 2019-04-07 01:44:31 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm MFH: r498209 2019-04-06 21:15:37 +00:00
.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.