1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Brooks Davis
8ad9f0120b Add PORTREVISiON bump missing from r358139. 2014-06-17 16:50:33 +00:00
Brooks Davis
d3c52b8764 Add back support for scan-build.[1]
Change ccc-analyzer's default compiler to clang.[2]

Install unwind.h.[3]

PR:		ports/185733 [1], ports/183802 [2], ports/186173 [3]
2014-06-17 15:55:27 +00:00
Brooks Davis
53d50fb241 Replace %%DATADIR%% in patched scan-build.
PR:		ports/187193, ports/187243
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
2014-03-04 23:04:41 +00:00
Brooks Davis
c43f1487ed Fix build when python 3 is the default.
PR:		ports/186641, ports/186642
Submitted by:	Gereon Kaiping <kta1c10!gereon@linta.de>
2014-02-14 21:49:15 +00:00
Brooks Davis
bf652eeb73 Install altivec.h and cpuid.h headers. 2014-01-05 01:25:11 +00:00
Brooks Davis
6dd4a9bcc1 Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.

Requested by:	tijl
2013-11-06 23:38:36 +00:00
Brooks Davis
cbd73d6a9c If the ASSERTS option is enabled, make sure it was enabled in the
corresponding devel/llvm## port as build fails otherwise.
2013-10-30 15:18:05 +00:00
Brooks Davis
c34923acef Correct conflicting ldconfig config files by setting UNIQUENAME.
Strip installed libraries with ${STRIP_CMD}.

Some whitespace tidying.
2013-10-21 19:42:02 +00:00
Brooks Davis
9b74e58250 Sync improvements from clang32. 2013-10-18 22:35:19 +00:00
Brooks Davis
d478065e52 Support STAGEDIR 2013-10-16 20:16:26 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
6adf864b81 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:40:21 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Koop Mast
831af9a6e7 Teach clang33 where to find libc++ headers when installed from ports.
It will use the headers in base if it finds them there.

Approved by:	maintainer (brooks@)
2013-07-10 11:27:36 +00:00
Brooks Davis
de32315da8 Upgrade Clang and LLVM 3.3 ports to the release version. 2013-06-21 15:17:40 +00:00
Brooks Davis
ea2c6078ba Fix two plist bugs. Only install the manpage as clang33.1 not also as
clang.1.  Include clang-format in the set of commands.
2013-06-12 23:11:32 +00:00
Brooks Davis
f8fed570a8 Fix up depends so we depend on llvm33 and look for the llc33 binary to
identify it rather than port versions.

Remove the broken and obviously unused regression-test target along with
the obsolute dependency on dejagnu.

Reported by:	decke
2013-06-12 19:03:41 +00:00
Brooks Davis
509e3cc074 Add a file that was missed when working around svn cp + post commit hook
weirdness.

Submitted by:	bdrewery
2013-06-12 18:38:05 +00:00
Brooks Davis
2291c69426 Set LATEST_LINK to clang33/llvm33 to deconflict.
Reported by:	erwin
2013-06-12 16:32:35 +00:00
Brooks Davis
6884a01ebf Add missing build depend on python. I removed the run dependency too
firmaly.

Submitted by:	 bdrewery
2013-06-11 21:57:09 +00:00
Brooks Davis
6839fd47fe Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in
${PREFIX}/bin named clang33, llc33, etc.

In an additional change, the clang static analyzer's python wrapper and
web bits are not installed.
2013-06-11 18:50:29 +00:00