Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3_14 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_14 07 May 2018 08:34:03
  |
amdmi3  |
- Switch to new test framework
Approved by: portmgr blanket |
3.3_14 31 Mar 2018 03:28:42
  |
tobik  |
devel/llvm*: Fix wrapper scripts to support symlinking to them
The wrapper scripts currently do not resolve the real path to $0:
$ install -l rs /usr/local/bin/clang50 gcc
$ ./gcc
./gcc: /usr/local/llvm50/bin/gcc: not found
Here /usr/local/llvm50/bin/clang should be called not
/usr/local/llvm50/bin/gcc.
Approved by: brooks (maintainer)
Differential Revision: https://reviews.freebsd.org/D14727 |
3.3_13 29 Jan 2018 06:45:16
  |
araujo  |
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc. |
3.3_12 19 Jan 2018 23:38:18
  |
brooks  |
Fix python dependency: restrict to python 2.7.
No PORTREVISON bump as build would fail without python 2.7
PR: 225144
Submitted by: sunpoet |
3.3_12 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
3.3_12 22 May 2017 17:39:26
  |
bdrewery  |
Fix build when LOCALBASE is not /usr/local.
Reviewed by: brooks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10859 |
3.3_12 29 Apr 2017 06:32:03
  |
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.3_12 17 Apr 2017 14:40:16
  |
miwi  |
- Fix Shebangs |
3.3_11 03 Nov 2016 15:47:10
  |
linimon  |
Now appear to build on sparc64.
Approved by: portmgr (tier-2 blanket) |
3.3_11 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_11 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
3.3_11 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.3_11 17 Jan 2016 11:41:36
  |
pawel  |
Remove deprecated @dirrm
Approved by: portmgr blanket |
3.3_11 11 Jan 2016 23:35:03
  |
brooks  |
Mark llvm 3.3, 3.4, and 3.5 ports as broken on arm64
Submitted by: andrew
Differential Revision: https://reviews.freebsd.org/D4784 |
3.3_11 17 Aug 2015 14:20:41
  |
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.3_11 27 Jul 2015 12:53:15
  |
bapt  |
Fix plist |
3.3_10 22 May 2015 13:34:22
  |
mat  |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
3.3_10 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_9 12 Dec 2014 17:47:38
  |
brooks  |
Fix incorrect USES=python syntax.
Submitted by: amdmi3 |
3.3_8 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
3.3_8 25 Sep 2014 14:30:25
  |
brooks  |
Add the possiblity of building on powerpc64.
PR: 191996
Sponsored by: DARPA/AFRL |
3.3_8 25 Sep 2014 14:01:33
  |
brooks  |
Enable builds on/for Raspberry Pi and other arm variants.
USES=python
PR: 191996
Submitted by: direct727@gmail.com
Sponsored by: DARPA, AFRL |
3.3_8 05 Aug 2014 06:40:47
  |
bapt  |
USES=execinfo |
3.3_8 03 Jul 2014 13:48:17
  |
robak  |
devel/llvm34: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket) |
3.3_8 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_8 02 Jun 2014 22:59:02
  |
brooks  |
Modern versions of LLVM will never build on IA64 so mark them as such and
remove attempts to allow IA64 to work.
PR: 188166
Submitted by: mexas@bris.ac.uk |
3.3_8 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_7 30 Oct 2013 14:03:46
  |
brooks  |
Fix install with ASSERTS option enabled.
Submitted by: Cary <cary@SDF.ORG> |
3.3_7 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_6 18 Oct 2013 20:28:54
  |
brooks  |
Remove explicit references to "33" and obsolete (nop) LATEST_LINK definition.
Add a guard to help catch cases were programs in bin vanish between releases. |
3.3_6 17 Oct 2013 22:03:59
  |
brooks  |
Sigh, fix yet another plist bug.
Reported by: marino |
3.3_5 17 Oct 2013 13:54:54
  |
brooks  |
Correct a plist bug that crept in at the end of testing.
Reported by: mat
Pointy hat: brooks (still figuring out the details of this stage thing...) |
3.3_5 16 Oct 2013 22:21:32
  |
brooks  |
Add support for installing the lit and FileCheck test tools.
Requested by: jonathan |
3.3_4 16 Oct 2013 20:16:27
  |
brooks  |
Support STAGEDIR |
3.3_4 14 Oct 2013 06:52:32
  |
bapt  |
Fix package name collision |
3.3_4 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.3_4 16 Sep 2013 09:22:22
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.3_4 04 Sep 2013 15:23:53
  |
brooks  |
Fix the build on i386 9 with a patch from upstream the. This was
broken by the enabling of R600 support.
Tested by: mat |
3.3_3 20 Aug 2013 21:32:38
  |
kwm  |
Enable R600 backend which is used by graphics/dri r600 and radeonsi gallium
drivers.
Approved by: brooks@ (maintainer) |
3.3_2 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.3_2 11 Jul 2013 21:53:13
  |
brooks  |
Add an option to create and install files to let cmake build projects
that depend on llvm work. Enable this by default so they are in
packages. |
3.3_1 09 Jul 2013 15:29:24
  |
brooks  |
Correct the location of the gold linker plugin. Users who have not
enabled it may skip this revision.
Submitted by: Eric van Gyzen <eric@vangyzen.net> |
3.3 21 Jun 2013 15:17:41
  |
brooks  |
Upgrade Clang and LLVM 3.3 ports to the release version. |
3.3.r3 12 Jun 2013 18:37:03
  |
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 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. |