non port: devel/llvm60/Makefile |
SVNWeb
|
Number of commits found: 35 |
Wed, 17 Jun 2020
|
[ 18:17 sunpoet ] (Only the first 10 of 84 ports in this commit are shown above. )
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
|
Wed, 10 Jun 2020
|
[ 04:07 kevans ]
devel/llvm*: Avoid extraneous escapes
All of these single quotes are safe on their own, as they're enclosed in
double quotes. Removes the escapes, because they're currently passed through
to the underlying regex engine as \' to be interpreted as '.
A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation
("end of subject").
No PORTREVISION bump or rebuild is needed, as they're functionally
equivalent.
PR: 247058
Approved by: koobs (mentor), brooks (maintainer)
MFH: 2020Q2 (blanket: trivial build fix)
|
Mon, 18 May 2020
|
[ 21:50 dbaio ]
devel/llvm*: Upgrade Sphinx dependency to 3.X
This avoids conflicts between Sphinx ports when not using Poudriere.
PR: 246500
Approved by: brooks (maintainer)
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Sat, 14 Sep 2019
|
[ 22:01 jbeich ] (Only the first 10 of 47 ports in this commit are shown above. )
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 23 May 2019
|
[ 09:12 antoine ]
Attempt to work around a problem with binutils not liking the armv6 code
generated by LLVM 7.
PR: 235282
With hat: portmgr
|
Thu, 7 Mar 2019
|
[ 23:52 brooks ] (Only the first 10 of 12 ports in this commit are shown above. )
Move the list of llvm commands to seperate Makefile.COMMANDS to be used
by another port to come later.
Reorder Makefiles a bit to group similar things together.
Remove support for generating patch files from upstream SVN revisions.
The required interfaces have been disabled for some time and LLVM is in
the process if migrating to Git.
No functional changes (pkg-plist changes are simply ordering).
|
Mon, 18 Feb 2019
|
[ 21:52 brooks ]
Don't override the compiler on armv7.
The base system compiler is now sufficent to build and link.
No version bump. While technically required for armv7, forcing everyone
to rebuild for this minor change that doesn't effect actual use is not
justifiable.
PR: 235282
Submitted by: jbeich
|
Fri, 18 Jan 2019
|
[ 22:57 brooks ]
Remove obsolete conflicts entries referencing clang-devel.
|
Thu, 17 Jan 2019
|
[ 23:29 brooks ]
More throughly disable assertions. This works around USES=cmake
overriding the CFLAGS used to build. [0]
devel/llvm[45]0: Fix build on GCC systems. [1]
devel/llvm[456]: Avoid realpath calls where possible in the wrapper
script. [2]
PR: 233506 [0], 234647 [1], 234937 [1]
Submitted by: greg@unrelenting.technology [0], pkubaj@anongoth.pl [1],
bdrewery [2]
Differential Revision: https://reviews.freebsd.org/D17990
|
Tue, 8 Jan 2019
|
[ 09:06 tobik ]
Do not set OPTIONS_SUB twice
|
Thu, 3 Jan 2019
|
[ 21:16 brooks ]
Add a patch files for stable/12 r342281, which corresponds to the
following upstream revision:
https://reviews.llvm.org/rL329671
This fixes 'Assertion failed: (Result.isUninit() && "temporary created
multiple times"), function createTemporary' errors (if assertions are
enabled, otherwise the compiler internal state might go bad), when
building the graphics/rawtherapee port.
Submitted by: dim
Differential Revision: https://reviews.freebsd.org/D18699
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Fri, 26 Oct 2018
|
[ 21:20 dim ] (Only the first 10 of 26 ports in this commit are shown above. )
Add all patches from base llvm/clang/lld/lldb 6.0 to devel/llvm60
This adds all the patches that were applied in the past to head, under
contrib/llvm. After these, there only minimal diffs left between the
port sources and the base sources.
Most of these remaining diffs are due to #ifdef shortcuts in the base
sources, because we don't compile certain features in. Other diffs are
because the port has applied a few changes that we don't have in base.
While here, use Makefile.LICENSE from the devel/llvm-devel port.
Approved by: brooks (maintainer)
Reviewed by: brooks
PR: 212343, 225128, 225471, 226388, 226658, 226872, 229050, 230444, 230604,
231355
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17702
|
Tue, 21 Aug 2018
|
[ 20:29 brooks ]
Limit LLVM builds to linking a single binary at a time.
Regular builds can requires multiple gigabytes of memory at Debug builds
can exceed 100GB. This should help low-memory systems such as
Raspberry-Pis and VMs.
Submitted by: dim
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Thu, 5 Jul 2018
|
[ 09:02 jbeich ]
devel/llvm*: apply r447281 and enable OPENMP on i386
PR: 229521
Approved by: brooks (maintainer)
MFH: 2018Q3
|
Wed, 27 Jun 2018
|
[ 20:18 brooks ]
Update to LLVM 6.0.1 release.
Sponsored by: DARPA, AFRL
|
Sun, 10 Jun 2018
|
[ 08:34 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Wed, 23 May 2018
|
[ 23:25 sunpoet ]
Simplify Makefile: use PY_ENUM34
With hat: python
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Tue, 15 May 2018
|
[ 17:50 brooks ]
Merge r322325 from upstream. This allows devel/godot to build in a
reasionable abount of time:
PeepholeOpt cleanup/refactor; NFC
- Less unnecessary use of `auto`
- Add early `using RegSubRegPair(AndIdx) =` to avoid countless
`TargetInstrInfo::` qualifications.
- Use references instead of pointers where possible.
- Remove unused parameters.
- Rewrite the CopyRewriter class hierarchy:
- Pull out uncoalescable copy rewriting functionality into
PeepholeOptimizer class.
- Use an abstract base class to make it clear that rewriters are
independent.
- Remove unnecessary \brief in doxygen comments.
- Remove unused constructor and method from ValueTracker.
- Replace UseAdvancedTracking of ValueTracker with DisableAdvCopyOpt use.
PR: 228261
Reported by: FreeBSD@ShaneWare.Biz
|
Mon, 7 May 2018
|
[ 22:29 jbeich ] (Only the first 10 of 27 ports in this commit are shown above. )
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238
|
Fri, 27 Apr 2018
|
[ 17:41 jbeich ]
devel/llvm60: apply i386 crashfix after r467849
PR: 227686, 227698
Approved by: portmgr blanket
|
Fri, 20 Apr 2018
|
[ 22:46 brooks ]
Merge r332833 from FreeBSD HEAD.
This should ensure clang does not use pushf/popf sequences to
save and restore flags, avoiding problems with unrelated flags (such as
the interrupt flag) being restored unexpectedly.
PR: 225330
|
Sat, 31 Mar 2018
|
[ 03:28 tobik ] (Only the first 10 of 18 ports in this commit are shown above. )
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
|
Wed, 21 Mar 2018
|
[ 03:45 bdrewery ]
Fix CCACHE_BUILD support.
|
Thu, 8 Mar 2018
|
[ 21:19 brooks ]
Update to 6.0.0 release.
Don't require basename in wrapper script. [0]
Submitted by: bdrewery [0]
Sponsored by: DARPA, AFRL
|
Mon, 26 Feb 2018
|
[ 23:19 brooks ]
Update to 6.0.0 RC3.
|
Mon, 12 Feb 2018
|
[ 18:58 brooks ]
Update to 6.0.0rc2.
|
Sun, 28 Jan 2018
|
[ 11:55 brooks ]
Adjust plist for i386.
PR: 225479
|
Fri, 26 Jan 2018
|
[ 23:47 brooks ] (Only the first 10 of 26 ports in this commit are shown above. )
Add a port of LLVM 6.0.0rc1 and add an xtoolchain-llvm60 to go with it.
|
Number of commits found: 35 |