| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove libmandoc from bootstrap tools | bapt | 2015-05-30 | 1 | -1/+0 |
* | Only push libohash once in bootstrap tools | bapt | 2015-05-30 | 1 | -4/+5 |
* | Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities. | bapt | 2015-05-30 | 1 | -1/+11 |
* | Do not make libsqlite3 dependency chain only defined for kerberos, soon more | bapt | 2015-05-30 | 1 | -1/+2 |
* | Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_db | bapt | 2015-05-26 | 1 | -1/+1 |
* | _Really_, _Really_ fix buildworld by moving the conditionals down, fixing some | ngie | 2015-05-21 | 1 | -10/+10 |
* | Make kerberos use the same sqlite libraries as other sqlite consumer. | bapt | 2015-05-20 | 1 | -4/+4 |
* | Fix breakage I didn't fully solve in r283151 by depending on the .PHONY | ngie | 2015-05-20 | 1 | -1/+1 |
* | Unbreak the arm64/sparc64 tinderbox by only compiling lib/libproc and | ngie | 2015-05-20 | 1 | -2/+7 |
* | cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependent | ngie | 2015-05-20 | 1 | -1/+1 |
* | Add _more_ missing dependencies for lib/libproc to further squash build races | ngie | 2015-05-20 | 1 | -1/+9 |
* | Articulate all dependencies for lib/libproc to squash build races after r283139 | ngie | 2015-05-20 | 1 | -0/+2 |
* | Only build sys/boot/usb/tools if MK_USB != no | ngie | 2015-05-20 | 1 | -1/+4 |
* | Fix buildworld by adding libproc and librtld_db to the _prebuild_libs | bapt | 2015-05-20 | 1 | -0/+2 |
* | Update crunch bootstrapping test for recent fixes | emaste | 2015-05-19 | 1 | -6/+3 |
* | Remove redundant csu subdir logic | emaste | 2015-05-12 | 1 | -7/+1 |
* | Unbreak build following rev. 282726 | thomas | 2015-05-10 | 1 | -0/+3 |
* | Replace groff's soelim by soeliminate(1) renamed soelim(1) | bapt | 2015-05-01 | 1 | -1/+2 |
* | Setting PATH to anything is useless as a bare command. Its only relevant | sbruno | 2015-04-30 | 1 | -2/+2 |
* | Fix native-xtools breakage when building a gcc enabled target on a clang | sbruno | 2015-04-30 | 1 | -0/+15 |
* | Serialize all of _kerberos5_bootstrap_tools to avoid build failures involving | ngie | 2015-04-21 | 1 | -7/+1 |
* | Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557 | emaste | 2015-04-17 | 1 | -4/+4 |
* | RELEASEDIR was removed in FreeBSD 9.x, at the same time /boot/loader | imp | 2015-04-17 | 1 | -5/+1 |
* | Defeat race with MK_KERBEROS == yes introduced with bootstrap-tools | ngie | 2015-04-16 | 1 | -2/+7 |
* | People are still getting burned by the byacc upgraded, switch to | imp | 2015-04-16 | 1 | -2/+0 |
* | Only use the CROSS_BINUTILS_PREFIX tool if it exists. | andrew | 2015-04-02 | 1 | -1/+2 |
* | Ensure the cross assembler, linker and objcopy are used for the build32 | dim | 2015-04-02 | 1 | -3/+5 |
* | Add --sysroot to the compiler flags for clang or gcc external toolchains | rodrigc | 2015-03-26 | 1 | -1/+1 |
* | Add some more explanation to the different phases of the build. | imp | 2015-03-25 | 1 | -5/+14 |
* | Force MK_INCLUDES for the legacy stage | emaste | 2015-03-25 | 1 | -1/+2 |
* | Start to import support for the AArch64 architecture from ARM. This change | andrew | 2015-03-19 | 1 | -1/+1 |
* | When cross-building with an external toolchain we still need a target strip | emaste | 2015-03-17 | 1 | -0/+5 |
* | Add LIB_CXX so that C++ libraries will use CXX to link. | bdrewery | 2015-03-17 | 1 | -0/+4 |
* | Provide automatic cross-binutils path if no BINUTILS_BOOTSTRAP | emaste | 2015-03-12 | 1 | -0/+13 |
* | It appears that xlint isn't used in the build process, so it certainly | imp | 2015-03-12 | 1 | -1/+0 |
* | Support CROSS_BINUTILS_PREFIX with in-tree compiler | emaste | 2015-02-26 | 1 | -0/+6 |
* | Fill in missing dependencies for dtrace related tools so the bootstrap-tools | ngie | 2015-02-23 | 1 | -0/+3 |
* | Parallelize building bootstrap-tools | ngie | 2015-02-23 | 1 | -1/+19 |
* | Fix bootstrap on systems with old yacc with small MAXTABLE. | jkim | 2015-02-18 | 1 | -5/+5 |
* | Restore the ability to use clang as an external compiler. This was | grehan | 2015-02-18 | 1 | -3/+4 |
* | release: use xz via pipe when compressing the tarballs. | rpaulo | 2015-02-17 | 1 | -15/+17 |
* | Fix a typo when invoking tar(1) to create the debug distributions. | rpaulo | 2015-02-16 | 1 | -1/+1 |
* | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; | cperciva | 2015-02-12 | 1 | -6/+2 |
* | Remove remnant from texinfo | bapt | 2015-02-11 | 1 | -5/+1 |
* | Exclude 'tests' from DEBUG_DISTRIBUTIONS. | gjb | 2015-02-10 | 1 | -1/+1 |
* | Merge xz 5.2.0. | rpaulo | 2015-02-09 | 1 | -0/+1 |
* | Conditionalize building radius support into libpam, ppp, etc via | ngie | 2015-02-04 | 1 | -1/+5 |
* | Restore addr2line to cross tools | emaste | 2015-01-23 | 1 | -0/+3 |
* | Fix bootstrap on systems with old libdwarf and WITHOUT_CDDL | emaste | 2015-01-21 | 1 | -4/+9 |
* | Remove addr2line from cross elftoolchain tools list | emaste | 2015-01-21 | 1 | -1/+0 |