Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-28 | allow --ignore-user-check to pass through to the bootstrap script, | grant | 1 | -1/+7 | |
too. useful for unprivileged build testing. | |||||
2004-06-23 | PKGDBDIR -> PKG_DBDIR for consistency. From Jim Bernard in PR 26027. | wiz | 1 | -3/+3 | |
2004-06-05 | IRIX does not have or need ranlib, so set RANLIB to true(1). | jschauma | 2 | -5/+3 | |
Noted in private email by Georg Schwarz. | |||||
2004-05-25 | only attempt to remove bmake files if 'cd bmake' was successful. | jschauma | 1 | -2/+2 | |
2004-05-17 | install(1) allows for installing /dev/null to create an empty file, | jschauma | 1 | -1/+4 | |
so let's do this here, too. This should address PR pkg/25313. | |||||
2004-05-11 | --pkgsrcdir is no more. | schmonz | 3 | -12/+6 | |
2004-05-11 | Retire the bootstrap script's --pkgsrcdir argument. Now that we're | schmonz | 1 | -4/+2 | |
part of pkgsrc, we don't need to be told where it is. | |||||
2004-05-10 | Remove this and the kit builds again (at least on i386 a.out,3.2 and | cjep | 1 | -176/+0 | |
i386 ELF 3.5 for which I have virtual machines). | |||||
2004-05-05 | Use numeric uid/gid instead of Administrator/+Administrators, as native | tv | 1 | -4/+6 | |
language non-English versions of Windows name these accounts differently. | |||||
2004-05-02 | No, setgid works, but apparently needs some particular NTFS permissions | tv | 1 | -5/+2 | |
(researching for a future rev of this doc). | |||||
2004-04-30 | Add a note about needing to be Administrator to install setgid files. | tv | 1 | -4/+10 | |
2004-04-27 | Actually reference the pkgsrc info page as implied by the perl paragraph. | tv | 1 | -1/+8 | |
2004-04-27 | Revise, and add note that "UNIX Perl" should not be installed from SFU. | tv | 1 | -32/+39 | |
2004-04-24 | Move the rest of the OS X-specific stuff out of README.Darwin into | danw | 2 | -14/+25 | |
README.MacOSX. Update the developer tools notes for 10.3. Mention that XFree86 has X packages for older versions of OS X that Apple doesn't provide X for. | |||||
2004-04-24 | make sure /sbin and /usr/sbin are in $PATH. pkg/24010 | danw | 2 | -2/+7 | |
2004-04-23 | Rather than work around an automake braindeadness, parameterize install-sh | tv | 2 | -8/+15 | |
so that Interix can set the default mode to 0775. Then add "install_sh" to CONFIGURE_ENV so it uses ${INSTALL}, not the package-supplied install script (as is done for autoconf $INSTALL). | |||||
2004-04-21 | For Interix, use "mkdir -p" after all so that the umask can take effect. | tv | 1 | -1/+4 | |
2004-04-21 | A usable tar(1) may have come from bootstrap. Wedge $prefix/bin into $PATH | tv | 1 | -1/+2 | |
so that it's picked up. | |||||
2004-04-21 | umask 002, not 022. | tv | 1 | -2/+2 | |
2004-04-16 | Use 'mkdir-sh' instead of 'mkdir-p.sh' (similar to 'install-sh'). | heinz | 1 | -3/+3 | |
2004-04-12 | Add script to work around stupid 'mkdir -p' on Unixware. | heinz | 1 | -0/+44 | |
$ mkdir -p /tmp/foo ; echo $? 0 $ mkdir -p /tmp/foo ; echo $? 2 mkdir-sh calls 'mkdir' except when the target directory already exists. | |||||
2004-04-12 | Add inital version of sys.mk, derived from the SunOS/Solaris version. | heinz | 1 | -0/+195 | |
2004-04-12 | List all options for 'bootstrap'. | heinz | 1 | -2/+9 | |
2004-04-11 | Add support for UnixWare | heinz | 1 | -1/+18 | |
2004-04-11 | Ksh on Unixware has problems with IFS in sub shells, so put the | heinz | 1 | -2/+7 | |
splitting of PATH on a separate line. Use 'uname -v' instead of 'uname -r' on Unixware. The release number of UNIX SYSV (ie, R5) is less important to us than the version (7.x.y). | |||||
2004-04-07 | IRIX' tsort doesn't take '-q' | jschauma | 1 | -2/+2 | |
2004-04-07 | Add support for the --sysconfdir argument, which changes the location of | jmmv | 4 | -17/+30 | |
configuration files. From now on, mk.conf is first searched under the value passed to the sysconfdir argument (which defaults to ${prefix}/etc, to match pkgsrc's PKG_SYSCONFDIR default value). If not found, /etc/mk.conf is tried, to not break existing installations which have the file in that location. This is done to help with non-root installations of pkgsrc. Also change pkgsrc's PKG_SYSCONFBASE value to match what is given to sysconfdir, for consistency. While doing this, rename $opsys.own.mk files to $opsys.own.mk.in for clarity, as they now need sed replacements to work (i.e., the SYSCONFDIR stuff). | |||||
2004-04-05 | Fix comment to match new location | cjep | 1 | -2/+2 | |
2004-04-04 | allow for the fact that tmac.andoc and tmac.doc were renamed in the | grant | 1 | -3/+10 | |
update to groff-1.19 in NetBSD-current 20030630. | |||||
2004-04-04 | no space between #! and /bin/sh. whether this actually makes any | grant | 1 | -2/+2 | |
difference on some platforms is an exercise left to the reader, but the current pkgsrc convention is #!<program> without the space, so this is if nothing else, a consistency fix. | |||||
2004-04-04 | remove a redundant comment | grant | 1 | -3/+1 | |
2004-03-31 | Bring support for --workdir to mkbinarykit (and cleanup) | jschauma | 2 | -31/+38 | |
Add a new flag to mkbinarykit that circumvents building a kit -- this allows you to first run ./bootstrap and then just ./mkbinarykit so you don't have to rebuild it again. Minor cleanup (sort OPSYS) | |||||
2004-03-29 | Add more caveat text. | tv | 1 | -7/+20 | |
2004-03-29 | Add Interix block. | tv | 1 | -1/+7 | |
2004-03-29 | Make more like the vanilla version. | tv | 1 | -4/+4 | |
2004-03-29 | Don't set -m in mkdir_p because Interix needs 0775, not 0755. Let the umask | tv | 1 | -3/+5 | |
take care of it (the mtree file will do the rest). Use numeric gid for Interix in an unprivileged build. | |||||
2004-03-28 | apply patch from Klaus Heinz to support bootstrapping from a read-only | grant | 1 | -36/+59 | |
pkgsrc with the --workdir argument. | |||||
2004-03-27 | kill a redundant comment about missing mk files. | grant | 1 | -4/+1 | |
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. |