Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-11 | Don't use the carat (^) in class matches, as it is not supported by | joerg | 1 | -2/+4 | |
some shells. Use precendency order instead. Should fix PR 33236. | |||||
2006-04-10 | Allow overriding of the default FETCH_CMD with --fetch-cmd | joerg | 1 | -3/+6 | |
for both bootstrap and mkbinarykit. When this is done or the platform fragment of bootstrap specifies an explicit fetch_cmd, tnftp is not built. Use /usr/bin/ftp by default on DragonFly 1.4 and later. | |||||
2006-04-09 | For DragonFly before the 1.4.0 release, default to $prefix/pkgdb to | joerg | 1 | -3/+7 | |
avoid conflicts with FreeBSD ports. Later versions use pkgsrc by default, so use the more natural /var/db/pkg location and match the install CD thereby. | |||||
2005-02-18 | Before copying the mk.conf.example file into PKG_SYSCONFDIR, the | xtraeme | 1 | -11/+14 | |
directory must be created... do it. Also replace /usr/pkg with $prefix in a few places. | |||||
2005-01-16 | ensure we can find strip(1) | grant | 1 | -3/+8 | |
2004-12-21 | use /usr/pkg/pkgdb on DragonFly by default | grant | 1 | -1/+5 | |
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-05-11 | --pkgsrcdir is no more. | schmonz | 1 | -5/+2 | |
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-05 | Fix comment to match new location | cjep | 1 | -2/+2 | |
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 | 1 | -29/+36 | |
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 Interix block. | tv | 1 | -1/+7 | |
2004-03-11 | import the required bits of bootstrap-pkgsrc from 20040311. | grant | 1 | -0/+116 | |