Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.2_10 13 Aug 2018 22:56:28 |
brooks |
Garbage collect LLVM and Clang 3.4.
Nothing depends on them and they are obsolete.
Sponsored by: DARPA, AFRL |
3.4.2_10 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.4.2_9 15 Apr 2018 08:33:40 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
3.4.2_9 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.4.2_8 06 Feb 2018 14:18:29 |
bapt |
Revert removal of llvm 3.4 it is still in used by audio/faust |
3.4.2_8 06 Feb 2018 13:42:58 |
bapt |
Remove llvm and clang 3.4 which are not in use anymore |
3.4.2_8 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.4.2_7 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.4.2_7 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.4.2_7 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.4.2_6 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.4.2_6 20 May 2017 12:02:07 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
3.4.2_6 15 May 2017 15:38:56 |
mat |
Remove svn keywords from patches.
Sponsored by: Absolight |
3.4.2_6 17 Apr 2017 14:40:16 |
miwi |
- Fix Shebangs |
3.4.2_5 15 Apr 2017 14:11:44 |
linimon |
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case.
Approved by: portmgr (tier-2 blanket), "just fix it" |
3.4.2_5 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.4.2_4 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.4.2_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.4.2_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.4.2_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.4.2_3 13 Mar 2016 04:15:58 |
brooks |
Apply r219512 from LLVM which reportedly fixes a crash building firefox.
PR: 207837 |
3.4.2_2 17 Jan 2016 12:18:35 |
pawel |
Remove deprecated @dirrm
Approved by: portmgr blanket |
3.4.2_2 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.4.2_2 29 Nov 2015 12:50:09 |
danfe |
Allow to build on PowerPC. |
3.4.2_2 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.4.2_2 27 Jul 2015 12:53:15 |
bapt |
Fix plist |
3.4.2_1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
3.4.2_1 18 Dec 2014 23:47:01 |
brooks |
Make default target triple match base clang.
PR: 194487
Submitted by: Jan Beich <jbeich@vfemail.net> |
3.4.2 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
3.4.2 25 Sep 2014 14:30:25 |
brooks |
Add the possiblity of building on powerpc64.
PR: 191996
Sponsored by: DARPA/AFRL |
3.4.2 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.4.2 07 Aug 2014 23:31:07 |
brooks |
Upgrade to release 3.4.2. |
3.4_1 05 Aug 2014 06:40:47 |
bapt |
USES=execinfo |
3.4_1 03 Jul 2014 13:49:35 |
robak |
devel/llvm34: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket) |
3.4_1 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.4_1 17 Jun 2014 16:48:39 |
brooks |
Install missing components of llvm-lit.
PR: 190562
MFH: 2014Q2 |
3.4 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.4 28 Feb 2014 22:02:14 |
brooks |
Recent versions of clang should work find on sparc64 and arm so mark
them not broken. We'll patch if it turns out they have issues.
Requested by: rdivacky (sparc64) |
3.4 16 Jan 2014 18:41:09 |
brooks |
Upgrade to 3.4 release. |
3.4.r3 04 Jan 2014 00:17:38 |
brooks |
Upgrade to 3.4rc3.
Install altivec.h and cpuid.h so it is possible to compile things.
PR: ports/184770, ports/185058 |
3.4.r2_1 07 Dec 2013 22:27:12 |
brooks |
Upgrade to 3.4rc2. |
3.4.r1_1 22 Nov 2013 14:26:30 |
brooks |
Fix build on 32-bit systems by applying the upstream rev r195411. |
3.4.r1 22 Nov 2013 01:59:22 |
brooks |
Remove patch for upstream r182446 since it's already there. I didn't
check svn status closely enough before my commit and it was copied from
devel/llvm33.
Reported by: Robert Burmeister <Robert.Burmeister@UToledo.edu> |
3.4.r1 21 Nov 2013 22:33:50 |
brooks |
Add ports of Clang and LLVM 3.4rc1. The final release is scheduled for
December. |