Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-21 | MACHINE_ARCH should be derived from `uname -m` on OpenBSD. | grant | 1 | -2/+2 | |
from Philip Reynolds on tech-pkg. | |||||
2004-03-18 | don't try to cd into work/, just remove work/dir. | grant | 1 | -2/+2 | |
2004-03-15 | - relax statement about what compilers should work | grant | 1 | -13/+34 | |
- mention which bits of SunPro 8 are required, mention 64-bit pkgs - mention SUNWlibm, SUNWlibC - mention PKGSRC_COMPILER=sunpro - also tested on Solaris 10 - mention crle(1) | |||||
2004-03-15 | SUNWlibm is no longer needed. | grant | 1 | -2/+1 | |
2004-03-15 | no need to include <math.h> (it was removed in bmake 3.1.18, too). | grant | 1 | -4/+3 | |
this removes a dependency on SUNWlibm on Solaris. noted by Marc Herbert <Marc.Herbert@sun.com> way back in April 2003. | |||||
2004-03-15 | since we now copy the sources to work/, just remove the directories in | grant | 1 | -2/+2 | |
work/ entirely. | |||||
2004-03-12 | Add notes about root user and the packages from interopsystems.com. | tv | 1 | -1/+14 | |
2004-03-11 | In mkdir_p, iterate the directory names. (install-sh doesn't.) | tv | 1 | -2/+4 | |
2004-03-11 | Interix has the possibility of case-insensitive filesystems too. Add the | tv | 2 | -4/+9 | |
same check used for Darwin, and a doc fragment to README.Interix. | |||||
2004-03-11 | Interix needs pax too. <grumble> | tv | 1 | -2/+2 | |
2004-03-11 | Use the install-sh wrapper to create directories rather than relying on | sketch | 1 | -8/+14 | |
the system mkdir(1) which may bail out too easily for non-fatal errors. Should fix pkg/23086 | |||||
2004-03-11 | Parameterize the root user, and provide an alternative implementation | tv | 2 | -13/+24 | |
of the is_root() function for Interix only. | |||||
2004-03-11 | Primordial sys.mk for Interix. | tv | 1 | -0/+194 | |
2004-03-11 | Fix comment about Administrator user. | tv | 1 | -2/+2 | |
2004-03-11 | catch up to bootstrap being in pkgsrc. | grant | 1 | -4/+6 | |
2004-03-11 | grab and build the various programs required from pkgsrc rather than | grant | 1 | -13/+33 | |
keeping a separate copy (with the exception of bmake, which is currently older than devel/bmake). | |||||
2004-03-11 | import the required bits of bootstrap-pkgsrc from 20040311. | grant | 141 | -0/+48545 | |