Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-19 | remove obsolated information for bootstrap kit and binary packages. | obache | 1 | -6/+1 | |
2014-12-04 | Don't build the cwrappers package during bootstrap, it is pulled in | jperkin | 1 | -4/+1 | |
as a build dependency as needed. | |||||
2014-12-01 | Add a "--cwrappers" option to build and enable cwrappers. | jperkin | 1 | -4/+17 | |
2014-09-01 | Add support for --make-jobs, which passes down -j or MAKE_JOBS as | jperkin | 1 | -7/+16 | |
appropriate. The default continues to be 1. | |||||
2014-08-14 | Fix packages creation on Interix. | cheusov | 1 | -3/+3 | |
User/group names are used instead of uid/gid. Problem with spaces inside user/group name should be fixed by Cygwin support added some time ago. | |||||
2014-08-03 | "--compiler clang" will have gotten better by the next quarterly branch. | schmonz | 1 | -5/+5 | |
2014-08-01 | Need nbsed on Yosemite (not sure about awk, but little harm). | schmonz | 1 | -2/+2 | |
2014-07-30 | Detecting clang on OS X is stymied in some configurations by "gcc" | schmonz | 1 | -3/+5 | |
looking sufficiently like gcc. Inspect "cc" instead, and don't believe it's __GNUC__ unless it's also not __clang__. While here, if you manage to find and install PackageMaker.app, it still works on 10.9 for --binary-macpkg. From Sevan Janiyan. | |||||
2014-07-14 | Remove unnecessary . | ryoon | 1 | -2/+2 | |
2014-07-11 | Use check_compiler=yes on Darwin, fixes bootstrap with newer XCode that | jperkin | 1 | -1/+2 | |
includes gcc which is actually clang. | |||||
2014-04-17 | Amend previous: pick built bmake binary from correct directory. | asau | 1 | -2/+2 | |
2014-04-17 | Follow the conventional path of "configure-make-install" | asau | 1 | -3/+3 | |
when bootstrapping bmake. | |||||
2014-04-17 | The only use of "bmakexenv" variable is on IRIX to pass MAKE=pmake | asau | 1 | -4/+2 | |
to devel/bmake when bootstrapping the latter. bmake doesn't take this environment variable into consideration anyway. | |||||
2014-04-03 | Set CLANGBASE=/usr automatically if CLANGBASE is not set and /usr/bin/clang ↵ | obache | 1 | -1/+4 | |
exists. It is expected in mk/compiler/clang.mk that CLANGBASE is set properly even if builtin clang is selected. | |||||
2014-03-18 | Explain problems with sed. | gdt | 1 | -3/+19 | |
Basically: 10.9's sed is broken, bootstrap works around this via nbsed on 10.9, and therefore while a 10.6 boostrap's binaries will *run* on 10.9, one can't reliably build new packages. (Thanks to jperkin@ for pointing this out.) | |||||
2014-03-17 | Update pointer to bulk build message (to be a quarterly one). | gdt | 1 | -4/+5 | |
2014-03-14 | Add README for Xinuos SCO OpenServer 5.0.7/3.2 | ryoon | 1 | -0/+247 | |
2014-03-14 | Add Xinuos SCO OpenServer 5.0.7/3.2 support | ryoon | 1 | -1/+12 | |
The license donation for OpenServer 5.0.7/3.2 by Xinuos Inc. helped to make this commit possible. | |||||
2014-03-13 | Seriously rototill Mac instructions. | gdt | 1 | -36/+83 | |
Explain clang. Add 10.9. Point out jperkin's builds. | |||||
2014-03-10 | Detect Clang and apply proper compiler settings. | asau | 1 | -2/+15 | |
This fixes bootstrapping on FreeBSD 10 where cc is Clang pretending poorly to be GCC. | |||||
2014-03-07 | Add bootstrap support for multiarch support on Linux. For now only | jperkin | 1 | -1/+11 | |
building 32-bit packages on x86_64 is supported. | |||||
2014-02-10 | Fix usage of build_package | ryoon | 1 | -3/+3 | |
2013-12-16 | Suggest placing pkgdb under prefix. | asau | 1 | -2/+2 | |
2013-12-16 | Actualise. | asau | 1 | -3/+3 | |
Don't insist on moving system tools. | |||||
2013-10-03 | Mark the copy of bmake's configure as executable in case the checkout is | joerg | 1 | -1/+2 | |
missing the bit. | |||||
2013-09-08 | Add FreeMiNT settings. | ryoon | 1 | -1/+9 | |
2013-08-28 | Add a new use_bsdinstall variable which, if set to 'yes', will use bsdinstall | jperkin | 1 | -3/+15 | |
instead of install-sh on platforms which need a BSD install. The install-sh script is still used during the bootstrap process regardless. Default to 'yes' on SunOS. Other platforms can migrate over once they confirm that sysutils/bsdinstall builds correctly. | |||||
2013-08-22 | Fix one more pasto. | ryoon | 1 | -2/+2 | |
2013-08-22 | GNU/kFreeBSD user should install libncurses-dev. | ryoon | 1 | -3/+3 | |
2013-08-22 | or equivalent is not needed. | ryoon | 1 | -2/+2 | |
2013-08-22 | Add README file for GNU/kFreeBSD platform. | ryoon | 1 | -0/+11 | |
2013-08-09 | Add --pkginfodir support. Fixes --prefix=/usr defaults. | jperkin | 1 | -5/+14 | |
2013-08-04 | overwrite config.{guess,sub} automatically after copied from in-place source | obache | 1 | -1/+7 | |
tree in bootstrap. | |||||
2013-07-26 | Add (Debian) GNU/kFreeBSD port. | ryoon | 1 | -2/+20 | |
Similar to GNU/Linux. Bump bootstrap-mk-files to 20130727. | |||||
2013-06-14 | Don't use the bundled "awk" and "sed" under Mac OX Mountain Lion and newer. | tron | 1 | -1/+7 | |
They break badly on files with binary characters. This fixes e.g. the build of the "youtube-dl" package. | |||||
2013-06-01 | Under Mac OS X (Mountain) Lion "packagemaker" is part of the | tron | 1 | -1/+4 | |
"PackageMaker" application which resides in "/Applications". | |||||
2013-05-11 | On Debian/Ubuntu Linux, system's awk is mawk, and mawk does not | ryoon | 1 | -2/+8 | |
understand some regexp like [[:space:]]. ELF shared lib check is not working properly with mawk. | |||||
2013-03-17 | update comment to refrect current release. | obache | 1 | -2/+2 | |
2013-03-11 | bootstrap: Minix support. OK by agc. PR pkg/45041 | tcort | 2 | -1/+18 | |
2013-02-22 | Add hints for bootstrap pkgsrc on Cygwin. | obache | 1 | -0/+20 | |
2013-02-22 | Fix ROOT_USER/ROOT_GROUP for Cygwin to Administrators/Administrators (not using | obache | 1 | -3/+3 | |
its UID/GID), and sync platform privilege check with bootstrap script. | |||||
2013-02-20 | Use Administrators for ROOT_GROUP of Cygwin instead of Administrator. | obache | 1 | -2/+2 | |
2013-02-20 | Fixes reverse condition of is_root() for Cygwin. | obache | 1 | -3/+3 | |
2013-02-20 | fix a typo | obache | 1 | -2/+2 | |
2013-02-20 | Set proper variables for the case of --compiler=clang. | obache | 1 | -1/+9 | |
2013-02-09 | Rename objdir for bootstrap bmake, to avoid conflict with system | obache | 1 | -3/+3 | |
cygwin/config.h heaer on Cygwin with case-insensitive filesystem. | |||||
2013-02-09 | tell Cygiwn to bootstrap. | obache | 1 | -1/+20 | |
2013-02-06 | Recommend "Command Line Tools for Xcode" as mentioned in | schmonz | 1 | -1/+3 | |
<URL:http://kennethreitz.org/experiments/xcode-gcc-and-homebrew>. | |||||
2013-01-31 | Use /usr/bin/bash on all SunOS 5.11 variants if it exists. Fall back to | hans | 1 | -12/+4 | |
shells/pdksh in all other cases, native /bin/ksh is not good enough. | |||||
2013-01-06 | Latest version of Haiku uses name "baron" for superuser. So, we use id(1) at ↵ | cheusov | 1 | -2/+2 | |
bootstrap time |