| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
|
|
|
| |
Notes:
svn path=/head/; revision=415288
|
|
|
|
|
|
|
|
|
| |
Fix amd64 build when ${CC} -m32 doesn't work.
Assorted cleanups.
Notes:
svn path=/head/; revision=414565
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build compiler-rt alongside LLVM. It requires clang headers that we don't
install because they are incompatible with FreeBSD headers. To make this
work, configure and build compiler-rt in the post-build phase against the
built, but not yet installed llvm tree.
PR: 208900, 208923
Notes:
svn path=/head/; revision=413948
|
|
|
|
|
|
|
| |
the C++11 compiler isn't clang (most specifically 9.x).
Notes:
svn path=/head/; revision=413756
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
|
|
|
| |
compiler-rt-devel remains BROKEN.
Notes:
svn path=/head/; revision=413161
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=409443
|
|
|
|
|
|
|
|
| |
Mark complier-rt-devel as broken for now to stop blocking the llvm-devel
update.
Notes:
svn path=/head/; revision=409072
|
|
|
|
| |
Notes:
svn path=/head/; revision=403218
|
|
|
|
| |
Notes:
svn path=/head/; revision=402983
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a script to update the snapshot SHAs.
Disable clang-tools-extras when building with gcc on FreeBSD due to the
incomplete C++11 support.
Fix a plist bug when lldb wasn't installed.
Notes:
svn path=/head/; revision=402286
|
|
|
|
| |
Notes:
svn path=/head/; revision=401840
|
|
|
|
|
|
|
|
| |
This snapshot reintroduces scan-build-devel as upstream has added an
install target.
Notes:
svn path=/head/; revision=401839
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove embedded compiler-rt build as that no longer works and create a
compiler-rt-devel port (currently supporting i386 and amd64, patches
welcome for other ARCHs).
Cause clang to ignore the -fformat-extensions argument.[1]
Submitted by: Sender Ghost <lightside@gmx.com> [1]
Notes:
svn path=/head/; revision=400065
|
|
|
|
| |
Notes:
svn path=/head/; revision=395073
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for compiler-rt and various sanitizers. Only works on i386
and amd64 due to now knowing the list of available libraries on each
other platform.
Attempt to allow building with gcc on non-FreeBSD systems.
Notes:
svn path=/head/; revision=394938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=394508
|
|
|
|
| |
Notes:
svn path=/head/; revision=393887
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes it possible to use Link Time Optimisations in with
-fuse-ld=gold.
Reviewed by: brooks
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3335
Notes:
svn path=/head/; revision=393886
|
|
|
|
| |
Notes:
svn path=/head/; revision=393707
|
|
|
|
| |
Notes:
svn path=/head/; revision=393706
|
|
|
|
|
|
|
|
|
|
| |
On platforms where the system compiler isn't clang (including 9.x),
USES=compiler:c++11-lib uses gcc48 as the compiler. Unfortunatly, gcc48
does not provide a sufficently complient c++11 environment to build LLDB
when compiled on 9.x and possiably on other platforms.
Notes:
svn path=/head/; revision=393509
|
|
|
|
|
|
|
|
| |
Submitted by: kwm
Differential Revision: https://reviews.freebsd.org/D3196
Notes:
svn path=/head/; revision=393254
|
|
|
|
|
|
|
|
|
|
| |
Assorted tidying.
PR: 201986 [0]
Submitted by: mat [0]
Notes:
svn path=/head/; revision=393253
|
|
|
|
|
|
|
| |
Improve pkg-descr.
Notes:
svn path=/head/; revision=393212
|
|
|
|
|
|
|
|
|
| |
Hack around the lack of <OPTION>_GH_PROJECT and <OPTION>_GH_TAGNAME support.
Submitted by: jbeich, mat
Notes:
svn path=/head/; revision=393204
|
|
|
|
|
|
|
|
|
| |
I'll switch to USE_GITHUB in a later commit.
Submitted by: jbeich
Notes:
svn path=/head/; revision=393190
|
|
|
|
|
|
|
| |
Update/add missing option descriptions.
Notes:
svn path=/head/; revision=393044
|
|
|
|
| |
Notes:
svn path=/head/; revision=393042
|
|
|
|
|
|
|
|
| |
It should be possible to build on i386, arm, aarch64, and powerpc64, but
I can't currently test any of those.
Notes:
svn path=/head/; revision=393039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to cmake.
- Combine all builds into devel/llvm-devel.
- Remove devel/libiomp5-devel
- Make lang/clang-devel a metaport so people can still find it.
Upgrade a snapshot shortly after the 3.7 branch point.
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=392851
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387021
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
| |
Requested by: xmj
Notes:
svn path=/head/; revision=386221
|
|
|
|
|
|
|
|
|
| |
Add a port of the Intel/LLVM OpenMP runtime library.
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=385836
|
|
|
|
|
|
|
| |
PR: 197908 (seems to build with gcc 4.9)
Notes:
svn path=/head/; revision=383482
|
|
|
|
| |
Notes:
svn path=/head/; revision=377138
|
|
|
|
|
|
|
|
| |
PR: 194487
Submitted by: Jan Beich <jbeich@vfemail.net>
Notes:
svn path=/head/; revision=374928
|
|
|
|
|
|
|
|
|
| |
Add support for -fformat-exentions as a no-op in clang. [0]
Submitted by: lightside@gmx.com [0]
Notes:
svn path=/head/; revision=374919
|
|
|
|
| |
Notes:
svn path=/head/; revision=372755
|
|
|
|
| |
Notes:
svn path=/head/; revision=371546
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=python
Give llvm a chance to build on arm* and powerpc64 systems. [0]
PR: 191996 [0]
Submitted by: direct727@gmail.com [0]
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=369283
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=365552
|
|
|
|
| |
Notes:
svn path=/head/; revision=364981
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363371
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
|
|
|
| |
remove attempts to allow IA64 to work.
PR: 188166
Submitted by: mexas@bris.ac.uk
Notes:
svn path=/head/; revision=356258
|