Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3_10 13 Aug 2018 22:48:07 |
brooks |
At long last, garbage collect LLVM and Clang 3.3.
Nothing depends on them and they are very old.
Sponsored by: DARPA, AFRL |
3.3_10 06 Feb 2018 16:55:44 |
amdmi3 |
- Limit python version with 2.7, fails with python3:
checking for python >= 2.5... File "<string>", line 1
import sys; print sys.version.split()[0]
^
SyntaxError: invalid syntax
- Fix shebang in scan-view script
Approved by: portmgr blanket |
3.3_9 25 May 2017 14:35:49 |
bapt |
Register dependency on groff |
3.3_9 03 Nov 2016 15:47:10 |
linimon |
Now appear to build on sparc64.
Approved by: portmgr (tier-2 blanket) |
3.3_9 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.3_9 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.3_9 17 Jan 2016 14:32:32 |
pawel |
Remove deprecated @dirrm
Approved by: portmgr blanket |
3.3_9 16 Sep 2015 13:03:46 |
mat |
It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight |
3.3_9 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
3.3_9 19 May 2015 14:18:31 |
marino |
lang/clang3*, lang/clang-devel: set environment during build
The clang ports override the default build target, but the new targets
fail to set the environment like the default target does. This patch
passes MAKE_ENV to environment.
It also combines compounds to a single make cmd and unsuppresses the
commands so the output shows on the build logs.
PR: 199500
Submitted by: marino
Approved by: brooks (maintainer) |
3.3_9 31 Mar 2015 14:33:34 |
brooks |
Catch the set of host platforms up to the set in llvm ports.
To revision bump as it only effects building the port on platforms that
would fail before. |
3.3_9 19 Dec 2014 01:23:05 |
brooks |
Make default target triple match base clang.
PR: 194487
Submitted by: Jan Beich <jbeich@vfemail.net> |
3.3_8 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.3_8 27 Sep 2014 01:25:58 |
brooks |
Install scan-view dependencies.
Tell the user the correct scan-view to run.
PR: 193955
Sponsored by: DARPA, AFRL |
3.3_7 25 Jun 2014 05:35:32 |
bapt |
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 |
3.3_7 17 Jun 2014 16:50:34 |
brooks |
Add PORTREVISiON bump missing from r358139. |
3.3_6 17 Jun 2014 15:55:28 |
brooks |
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] |
3.3_6 04 Mar 2014 23:04:42 |
brooks |
Replace %%DATADIR%% in patched scan-build.
PR: ports/187193, ports/187243
Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> |
3.3_5 14 Feb 2014 21:49:15 |
brooks |
Fix build when python 3 is the default.
PR: ports/186641, ports/186642
Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de> |
3.3_4 05 Jan 2014 01:25:11 |
brooks |
Install altivec.h and cpuid.h headers. |
3.3_3 06 Nov 2013 23:38:36 |
brooks |
Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.
Requested by: tijl |
3.3_2 30 Oct 2013 15:18:05 |
brooks |
If the ASSERTS option is enabled, make sure it was enabled in the
corresponding devel/llvm## port as build fails otherwise. |
3.3_2 21 Oct 2013 19:42:03 |
brooks |
Correct conflicting ldconfig config files by setting UNIQUENAME.
Strip installed libraries with ${STRIP_CMD}.
Some whitespace tidying. |
3.3_1 18 Oct 2013 22:35:19 |
brooks |
Sync improvements from clang32. |
3.3_1 16 Oct 2013 20:16:27 |
brooks |
Support STAGEDIR |
3.3_1 14 Oct 2013 06:52:32 |
bapt |
Fix package name collision |
3.3_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Sep 2013 06:40:21
|
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
3.3_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.3_1 10 Jul 2013 11:27:36 |
kwm |
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@) |
3.3 21 Jun 2013 15:17:41 |
brooks |
Upgrade Clang and LLVM 3.3 ports to the release version. |
3.3.r3_2 12 Jun 2013 23:11:33 |
brooks |
Fix two plist bugs. Only install the manpage as clang33.1 not also as
clang.1. Include clang-format in the set of commands. |
3.3.r3_1 12 Jun 2013 19:03:41 |
brooks |
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 |
3.3.r3 12 Jun 2013 18:38:05 |
brooks |
Add a file that was missed when working around svn cp + post commit hook
weirdness.
Submitted by: bdrewery |
3.3.r3 12 Jun 2013 16:32:35 |
brooks |
Set LATEST_LINK to clang33/llvm33 to deconflict.
Reported by: erwin |
3.3.r3 11 Jun 2013 21:57:09 |
brooks |
Add missing build depend on python. I removed the run dependency too
firmaly.
Submitted by: bdrewery |
3.3.r3 11 Jun 2013 18:50:29 |
brooks |
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. |