notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
compiler-rt-devel LLVM sanitizer runtimes
3.9.d20160418 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.9.d20160418Version of this port present on the latest quarterly branch.
Broken BROKEN: relies on incompatible stdarg.h from clang
Ignore IGNORE: is marked as broken: relies on incompatible stdarg.h from clang
Maintainer: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-10-23 23:37:10
Last Update: 2016-04-24 16:14:08
SVN Revision: 413948
License: not specified in port
WWW:
http://compiler-rt.llvm.org/
Description:
LLVM sanitizer runtimes - runtime libraries that are required to run the code with sanitizer instrumentation. Santizers include: - AddressSanitizer - ThreadSanitizer - UndefinedBehaviorSanitizer - MemorySanitizer - LeakSanitizer - DataFlowSanitizer WWW: http://compiler-rt.llvm.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • compiler-rt-devel>0:devel/compiler-rt-devel
No installation instructions:
This port has been deleted.
PKGNAME: compiler-rt-devel
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. llvm-config-devel : devel/llvm-devel
  2. cmake : devel/cmake
  3. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
cmake:outsource compiler:c++11-lib ninja
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. https://codeload.github.com/llvm-mirror/compiler-rt/tar.gz/82cd9449dfb3fe89012fd2294133dc93e6aa5cb5?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.d20160418
24 Apr 2016 16:14:08
Revision:413948Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to a new snapshot.

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
3.9.d20160418
21 Apr 2016 20:53:01
Revision:413756Original commit files touched by this commit
brooks search for other commits by this committer
Update to a new snapshot and remove support for FreeBSD systems where
the C++11 compiler isn't clang (most specifically 9.x).
3.9.d20160407
12 Apr 2016 22:24:19
Revision:413161Original commit files touched by this commit
brooks search for other commits by this committer
Update llvm-devel to a recent snapshot.

compiler-rt-devel remains BROKEN.
3.9.d20160216
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
3.9.d20160216
18 Feb 2016 01:31:45
Revision:409081Original commit files touched by this commit
brooks search for other commits by this committer
Remove some accidently committed bits that break the build when llvm-devel
isn't already installed.
3.9.d20160216
17 Feb 2016 22:17:17
Revision:409072Original commit files touched by this commit
brooks search for other commits by this committer
Update llvm-devel to a new 3.9 snapshot.

Mark complier-rt-devel as broken for now to stop blocking the llvm-devel
update.
3.8.d20151207
07 Dec 2015 18:14:05
Revision:403218Original commit files touched by this commit
brooks search for other commits by this committer
Update to a fresh snapshot and fix compiler-rt build.
3.8.d20151120
23 Nov 2015 17:28:55
Revision:402286Original commit files touched by this commit
brooks search for other commits by this committer
Update llvm-devel and compiler-rt-devel to a new snapshot.

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.
3.8.d20151021
28 Oct 2015 00:42:31
Revision:400366Original commit files touched by this commit
brooks search for other commits by this committer
Fix the build when cc isn't a C++11 compiler.
3.8.d20151021
24 Oct 2015 05:33:43
Revision:400107Original commit files touched by this commit
bdrewery search for other commits by this committer
Make fmake happy
3.8.d20151021
23 Oct 2015 23:36:57
Revision:400065Original commit files touched by this commit
brooks search for other commits by this committer
Update llvm-devel to a new snapshot.

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]

Number of commits found: 11