aboutsummaryrefslogtreecommitdiff
path: root/devel/libc++
Commit message (Collapse)AuthorAgeFilesLines
* Update libc++ to r208080Baptiste Daroussin2014-05-068-9/+82
| | | | | | | | | Fix build on FreeBSD 8.4 by using devel/libmissing and new devel/xlocale Add devel/xlocale which is a striped down version of freebsd's xlocale with just the minimal requirements for libc++, initially maintained in libc++'s trunk for solaris support Notes: svn path=/head/; revision=353096
* Fix build on FreeBSD 9.1Baptiste Daroussin2014-05-061-0/+11
| | | | Notes: svn path=/head/; revision=353085
* Update my ports to the latest infrastructure changesBaptiste Daroussin2014-03-131-2/+1
| | | | Notes: svn path=/head/; revision=348070
* Update to libc++ r200683Baptiste Daroussin2014-02-033-6/+8
| | | | | | | This include fixes that makes it usable by all g++ version we have Notes: svn path=/head/; revision=342417
* Update to r200401Baptiste Daroussin2014-01-294-27/+169
| | | | | | | | | | Use libcxxrt from ports if not in base Add stage support Convert libc++.so into a ldscript Create a testing lib/c++/libstdc++ ldscript to cheat with g++ Notes: svn path=/head/; revision=341794
* Take maintainershipBaptiste Daroussin2014-01-291-1/+1
| | | | | | | Approved by: kwm Notes: svn path=/head/; revision=341766
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Add llvm's libc++ stdc++ library, which supports c++11.Koop Mast2013-07-105-0/+181
This is for 9.1-stable so ports can use it. libc++ isn't build by default in 9.x. Borrow some code from the llvm/clang -devel ports for generating svn checkout semi automaticly. Notes: svn path=/head/; revision=322652