| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the previous change - the lib32 build should work now. | dfr | 2006-01-02 | 1 | -2/+2 |
* | Temporarily disable the kerberos5 lib32 build while I try to fix it | dfr | 2006-01-02 | 1 | -2/+2 |
* | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 1 | -5/+2 |
* | Use cross-compile friendly spelling of CPUTYPE. | obrien | 2005-12-07 | 1 | -2/+2 |
* | Style, no functional changes. | ru | 2005-12-07 | 1 | -11/+7 |
* | SSE2 comes thru the users choice of CPUTYPE. | obrien | 2005-12-07 | 1 | -1/+1 |
* | Default to producing 'k8' COMPAT_32BIT bits, but allow override. | obrien | 2005-12-07 | 1 | -1/+6 |
* | Back out my sh -> ${SHELL} change, since it will be a few days before | imp | 2005-12-06 | 1 | -1/+1 |
* | Switch BUILD_ARCH in Makefile to use uname -p suggested by ru. | ambrisko | 2005-12-03 | 1 | -1/+1 |
* | Add support to easily build FreeBSD unpacked in a chroot of another | ambrisko | 2005-12-02 | 1 | -1/+1 |
* | In make buildenv, spell sh as ${SHELL}. In this case, we don't want | imp | 2005-12-01 | 1 | -1/+1 |
* | Revert revision 1.416 and don't create a hierarchy before installing | ru | 2005-11-25 | 1 | -6/+0 |
* | Unbreak installworld. | ru | 2005-11-22 | 1 | -1/+1 |
* | Get rid of SPECIAL_INSTALLCHECKS variable that isn't settable | ru | 2005-11-22 | 1 | -9/+10 |
* | Fold some common stuff into a macro ${KMAKE}. | ru | 2005-11-22 | 1 | -8/+5 |
* | Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not include | ru | 2005-11-19 | 1 | -1/+1 |
* | Speed up stale catpages hunting by not running sed(1) for every catpage. | ru | 2005-11-12 | 1 | -18/+15 |
* | Don't check DESTDIR when making distributeworld; the latter expects | ru | 2005-11-12 | 1 | -0/+2 |
* | Add missing shared library interdependencies. | ru | 2005-11-10 | 1 | -4/+3 |
* | Require DESTDIR to be set when installing for a different architecture. | ru | 2005-11-07 | 1 | -0/+12 |
* | Serialize access to the info/dir file; needed for parallel installs. | ru | 2005-11-03 | 1 | -1/+1 |
* | Force an upgrade to Groff 1.19.2. | ru | 2005-10-20 | 1 | -1/+1 |
* | Fix a couple of typos | brian | 2005-08-23 | 1 | -1/+1 |
* | Fix the "unexpected operator" bug some people are seeing. | netchild | 2005-08-20 | 1 | -2/+2 |
* | Remove cat-pages without corresponding man-pages. | netchild | 2005-08-07 | 1 | -0/+22 |
* | - clean ${LIB32TMP} in _worldtmp | ru | 2005-08-05 | 1 | -0/+7 |
* | - Remove duplicate setting from LIB32MAKE definition. | ru | 2005-08-03 | 1 | -12/+6 |
* | Make delete-old* and friends useable for cross-builds. | ru | 2005-08-03 | 1 | -18/+0 |
* | - Only make the delete-old related parts visible if one of the 3 targets | netchild | 2005-07-30 | 1 | -0/+6 |
* | Enforce the native environment requirement for {check,delete}-old-* at | des | 2005-07-30 | 1 | -6/+6 |
* | - Move recently added dir into the correct section. | netchild | 2005-07-29 | 1 | -6/+6 |
* | Disable thread support in BIND. It appears to reduce performance rather | des | 2005-07-25 | 1 | -8/+0 |
* | Add delete-old and delete-old-libs targets: | netchild | 2005-07-23 | 1 | -0/+92 |
* | Make the `distrib-dirs' target official and working properly | ru | 2005-07-15 | 1 | -2/+2 |
* | Exclude build32 target from the list of toolchain and kernel-toolchain | kan | 2005-07-07 | 1 | -1/+1 |
* | Provide 32-bit runtime support on amd64 as a separate distribution, lib32. | ru | 2005-06-16 | 1 | -6/+13 |
* | Allow to override the compiler, linker, and assembler used to build 32-bit | ru | 2005-06-06 | 1 | -10/+10 |
* | Add install-info to the list of install tools now that we don't | ru | 2005-05-31 | 1 | -1/+1 |
* | Stop redundantly rebuilding texinfo on the next __FreeBSD_version bump. | ru | 2005-05-23 | 1 | -1/+5 |
* | Remove lame and ineffectual attempt to fix ipf breakage of tenderbox. | imp | 2005-05-01 | 1 | -1/+0 |
* | Add some subversive code to cleandir: remove the sbin/ipf tree | imp | 2005-04-30 | 1 | -0/+1 |
* | Merge from RELENG_5: invert WITH_LIB32 into NO_LIB32 so that we build the | peter | 2005-04-06 | 1 | -2/+2 |
* | Fix the lib32 build for amd64 after v1.238 of src/include/Makefile (imp). | peter | 2005-04-06 | 1 | -0/+1 |
* | Fix AMD64 cross-builds when WITH_LIB32 is defined. | ru | 2005-03-27 | 1 | -4/+4 |
* | Protect against DESTDIR being set during the build of build32. | ru | 2005-03-22 | 1 | -2/+2 |
* | Add hacks that I use to test cross-builds (by building on | ru | 2005-03-02 | 1 | -2/+2 |
* | Bootstrap pwd_mkdb(8) and use its new feature during "make distribute". | ru | 2005-02-28 | 1 | -1/+6 |
* | Accept the old user interface for NO_CLEAN as it is a POLA violation as | obrien | 2005-02-28 | 1 | -0/+3 |
* | Unbreak buildworld. | ru | 2005-02-28 | 1 | -5/+6 |
* | Make the format of LC_COLLATE files architecture independent. | ru | 2005-02-27 | 1 | -1/+5 |