Age | Commit message (Expand) | Author | Files | Lines |
2007-03-02 | Remove references to pkgmanpages package and packages(7). Noted by reed@. | wiz | 2 | -8/+3 |
2007-02-22 | In the bootstrap script, MAKECONF must be overridden, so that the | rillig | 1 | -1/+6 |
2007-01-28 | don't assume that tar can compress, instead pipe to gzip | jschauma | 1 | -2/+2 |
2007-01-26 | Added a fix for the case when /bin/sh is a (symlink to) dash. | rillig | 1 | -1/+8 |
2007-01-26 | The example mk.conf is installed automatically if there isn't already a | rillig | 1 | -3/+19 |
2007-01-22 | Bump suggested disk image size to 1GB. | tron | 1 | -2/+2 |
2007-01-11 | Changed the URL for downloading gcc, since the old one gives a 404. | rillig | 1 | -2/+2 |
2006-11-06 | Add lang/nawk and sysutils/install-sh to the "don't blow away" package | tv | 1 | -4/+4 |
2006-11-06 | Set PKG_PRESERVE on install-sh, nbsed, nawk if installed for the current | tv | 1 | -4/+4 |
2006-10-13 | Added --unprivileged as an alias for --ignore-user-check, aligning with | rillig | 1 | -3/+4 |
2006-10-02 | Added the --quiet option. | rillig | 1 | -20/+46 |
2006-09-18 | Typo. | rillig | 1 | -2/+2 |
2006-09-18 | Fixed a bug that prevented the definition of ${ID} to be written into | rillig | 1 | -3/+6 |
2006-09-10 | ${X11BASE} can now be set to /usr, so just do so for IRIX and OSF1. No need | schwarz | 1 | -6/+1 |
2006-09-03 | gcc 3.4.6 is known to compile on IRIX 5.3 | schwarz | 1 | -2/+2 |
2006-09-02 | fix typo | schwarz | 2 | -4/+4 |
2006-09-02 | make sure that no default optimizer flags are set via DBG if CFLAGS is | schwarz | 1 | -2/+2 |
2006-08-30 | Catch up to the Guide. | schmonz | 1 | -6/+7 |
2006-08-30 | If creating a disk image on Darwin 7.0 or newer, create a case-sensitive | schmonz | 1 | -10/+13 |
2006-08-30 | Rename "ufsdiskimage" to "darwindiskimage" in preparation for | schmonz | 1 | -1/+1 |
2006-08-26 | * bootstrap no longer needs regex.h | schwarz | 2 | -64/+47 |
2006-08-20 | * use the pkgsrc mkdir_p script on IRIX 5 | schwarz | 1 | -5/+10 |
2006-08-05 | added information about latest release of cureutils | schwarz | 1 | -3/+4 |
2006-08-02 | Added an option --compiler, which can be used to override the automatic | rillig | 1 | -5/+13 |
2006-07-24 | Allow the bootstrap command to be run from any directory, not just | rillig | 1 | -27/+28 |
2006-07-21 | In the post-bootstrap message, tell the user the correct manpage directory | jlam | 1 | -2/+2 |
2006-07-21 | Add a new option "--full" that implies all of the platform-independent | jlam | 1 | -1/+17 |
2006-07-21 | Don't create the "work" symlink when building and installing software. | jlam | 1 | -2/+2 |
2006-07-21 | Add back $pkg_install_args when invoking the pkg_install configure | jlam | 1 | -3/+3 |
2006-07-21 | Since bootstrap happens quite early and it's hard to get good debugging | jlam | 1 | -2/+2 |
2006-07-21 | Ensure $wrkdir is an absolute path so that $wrkobjdir is too. Avoids | jlam | 1 | -2/+2 |
2006-07-20 | Fix a reversed test -- if the user specifies "CC" in the environment, | jlam | 1 | -2/+2 |
2006-07-20 | Fix location of install-sh script in the bootstrap work directory. | jlam | 1 | -2/+2 |
2006-07-19 | Explicitly set the compiler used to build nawk. The Makefile was | jlam | 1 | -2/+3 |
2006-07-19 | Ensure that "Makefile" and not "makefile" is used when building nawk. | jlam | 1 | -2/+2 |
2006-07-17 | * Move the "extra" scripts installed by bootstrap for certain platforms | jlam | 6 | -388/+38 |
2006-07-14 | Copy the *.mk files from the pkgtools/bootstrap-mk-files package for | jlam | 45 | -8937/+16 |
2006-07-14 | Nothing uses the pkg.sh script anymore. We now rely on the real pkg_* | jlam | 1 | -569/+0 |
2006-07-14 | Use the pkgtools/pkgmanpages package instead of keeping our own copy of | jlam | 3 | -779/+7 |
2006-07-14 | Create a separate pkgtools/tnftp package that is installed as part of | jlam | 2 | -6/+7 |
2006-07-14 | Use pkgtools/pax when registering the bootstrap pax. | jlam | 2 | -3/+4 |
2006-07-14 | Catch up with modifications to bootstrap: | jlam | 1 | -1/+3 |
2006-07-14 | Back out part of revision 1.60 that I didn't mean to commit. | jlam | 1 | -4/+4 |
2006-07-14 | Register the files that installed by the bootstrap script into the | jlam | 1 | -3/+29 |
2006-07-14 | Fix path to the bmake.1 man page in the work directory. | jlam | 1 | -5/+5 |
2006-07-14 | Install the bmake man page now that we properly handle PKGMANDIR in | jlam | 1 | -2/+2 |
2006-07-14 | Fix TOOLS_PLATFORM.tar definition (cut and paste bug). | jlam | 1 | -2/+2 |
2006-07-14 | Add nawk as a bootstrap tool. Reorder the builds so that nawk and sed | jlam | 1 | -12/+38 |
2006-07-13 | Pass the computed mandir down to all the configure script invocations. | jlam | 1 | -6/+6 |
2006-07-13 | Allow the user to specify --pkgmandir to control where man pages go. | jlam | 1 | -12/+18 |