summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
AgeCommit message (Expand)AuthorFilesLines
2006-04-14re-introduce a modification from 1.48 that had erroneously been removedschwarz1-2/+2
2006-04-11Don't use the carat (^) in class matches, as it is not supported byjoerg1-2/+5
2006-04-10Allow overriding of the default FETCH_CMD with --fetch-cmdjoerg1-13/+27
2006-04-10added bootstrap support for IRIX 5.3 (finally :-))schwarz1-15/+50
2005-12-17Apply parts of a patch from Georg Schwarz to allow IRIX 6.x to bootstrapjschauma1-3/+4
2005-12-01Bump BOOTSTRAP_VERSION due to the update of archivers/pax.minskim1-2/+2
2005-11-16sysMkPath should be ${PREFIX}/share/mk by default and only that.joerg1-2/+2
2005-11-10Add "--mksrc none" to the boot-strap arguments for building "bmake".reed1-2/+2
2005-11-02Remove the NetBSD specific Makefile.in for bmake. It was not used anywaysreed1-6/+1
2005-11-01bootstrap script uses source files from pkgsrc/devel/bmake/filesreed1-6/+9
2005-10-31Do not define sysconfdir when --prefix is set. This causesreed1-5/+3
2005-05-30Allow --varbase=something (note the '='). Pointed out by rillig@.jmmv1-1/+2
2005-05-29Simplify usage as non-root. When given the --ignore-user-check, changejmmv1-6/+30
2005-05-25Added a function get_optarg that avoids code duplication in the optionrillig1-5/+10
2005-05-14Allow the user to type --prefix=foo instead of requiring a whitespacerillig1-1/+6
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz1-2/+2
2005-04-19Define TMACDIR and CATDEPS appropriately on Linux.minskim1-2/+2
2005-04-11If need_bsd_install=yes, then also set INSTALL accordingly in the samplejschauma1-1/+2
2005-04-10Implement changes suggested on tech-pkg some time ago:jschauma1-24/+75
2005-03-08Were the overrides in mods/mk ever tested?tv1-4/+3
2005-02-19set MACHINE_ARCH correctly on AIX.grant1-1/+12
2005-02-15don't override the CPPFLAGS and LDFLAGS environment variables, add togrant1-6/+6
2005-01-20DragonFly's pax(1) has different options to those in NetBSD.agc1-3/+2
2005-01-16append, not prepend, /usr/ccs/bin to the $PATH (where it exists).grant1-2/+2
2005-01-12Set machine_arch=mipseb on IRIX, so that binary packages don't complainjschauma1-1/+2
2005-01-12Apply fixes to set TARPROG definition properly for DragonFlyBSD fromagc1-1/+4
2005-01-05No need to "cp -p" here.tv1-2/+2
2004-11-20add support for Tru64, patches provided by Tobias Nygrengrant1-1/+14
2004-10-31Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.wiz1-1/+10
2004-10-08Bump BOOTSTRAP_VERSION for previous.tv1-2/+2
2004-10-08Revert part of rev 1.19:tv1-4/+4
2004-08-27Catch up with textproc/nbsed needing to be configured withjlam1-2/+2
2004-08-23* Modify bmake to use libnbcompat to ensure that a regex implementationjlam1-12/+13
2004-05-11Retire the bootstrap script's --pkgsrcdir argument. Now that we'reschmonz1-4/+2
2004-05-05Use numeric uid/gid instead of Administrator/+Administrators, as nativetv1-4/+6
2004-04-24make sure /sbin and /usr/sbin are in $PATH. pkg/24010danw1-1/+5
2004-04-23Rather than work around an automake braindeadness, parameterize install-shtv1-6/+13
2004-04-21For Interix, use "mkdir -p" after all so that the umask can take effect.tv1-1/+4
2004-04-16Use 'mkdir-sh' instead of 'mkdir-p.sh' (similar to 'install-sh').heinz1-3/+3
2004-04-11Add support for UnixWareheinz1-1/+18
2004-04-07Add support for the --sysconfdir argument, which changes the location ofjmmv1-14/+21
2004-03-29Don't set -m in mkdir_p because Interix needs 0775, not 0755. Let the umasktv1-3/+5
2004-03-28apply patch from Klaus Heinz to support bootstrapping from a read-onlygrant1-36/+59
2004-03-21MACHINE_ARCH should be derived from `uname -m` on OpenBSD.grant1-2/+2
2004-03-11In mkdir_p, iterate the directory names. (install-sh doesn't.)tv1-2/+4
2004-03-11Interix has the possibility of case-insensitive filesystems too. Add thetv1-3/+3
2004-03-11Interix needs pax too. <grumble>tv1-2/+2
2004-03-11Use the install-sh wrapper to create directories rather than relying onsketch1-8/+14
2004-03-11Parameterize the root user, and provide an alternative implementationtv1-5/+16
2004-03-11grab and build the various programs required from pkgsrc rather thangrant1-13/+33