| Commit message (Expand) | Author | Age | Files | Lines |
* | go back to -isystem from -I for include proper, bug #473934 by Yuta SATOH. I... | Alexis Ballier | 2013-06-20 | 3 | -8/+12 |
* | Fix CVE-2013-2171, bug #473688 by Yuta SATOH | Alexis Ballier | 2013-06-19 | 4 | -5/+116 |
* | remove old | Alexis Ballier | 2013-06-18 | 62 | -3357/+110 |
* | remove old | Alexis Ballier | 2013-06-18 | 29 | -1534/+59 |
* | Do not built libstand anymore and remove the now useless bootstrap useflag | Alexis Ballier | 2013-06-18 | 3 | -13/+17 |
* | Build libstand here so that we can drop it from freebsd-lib. | Alexis Ballier | 2013-06-18 | 3 | -8/+19 |
* | Simplify a bit get_subdirs and do not treat differently USE=build/-build for ... | Alexis Ballier | 2013-06-18 | 3 | -24/+20 |
* | Make a full bootstrap only when needed for multilib. | Alexis Ballier | 2013-06-18 | 3 | -15/+16 |
* | Generate the libc ldscript when doing multilib too. | Alexis Ballier | 2013-06-18 | 3 | -5/+618 |
* | Build and install ldd32 with USE=multilib so that we can ldd 32bits executables. | Alexis Ballier | 2013-06-18 | 3 | -6/+190 |
* | Include the DEFAULT_ABI header in our wrappers if all the previous conditions... | Alexis Ballier | 2013-06-18 | 3 | -5/+615 |
* | Build and install ld-elf32.so.1 with USE=multilib so that we can run 32bits p... | Alexis Ballier | 2013-06-18 | 3 | -6/+95 |
* | Wrap abi specific headers when doing a multilib build. | Alexis Ballier | 2013-06-18 | 3 | -5/+614 |
* | Use the freebsd_multilib_multibuild_wrapper function throuh multibuild.eclass... | Alexis Ballier | 2013-06-17 | 3 | -5/+537 |
* | Do a more complete bootstrap and provide a much more useful multilib support.... | Alexis Ballier | 2013-06-16 | 3 | -5/+574 |
* | Always build crt{begin,end} files: gcc will use its own and clang the ones fr... | Alexis Ballier | 2013-05-31 | 3 | -5/+551 |
* | Backport aligned_alloc for C++11 support. | Alexis Ballier | 2013-05-24 | 4 | -5/+603 |
* | Fix build with netware or bluetooth enabled, bug #448506. Fix glob(3) relate... | Alexis Ballier | 2013-05-24 | 4 | -16/+571 |
* | Add patch to deal with CVE-2013-3266. #468422 | Naohiro Aota | 2013-05-07 | 4 | -8/+40 |
* | Update init script. #459696 | Naohiro Aota | 2013-03-16 | 3 | -8/+21 |
* | Apply patch for CVE-2010-2632. #458718 | Naohiro Aota | 2013-03-10 | 4 | -17/+241 |
* | Add patch to deal with USE={netware,bluetooth}. #448506 | Naohiro Aota | 2013-02-12 | 5 | -9/+51 |
* | Drop useless duplicated SYS tar.bz2 from SRC_URI. #455228 | Naohiro Aota | 2013-02-07 | 7 | -29/+39 |
* | always pass -isystem when not bootstrapping, should fix #444920 | Alexis Ballier | 2013-02-04 | 3 | -8/+17 |
* | Install to /usr/src/PN-RV to ease upgrades, bug #454414 by Yuta SATOH | Alexis Ballier | 2013-01-29 | 3 | -23/+16 |
* | Fix build of ar with newer libarchive, bug #448510 by Yuta SATOH | Alexis Ballier | 2013-01-27 | 4 | -9/+34 |
* | drop isdn useflag, by Yuta SATOH, bug #448502 | Alexis Ballier | 2013-01-27 | 3 | -15/+11 |
* | remove old | Alexis Ballier | 2013-01-27 | 3 | -177/+9 |
* | remove isdn useflag, by Yuta SATOH, bug #448502 | Alexis Ballier | 2013-01-27 | 3 | -9/+11 |
* | remove rc versions | Alexis Ballier | 2013-01-27 | 76 | -5761/+148 |
* | pf.conf{,.example} are provided by freebsd-share now, bug #449542 by Yuta SATOH | Alexis Ballier | 2013-01-27 | 3 | -8/+11 |
* | Bump to 9.1 | Alexis Ballier | 2013-01-27 | 45 | -108/+1881 |
* | 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 |
* | Fix LICENSE, bug 449796. | Ulrich Müller | 2013-01-12 | 9 | -62/+71 |
* | Change LICENSE to public-domain, bug 441832. | Ulrich Müller | 2012-12-08 | 3 | -7/+30 |
* | Add patch from FreeBSD-SA-12:08.linux | Naohiro Aota | 2012-12-03 | 4 | -7/+41 |
* | Simplify by using freebsd_src_unpack, by Yuta SATOH, bug #444506 | Alexis Ballier | 2012-11-24 | 4 | -39/+23 |
* | Simplify to call freebsd_src_unpack, bug #444506 by Yuta SATOH | Alexis Ballier | 2012-11-24 | 3 | -13/+14 |
* | 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 | 45 | -75/+1887 |
* | Add spanish (es) description | José María Alonso | 2012-10-26 | 1 | -0/+3 |
* | bump to 9.1_rc2 | Alexis Ballier | 2012-10-14 | 45 | -75/+1887 |
* | Remove the pkg command: we do not need it. Bug #437388 by Yuta SATOH. | Alexis Ballier | 2012-10-13 | 3 | -8/+12 |
* | 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 | 5 | -55/+181 |
* | remove old | Alexis Ballier | 2012-09-11 | 5 | -235/+10 |
* | bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838 | Alexis Ballier | 2012-09-11 | 3 | -1/+139 |