| Commit message (Expand) | Author | Age | Files | Lines |
* | always pass -isystem when not bootstrapping, should fix #444920 | Alexis Ballier | 2013-02-04 | 3 | -8/+17 |
* | remove rc versions | Alexis Ballier | 2013-01-27 | 6 | -2144/+10 |
* | Bump to 9.1 | Alexis Ballier | 2013-01-27 | 3 | -5/+548 |
* | Crosscomilation support: Fix mtree dependency, append -isystem instead of -I ... | Alexis Ballier | 2013-01-27 | 3 | -9/+15 |
* | libprocstat and libulog also overwrite LDADD, bug #445464 by Yuta SATOH | Alexis Ballier | 2013-01-27 | 3 | -8/+12 |
* | Do not try to install auth.conf, bug #446888 by Yuta SATOH | Alexis Ballier | 2013-01-27 | 3 | -7/+21 |
* | Install libusb-1.0.pc to make sys-apps/usbutils happy | Richard Yao | 2012-11-09 | 4 | -13/+549 |
* | bump to rc3 | Alexis Ballier | 2012-11-06 | 3 | -5/+548 |
* | bump to 9.1_rc2 | Alexis Ballier | 2012-10-14 | 3 | -5/+548 |
* | use OBJDIR instead of CURDIR for adding -L in patches, this should fix bug #4... | Alexis Ballier | 2012-09-19 | 5 | -18/+17 |
* | do not append -isystem /usr/include which is the default and causes problems ... | Alexis Ballier | 2012-09-19 | 3 | -9/+11 |
* | bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838 | Alexis Ballier | 2012-09-11 | 1 | -32/+53 |
* | bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838 | Alexis Ballier | 2012-09-11 | 2 | -1/+542 |
* | Add sys-apps/mtree dependency for crossdev on userland_GNU | Richard Yao | 2012-08-02 | 6 | -49/+47 |
* | force a bootstrap with major updates | Alexis Ballier | 2012-06-11 | 3 | -8/+11 |
* | factorize pre-installation of headers in the bootstrap function | Alexis Ballier | 2012-06-11 | 3 | -16/+19 |
* | drop another append-flags usage, being too clever it strips and breaks the cf... | Alexis Ballier | 2012-06-11 | 3 | -8/+12 |
* | Treat multilib and non multilib builds the same way as multilib.eclass does t... | Alexis Ballier | 2012-05-30 | 3 | -14/+18 |
* | fix broken logic in is_native_abi, by Naohiro Aota, bug #417863 | Alexis Ballier | 2012-05-28 | 3 | -9/+12 |
* | remove libcompiler_rt and libblocksruntime as they are clang libraries | Alexis Ballier | 2012-05-26 | 3 | -9/+14 |
* | push out all the accumulated fixes in a new revision and remove old | Alexis Ballier | 2012-05-25 | 4 | -457/+13 |
* | add the sysctlt fix from freebsd-sources here too with USE=build | Alexis Ballier | 2012-05-25 | 4 | -7/+26 |
* | bootstrap libssp_nonshared when needed. | Alexis Ballier | 2012-05-25 | 3 | -8/+11 |
* | Do not build libssp, we really only need libssp_nonshared. | Alexis Ballier | 2012-05-25 | 3 | -15/+13 |
* | drop noop sed | Alexis Ballier | 2012-05-25 | 3 | -8/+10 |
* | Fix some missing includes warnings. | Alexis Ballier | 2012-05-25 | 4 | -7/+135 |
* | fix paths I broke by the addition of MAKEOBJDIRPREFIX | Alexis Ballier | 2012-05-25 | 3 | -11/+14 |
* | replace -isystem path by -Ipath as append-flags seems not to like the former ... | Alexis Ballier | 2012-05-25 | 3 | -10/+14 |
* | Add a patch to libthr fixing mutex issues encountered with glib. | Alexis Ballier | 2012-05-25 | 4 | -19/+29 |
* | Build with -fno-strict-overflow. FreeBSD time code depends on overflow. #324452 | Naohiro Aota | 2012-05-25 | 6 | -14/+42 |
* | build and install more libraries with multilib | Alexis Ballier | 2012-05-24 | 3 | -12/+18 |
* | Fix a typo and set MAKEOBJDIRPREFIX when installing too. | Alexis Ballier | 2012-05-24 | 3 | -8/+16 |
* | Add the grounds for multilib and a very very basic multilib support: we only ... | Alexis Ballier | 2012-05-23 | 3 | -45/+143 |
* | Block dev-libs/libusbx because dev-libs/libusb is blocked as well. | Samuli Suominen | 2012-05-22 | 6 | -27/+26 |
* | Inherit eutils for epatch. | Mike Frysinger | 2012-05-21 | 7 | -23/+38 |
* | factorize the bootstrapping code between cross and native builds. | Alexis Ballier | 2012-05-18 | 3 | -16/+24 |
* | bootstrap the csu with USE=build too | Alexis Ballier | 2012-05-18 | 3 | -7/+11 |
* | Add two variables for non native and native subdirs and define it in only one... | Alexis Ballier | 2012-05-18 | 3 | -11/+22 |
* | Set the ssp_nonshared LDADD in its bootstrapping function. Add it only with U... | Alexis Ballier | 2012-05-18 | 3 | -9/+14 |
* | Preinstall headers only with USE=build | Alexis Ballier | 2012-05-18 | 3 | -14/+13 |
* | Factorize some more code and regroup variable assignments. | Alexis Ballier | 2012-05-18 | 3 | -14/+14 |
* | Set the NOSTRIPFLAG variable only once | Alexis Ballier | 2012-05-18 | 3 | -9/+15 |
* | Generate the libc ldscript for the cross-compiled library too. | Alexis Ballier | 2012-05-17 | 3 | -30/+48 |
* | factorize the src_compile code between the cross and native builds. | Alexis Ballier | 2012-05-17 | 3 | -24/+21 |
* | factorize the libssp_nonshared bootstrapping code | Alexis Ballier | 2012-05-17 | 3 | -18/+22 |
* | use freebsd_src_install rather than mkinstall | Alexis Ballier | 2012-05-17 | 3 | -9/+11 |
* | split out the csu bootstrapping code in its own function | Alexis Ballier | 2012-05-17 | 3 | -16/+21 |
* | Remove -isystem append-flags that are now useless since we pre-install the he... | Alexis Ballier | 2012-05-17 | 3 | -9/+11 |
* | Use mkinstall when cross-compiling too. Factorize the native and cross builds... | Alexis Ballier | 2012-05-17 | 3 | -18/+24 |
* | factorize the way of getting the csudir | Alexis Ballier | 2012-05-17 | 3 | -24/+23 |