summaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Collapse)AuthorFilesLines
2015-12-18Build nbawk and nbsed on Darwin 10.11 (El Capitan) too, it still has the sedjperkin1-2/+2
which fails when using a UTF-8 locale. Ok'd during the freeze by wiz@
2015-12-11Match MACHINE_ARCH override used in bsd.prefs.mk on FreeBSD andjoerg1-1/+9
DragonFly.
2015-11-28Mention where the command tools can be obtained from to save time, as the ↵sevan1-1/+4
Apple developer portal search doesn't offer it as a result.
2015-11-09Default to ABI=64 on Darwin hosts which report as x86_64.jperkin1-2/+16
2015-11-08Mention the details of the packages for PowerPC Mac OS X.sevan1-3/+8
From a discussion that took place offlist around http://mail-index.netbsd.org/tech-pkg/2015/11/06/msg015926.html Reviewed by gdt@
2015-11-08Use a single style to reference OS Xsevan1-4/+4
Reviewed by gdt@
2015-11-07Update notes on versions.gdt1-8/+17
Add pointer to a pkgsrc-bulk message about a 10.4 powerpc build, and therefore drop notion that there are no 10.4 users.
2015-11-07For Bitrigsevan1-2/+6
Switch to using arch(1) to detect the architecture of host Set $machine_arch to x86_64 if on amd64 Pass $machine_arch to the devel/bmake build process Reviewed by wiz@
2015-11-07Use arch(1) to detect the architecture of hostsevan1-2/+6
Switch $machine_arch to x86_64 if on OpenBSD/amd64 Pass $machine_arch to the devel/bmake build process Reviewed by wiz@
2015-11-07Rototiil versions sectiongdt1-49/+52
Replace and simplify the versions section. Drop notion of supported/deprecated. Explain why people run specific old versions. Assert that there are no 10.4 pkgsrc users, and very few 10.5. Keep notion that PRs for <= 10.5 without fixes can be closed without fixing. Explain Darwin vs OS X. Point to PureDarwin. Explain that pkgsrc for Darwin is really for OSX and invite doc patches. Make a few minor edits. It remains for someone to explain more clearly the issue of broken/missing SDKs in 10.11 and command line tools. As discussed on tech-pkg, with input from jperkin and tron.
2015-11-06Fix a typo and s/Mac OS X/OS X/ggdt1-13/+14
Thanks to wiz@ and Luis Muir for pointing these out.
2015-11-06Make assorted minor updatesgdt1-23/+46
- Remove information about older versions of pkgsrc. - Note that /usr/include is gone and that there are SDKs - Add hazy explanation of the missing SDK/command-line-tools issue. - Add 10.11 (but do not change deprecation status of anything). - Clarify (but do not try to update for current reality) the 10.6/10.9 bulk build descriptions.
2015-06-13If "/usr/bin/bash" is installed under Solaris always prefer it over thetron1-2/+2
"pdksh" package. Using the package is too problematic, see PR pkg/39524.
2015-06-04Introduce preliminary support for Bitrig to pkgsrcsevan2-1/+36
Initial patchset to add support by rodent@ Further adjustments made based on feedback by joerg@ Tested by myself with numerous bulkbuilds thanks to Patrick Wildt @ Bitrig Reviewed by bsiegert@ joerg@ wiz@
2015-05-03Use pdksh when bootstrapping on AIX, while it's possible to bootstrapsevan1-1/+2
successfully using the stock /bin/sh supplied with the system, things don't work correctly. Reviewed by wiz@
2015-04-19mention installation instructions for GCC toolchainstnn2-2/+6
2015-04-19Don't recommend the native compiler or native X11 any more.tnn1-6/+1
GCC and X11_TYPE=modular is what will work best.
2015-04-05Update for the OpenBSD of today. Add info on test cases. Improve wording.rodent1-12/+7
2015-02-28typoprlw11-2/+2
2015-02-22Drop xlc compiler information.gdt1-31/+1
This was added in 2004 and there have been no reports of anyone even trying to use it in many many years. Searching on the web finds only information from 2003.
2015-02-22Rototill version list (without policy change).gdt1-37/+34
Add Joyent bulk build links. CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-01-19remove obsolated information for bootstrap kit and binary packages.obache1-6/+1
2014-12-04Don't build the cwrappers package during bootstrap, it is pulled injperkin1-4/+1
as a build dependency as needed.
2014-12-01Add a "--cwrappers" option to build and enable cwrappers.jperkin1-4/+17
2014-09-01Add support for --make-jobs, which passes down -j or MAKE_JOBS asjperkin1-7/+16
appropriate. The default continues to be 1.
2014-08-14Fix packages creation on Interix.cheusov1-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.schmonz1-5/+5
2014-08-01Need nbsed on Yosemite (not sure about awk, but little harm).schmonz1-2/+2
2014-07-30Detecting clang on OS X is stymied in some configurations by "gcc"schmonz1-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-14Remove unnecessary .ryoon1-2/+2
2014-07-11Use check_compiler=yes on Darwin, fixes bootstrap with newer XCode thatjperkin1-1/+2
includes gcc which is actually clang.
2014-04-17Amend previous: pick built bmake binary from correct directory.asau1-2/+2
2014-04-17Follow the conventional path of "configure-make-install"asau1-3/+3
when bootstrapping bmake.
2014-04-17The only use of "bmakexenv" variable is on IRIX to pass MAKE=pmakeasau1-4/+2
to devel/bmake when bootstrapping the latter. bmake doesn't take this environment variable into consideration anyway.
2014-04-03Set CLANGBASE=/usr automatically if CLANGBASE is not set and /usr/bin/clang ↵obache1-1/+4
exists. It is expected in mk/compiler/clang.mk that CLANGBASE is set properly even if builtin clang is selected.
2014-03-18Explain problems with sed.gdt1-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-17Update pointer to bulk build message (to be a quarterly one).gdt1-4/+5
2014-03-14Add README for Xinuos SCO OpenServer 5.0.7/3.2ryoon1-0/+247
2014-03-14Add Xinuos SCO OpenServer 5.0.7/3.2 supportryoon1-1/+12
The license donation for OpenServer 5.0.7/3.2 by Xinuos Inc. helped to make this commit possible.
2014-03-13Seriously rototill Mac instructions.gdt1-36/+83
Explain clang. Add 10.9. Point out jperkin's builds.
2014-03-10Detect Clang and apply proper compiler settings.asau1-2/+15
This fixes bootstrapping on FreeBSD 10 where cc is Clang pretending poorly to be GCC.
2014-03-07Add bootstrap support for multiarch support on Linux. For now onlyjperkin1-1/+11
building 32-bit packages on x86_64 is supported.
2014-02-10Fix usage of build_packageryoon1-3/+3
2013-12-16Suggest placing pkgdb under prefix.asau1-2/+2
2013-12-16Actualise.asau1-3/+3
Don't insist on moving system tools.
2013-10-03Mark the copy of bmake's configure as executable in case the checkout isjoerg1-1/+2
missing the bit.
2013-09-08Add FreeMiNT settings.ryoon1-1/+9
2013-08-28Add a new use_bsdinstall variable which, if set to 'yes', will use bsdinstalljperkin1-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-22Fix one more pasto.ryoon1-2/+2
2013-08-22GNU/kFreeBSD user should install libncurses-dev.ryoon1-3/+3