summaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Expand)AuthorFilesLines
2004-05-11--pkgsrcdir is no more.schmonz3-12/+6
2004-05-11Retire the bootstrap script's --pkgsrcdir argument. Now that we'reschmonz1-4/+2
2004-05-10Remove this and the kit builds again (at least on i386 a.out,3.2 andcjep1-176/+0
2004-05-05Use numeric uid/gid instead of Administrator/+Administrators, as nativetv1-4/+6
2004-05-02No, setgid works, but apparently needs some particular NTFS permissionstv1-5/+2
2004-04-30Add a note about needing to be Administrator to install setgid files.tv1-4/+10
2004-04-27Actually reference the pkgsrc info page as implied by the perl paragraph.tv1-1/+8
2004-04-27Revise, and add note that "UNIX Perl" should not be installed from SFU.tv1-32/+39
2004-04-24Move the rest of the OS X-specific stuff out of README.Darwin intodanw2-14/+25
2004-04-24make sure /sbin and /usr/sbin are in $PATH. pkg/24010danw2-2/+7
2004-04-23Rather than work around an automake braindeadness, parameterize install-shtv2-8/+15
2004-04-21For Interix, use "mkdir -p" after all so that the umask can take effect.tv1-1/+4
2004-04-21A usable tar(1) may have come from bootstrap. Wedge $prefix/bin into $PATHtv1-1/+2
2004-04-21umask 002, not 022.tv1-2/+2
2004-04-16Use 'mkdir-sh' instead of 'mkdir-p.sh' (similar to 'install-sh').heinz1-3/+3
2004-04-12Add script to work around stupid 'mkdir -p' on Unixware.heinz1-0/+44
2004-04-12Add inital version of sys.mk, derived from the SunOS/Solaris version.heinz1-0/+195
2004-04-12List all options for 'bootstrap'.heinz1-2/+9
2004-04-11Add support for UnixWareheinz1-1/+18
2004-04-11Ksh on Unixware has problems with IFS in sub shells, so put theheinz1-2/+7
2004-04-07IRIX' tsort doesn't take '-q'jschauma1-2/+2
2004-04-07Add support for the --sysconfdir argument, which changes the location ofjmmv4-17/+30
2004-04-05Fix comment to match new locationcjep1-2/+2
2004-04-04allow for the fact that tmac.andoc and tmac.doc were renamed in thegrant1-3/+10
2004-04-04no space between #! and /bin/sh. whether this actually makes anygrant1-2/+2
2004-04-04remove a redundant commentgrant1-3/+1
2004-03-31Bring support for --workdir to mkbinarykit (and cleanup)jschauma2-31/+38
2004-03-29Add more caveat text.tv1-7/+20
2004-03-29Add Interix block.tv1-1/+7
2004-03-29Make more like the vanilla version.tv1-4/+4
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-27kill a redundant comment about missing mk files.grant1-4/+1
2004-03-21MACHINE_ARCH should be derived from `uname -m` on OpenBSD.grant1-2/+2
2004-03-18don't try to cd into work/, just remove work/dir.grant1-2/+2
2004-03-15- relax statement about what compilers should workgrant1-13/+34
2004-03-15SUNWlibm is no longer needed.grant1-2/+1
2004-03-15no need to include <math.h> (it was removed in bmake 3.1.18, too).grant1-4/+3
2004-03-15since we now copy the sources to work/, just remove the directories ingrant1-2/+2
2004-03-12Add notes about root user and the packages from interopsystems.com.tv1-1/+14
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 thetv2-4/+9
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 implementationtv2-13/+24
2004-03-11Primordial sys.mk for Interix.tv1-0/+194
2004-03-11Fix comment about Administrator user.tv1-2/+2
2004-03-11catch up to bootstrap being in pkgsrc.grant1-4/+6
2004-03-11grab and build the various programs required from pkgsrc rather thangrant1-13/+33
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant141-0/+48545