Age | Commit message (Expand) | Author | Files | Lines |
2006-01-02 | Make sure devel/bmake is also in tarball. (Noticed by Matt Dillon.) | reed | 1 | -1/+2 |
2005-12-21 | Fix "${TMACDIR}" for Darwin 8.x (MacOS X Tiger). | tron | 1 | -2/+4 |
2005-12-20 | Default to MKLINT=no by default. lint might not exist on the target | joerg | 1 | -6/+2 |
2005-12-17 | Apply parts of a patch from Georg Schwarz to allow IRIX 6.x to bootstrap | jschauma | 1 | -3/+4 |
2005-12-01 | Bump BOOTSTRAP_VERSION due to the update of archivers/pax. | minskim | 1 | -2/+2 |
2005-11-18 | Do not define LIBC and other LIB* settings. This should fix | reed | 1 | -53/+3 |
2005-11-16 | sysMkPath should be ${PREFIX}/share/mk by default and only that. | joerg | 1 | -2/+2 |
2005-11-10 | Add "--mksrc none" to the boot-strap arguments for building "bmake". | reed | 1 | -2/+2 |
2005-11-08 | Mention documentation that is local in pkgsrc tree. | reed | 1 | -2/+13 |
2005-11-02 | Remove the NetBSD specific Makefile.in for bmake. It was not used anyways | reed | 2 | -124/+1 |
2005-11-01 | Remove all the local documentation here and defer to the Guide. | tv | 1 | -99/+4 |
2005-11-01 | bootstrap script uses source files from pkgsrc/devel/bmake/files | reed | 83 | -37957/+9 |
2005-10-31 | Do not define sysconfdir when --prefix is set. This causes | reed | 1 | -5/+3 |
2005-10-19 | Fix for OSF1 5.1, from Sergey Svishchev in PR 31864. | wiz | 1 | -2/+2 |
2005-10-09 | Added definition of PATH. This fixes a silly bug of endless recursion | heinz | 1 | -1/+2 |
2005-10-02 | Replace getopt with equivalent code. This unbreaks bmake on DragonFly. | joerg | 1 | -16/+59 |
2005-08-21 | #include <string.h> for memcpy() on Solaris 10. | grant | 1 | -1/+2 |
2005-08-19 | Mention --varbase option. | reed | 1 | -1/+3 |
2005-08-02 | Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to | reed | 1 | -2/+2 |
2005-07-29 | wording tweaks | grant | 1 | -8/+7 |
2005-05-30 | Allow --varbase=something (note the '='). Pointed out by rillig@. | jmmv | 1 | -1/+2 |
2005-05-29 | Simplify usage as non-root. When given the --ignore-user-check, change | jmmv | 1 | -6/+30 |
2005-05-25 | Added a function get_optarg that avoids code duplication in the option | rillig | 1 | -5/+10 |
2005-05-17 | Fix typo (missing leading dot). | cube | 1 | -2/+2 |
2005-05-16 | Documented how .for loops split their value list (by whitespace, not by | rillig | 1 | -1/+11 |
2005-05-15 | Fixed shell quoting. | rillig | 1 | -2/+2 |
2005-05-14 | Different operating systems have different places where they store the | christos | 1 | -1/+3 |
2005-05-14 | Allow the user to type --prefix=foo instead of requiring a whitespace | rillig | 1 | -1/+6 |
2005-05-11 | Removed trailing whitespace. Changed some other details to make mdoclint(1) | rillig | 1 | -15/+15 |
2005-05-11 | Corrected the part where splitting variables into words is explained. Added | rillig | 1 | -2/+19 |
2005-05-07 | Sync with v1.88 of packages(7). | wiz | 1 | -41/+57 |
2005-05-07 | Refer doc/pkgsrc.txt instead of Packages.txt. | wiz | 1 | -2/+2 |
2005-04-19 | Define TMACDIR and CATDEPS appropriately on Linux. | minskim | 2 | -2/+205 |
2005-04-11 | If need_bsd_install=yes, then also set INSTALL accordingly in the sample | jschauma | 1 | -1/+2 |
2005-04-10 | Update README's for last change in bootsrap. | jschauma | 3 | -12/+30 |
2005-04-10 | Implement changes suggested on tech-pkg some time ago: | jschauma | 1 | -24/+75 |
2005-03-24 | Add a note to set | jschauma | 1 | -1/+8 |
2005-03-08 | Were the overrides in mods/mk ever tested? | tv | 1 | -4/+3 |
2005-03-04 | Some strip(1) commands don't strip anything but executables, so in order | jschauma | 1 | -3/+10 |
2005-02-19 | set MACHINE_ARCH correctly on AIX. | grant | 1 | -1/+12 |
2005-02-18 | Before copying the mk.conf.example file into PKG_SYSCONFDIR, the | xtraeme | 1 | -11/+14 |
2005-02-16 | Note that gzip may be needed (as mentioned by T. Rightnour, | reed | 1 | -1/+4 |
2005-02-16 | note that icc 8.1 needs to be built with -i-static. | grant | 1 | -1/+4 |
2005-02-15 | add some info about using icc. | grant | 1 | -1/+37 |
2005-02-15 | don't override the CPPFLAGS and LDFLAGS environment variables, add to | grant | 1 | -6/+6 |
2005-01-20 | DragonFly's pax(1) has different options to those in NetBSD. | agc | 1 | -3/+2 |
2005-01-18 | Add random image-base address hack adapted from libtool. | tv | 1 | -1/+2 |
2005-01-18 | Gimme a bsd.lib.mk that actually can build shlibs on Interix. | tv | 1 | -0/+471 |
2005-01-16 | ensure we can find strip(1) | grant | 1 | -3/+8 |
2005-01-16 | append, not prepend, /usr/ccs/bin to the $PATH (where it exists). | grant | 1 | -2/+2 |