summaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Expand)AuthorFilesLines
2006-01-02Make sure devel/bmake is also in tarball. (Noticed by Matt Dillon.)reed1-1/+2
2005-12-21Fix "${TMACDIR}" for Darwin 8.x (MacOS X Tiger).tron1-2/+4
2005-12-20Default to MKLINT=no by default. lint might not exist on the targetjoerg1-6/+2
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-18Do not define LIBC and other LIB* settings. This should fixreed1-53/+3
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-08Mention documentation that is local in pkgsrc tree.reed1-2/+13
2005-11-02Remove the NetBSD specific Makefile.in for bmake. It was not used anywaysreed2-124/+1
2005-11-01Remove all the local documentation here and defer to the Guide.tv1-99/+4
2005-11-01bootstrap script uses source files from pkgsrc/devel/bmake/filesreed83-37957/+9
2005-10-31Do not define sysconfdir when --prefix is set. This causesreed1-5/+3
2005-10-19Fix for OSF1 5.1, from Sergey Svishchev in PR 31864.wiz1-2/+2
2005-10-09Added definition of PATH. This fixes a silly bug of endless recursionheinz1-1/+2
2005-10-02Replace getopt with equivalent code. This unbreaks bmake on DragonFly.joerg1-16/+59
2005-08-21#include <string.h> for memcpy() on Solaris 10.grant1-1/+2
2005-08-19Mention --varbase option.reed1-1/+3
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed1-2/+2
2005-07-29wording tweaksgrant1-8/+7
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-17Fix typo (missing leading dot).cube1-2/+2
2005-05-16Documented how .for loops split their value list (by whitespace, not byrillig1-1/+11
2005-05-15Fixed shell quoting.rillig1-2/+2
2005-05-14Different operating systems have different places where they store thechristos1-1/+3
2005-05-14Allow the user to type --prefix=foo instead of requiring a whitespacerillig1-1/+6
2005-05-11Removed trailing whitespace. Changed some other details to make mdoclint(1)rillig1-15/+15
2005-05-11Corrected the part where splitting variables into words is explained. Addedrillig1-2/+19
2005-05-07Sync with v1.88 of packages(7).wiz1-41/+57
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz1-2/+2
2005-04-19Define TMACDIR and CATDEPS appropriately on Linux.minskim2-2/+205
2005-04-11If need_bsd_install=yes, then also set INSTALL accordingly in the samplejschauma1-1/+2
2005-04-10Update README's for last change in bootsrap.jschauma3-12/+30
2005-04-10Implement changes suggested on tech-pkg some time ago:jschauma1-24/+75
2005-03-24Add a note to setjschauma1-1/+8
2005-03-08Were the overrides in mods/mk ever tested?tv1-4/+3
2005-03-04Some strip(1) commands don't strip anything but executables, so in orderjschauma1-3/+10
2005-02-19set MACHINE_ARCH correctly on AIX.grant1-1/+12
2005-02-18Before copying the mk.conf.example file into PKG_SYSCONFDIR, thextraeme1-11/+14
2005-02-16Note that gzip may be needed (as mentioned by T. Rightnour,reed1-1/+4
2005-02-16note that icc 8.1 needs to be built with -i-static.grant1-1/+4
2005-02-15add some info about using icc.grant1-1/+37
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-18Add random image-base address hack adapted from libtool.tv1-1/+2
2005-01-18Gimme a bsd.lib.mk that actually can build shlibs on Interix.tv1-0/+471
2005-01-16ensure we can find strip(1)grant1-3/+8
2005-01-16append, not prepend, /usr/ccs/bin to the $PATH (where it exists).grant1-2/+2