Age | Commit message (Expand) | Author | Files | Lines |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -1/+1 |
2004-11-27 | ditch NetBSD-specific stuff, specifically -Werror which xlc doesn't | grant | 1 | -0/+65 |
2004-11-26 | ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) sets | grant | 1 | -2/+2 |
2004-11-20 | add support for Tru64, patches provided by Tobias Nygren | grant | 5 | -5/+237 |
2004-11-06 | pull up revision 1.38 from src: | grant | 1 | -10/+4 |
2004-10-31 | Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg. | wiz | 1 | -1/+10 |
2004-10-24 | note that you need -ma to bootstrap with xlc. | grant | 1 | -1/+5 |
2004-10-11 | Why all the complexity? Just remove $wrkdir. (The previous incarnation left | tv | 1 | -15/+3 |
2004-10-08 | Bump BOOTSTRAP_VERSION for previous. | tv | 1 | -2/+2 |
2004-10-08 | Revert part of rev 1.19: | tv | 1 | -4/+4 |
2004-10-07 | add some info about xlc support. | grant | 1 | -1/+21 |
2004-09-20 | Also need tools in /usr/xpg4/bin (such as id). PR#26924. | cjep | 1 | -1/+2 |
2004-09-12 | Update my IRIX test systems used. | jschauma | 1 | -3/+4 |
2004-09-12 | We also need SUNWscpu (for /usr/ucb/install). Part of PR#26924 | cjep | 1 | -1/+2 |
2004-08-27 | Catch up with textproc/nbsed needing to be configured with | jlam | 1 | -2/+2 |
2004-08-23 | Emphasize that UNIX Perl must not be installed, and that case-sensitive | tv | 1 | -13/+36 |
2004-08-23 | * Modify bmake to use libnbcompat to ensure that a regex implementation | jlam | 5 | -22/+36 |
2004-08-22 | Also capture stderr to the log. | jlam | 1 | -2/+2 |
2004-08-22 | Auto-save output by tee-ing into BOOTSTRAP.LOG (thanks, schmonz!). | jlam | 1 | -2/+3 |
2004-08-21 | Add a `testbootstrap' script that calls the bootstrap script with the | jlam | 1 | -0/+50 |
2004-08-15 | Use '-x' instead of '-X'; | jschauma | 1 | -8/+8 |
2004-08-15 | substitute --whole-archive and --no-whole-archive with the appropriate | jschauma | 1 | -4/+4 |
2004-08-15 | Add a script to make a source bootstrap kit. By default, the "kitdir" | jlam | 1 | -0/+41 |
2004-08-15 | Remove spurious ")" that was preventing bootstrapping on NetBSD 1.6.2. | jlam | 1 | -2/+2 |
2004-08-01 | Define TMACDIR and CATDEPS appropriately (on Panther, at least) to | schmonz | 1 | -3/+7 |
2004-07-31 | I'm currently using pkgsrc under OpenBSD 3.5, so update the comment | xtraeme | 1 | -2/+2 |
2004-07-31 | Update comment about supported versions, I'm using pkgsrc under | xtraeme | 1 | -2/+2 |
2004-06-28 | allow --ignore-user-check to pass through to the bootstrap script, | grant | 1 | -1/+7 |
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 |
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 |
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 |
2004-05-10 | Remove this and the kit builds again (at least on i386 a.out,3.2 and | cjep | 1 | -176/+0 |
2004-05-05 | Use numeric uid/gid instead of Administrator/+Administrators, as native | tv | 1 | -4/+6 |
2004-05-02 | No, setgid works, but apparently needs some particular NTFS permissions | tv | 1 | -5/+2 |
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 |
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 |
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 |
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 |
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 |