| Port details on branch 2016Q4 |
- libc++ LLVM C++ standard library with c++11 support
- 208080 devel
=0 208080Version of this port present on the latest quarterly branch. - Maintainer: dim@FreeBSD.org
 - Port Added: 2016-12-09 14:42:05
- Last Update: 2016-12-09 14:41:58
- Commit Hash: 8861a9e
- License: not specified in port
- WWW:
- http://libcxx.llvm.org/
- Description:
- libc++ is a new implementation of the C++ standard library made by the
llvm project targeting C++11.
WWW: http://libcxx.llvm.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libc++/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libc++
- pkg install libc++
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libc++
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libc++-208080.tar.xz) = e764167cef1b73f03f2e736eedb2d45d0d2247590de8c878f8ca0bba6f2a9cfc
SIZE (libc++-208080.tar.xz) = 867788
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
- This port is required by:
- for Build
-
- multimedia/bombono
Configuration Options:
- No options to configure
- Options name:
- devel_libc++
- USES:
- tar:xz cmake:outsource compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
208080 09 Dec 2016 14:41:58
    |
Carlos J. Puga Medina (cpm)  |
MFH: r428042
devel/libc++: Fix std::is_function<void() const> failed
In file included from /usr/include/c++/v1/string:439:
In file included from /usr/include/c++/v1/algorithm:624:
/usr/include/c++/v1/type_traits:433:76: error: no matching function for call to
'__source'
: public integral_constant<bool,
sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source<_Tp>())) == 1>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/type_traits:438:14: note: in instantiation of template class
'std::__1::__libcpp_is_function<void (unsigned char *) const, false>' requested
here
: public __libcpp_is_function<_Tp> {};
^
/usr/include/c++/v1/type_traits:443:97: note: in instantiation of template class
'std::__1::is_function<void (unsigned char *) const>' requested here
template <class _Tp, class _Up> struct __libcpp_is_member_function_pointer<_Tp
_Up::*> : public is_function<_Tp> {};
^(Only the first 15 lines of the commit message are shown above ) |
208080 09 Dec 2016 14:41:58
  |
cpm  |
MFH: r428042
devel/libc++: Fix std::is_function<void() const> failed
In file included from /usr/include/c++/v1/string:439:
In file included from /usr/include/c++/v1/algorithm:624:
/usr/include/c++/v1/type_traits:433:76: error: no matching function for call to
'__source'
: public integral_constant<bool,
sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source<_Tp>())) == 1>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/type_traits:438:14: note: in instantiation of template class
'std::__1::__libcpp_is_function<void (unsigned char *) const, false>' requested
here
: public __libcpp_is_function<_Tp> {};
^
/usr/include/c++/v1/type_traits:443:97: note: in instantiation of template class
'std::__1::is_function<void (unsigned char *) const>' requested here
template <class _Tp, class _Up> struct __libcpp_is_member_function_pointer<_Tp
_Up::*> : public is_function<_Tp> {};
^(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|