Port details |
- libcxxrt Implementation of the Code Sourcery C++ ABI
- 20160529 devel
=0 20160529Version of this port present on the latest quarterly branch.
- Maintainer: mmokhi@FreeBSD.org
- Port Added: 2014-01-29 18:19:22
- Last Update: 2017-02-24 17:57:08
- SVN Revision: 434738
- License: BSD2CLAUSE
- WWW:
- https://github.com/pathscale/libcxxrt
- Description:
- This library implements the Code Sourcery C++ ABI, as documented here:
WWW: http://www.codesourcery.com/public/cxx-abi/abi.html
It is intended to sit below an STL implementation, and provide features required
by the compiler for implementation of the C++ language.
WWW: https://github.com/pathscale/libcxxrt
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- libcxxrt>0:devel/libcxxrt
- No installation instructions:
- This port has been deleted.
- PKGNAME: libcxxrt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pathscale-libcxxrt-20160529-516a65c_GH0.tar.gz) = 5d2b943fb8bcce453d3453246dd25242a01b2107631c52c90dbefff13fec1f65
SIZE (pathscale-libcxxrt-20160529-516a65c_GH0.tar.gz) = 73293
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20160529 24 Feb 2017 17:57:08 |
dim |
Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis
Approved by: portmgr (antoine)
Exp-run by: antoine
PR: 217257
MFH: 2017Q1 |
20160529 11 Feb 2017 04:44:44 |
mmokhi |
Updating the ports I maintain to my FreeBSD.org address.
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498 |
20160529 04 Jun 2016 16:25:06 |
dim |
Update devel/libcxxrt to the latest upstream version, as of 2016-05-29.
All previous patches have been dropped, since these have all been merged
upsream.
Approved by: mokhi64@gmail.com (maintainer)
PR: 209937 |
20131225_3 31 May 2016 20:07:22 |
rodrigo |
Fix crash when libcxxrt exceptions been freed by a different language runtime,
and when libcxxrt itself free foreign exceptions.
Unwind API was specifically designed to allow mixed language environments where
exceptions from different runtimes interoperate. One particular example is
C++/LuaJit combination. Due to the issues in libcxxrt, databases/tarantool
crashes
when linked against libcxxrt.
The issue was merged by upstream butat the moment not officially released.
https://github.com/pathscale/libcxxrt/pull/32
PR: 204786
Submitted by: Nick Zavaritsky <mejedi@gmail.com>
Approved by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) |
20131225_2 28 May 2016 02:02:54 |
junovitch |
Assign submitter as maintainer by request
PR: 209794
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com>
Differential Revision: D6606 |
20131225_2 09 May 2015 01:12:51 |
amdmi3 |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
20131225_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
20131225_1 01 Jan 2015 18:33:15 |
bapt |
Back to the pool |
20131225_1 22 Sep 2014 07:11:36 |
bapt |
Cleanup plist |
20131225_1 30 Jan 2014 07:25:35 |
bapt |
add missing dirrmtry |
20131225_1 29 Jan 2014 23:26:06 |
bapt |
Use a c++11 compiler
Reported by: QAT |
20131225_1 29 Jan 2014 23:00:49 |
bapt |
Add -nostdlib to avoid linking to any stl lib |
20131225 29 Jan 2014 19:29:26 |
bapt |
Bring back to the past the release date ;)
Submitted by: decke |
20141225 29 Jan 2014 18:19:07 |
bapt |
Add libcxxrt into the ports tree, that is a necessary piece of bringing
a one true unique c++ ABI for the ports tree |