Age | Commit message (Collapse) | Author | Files | Lines |
|
Reported by David H. Gutter and based on the suggestion from salo
in PR 39235.
|
|
darwin.
|
|
leave default value unset to preserve existing behavior.
you can now set NBPAX_PROGRAM_PREFIX=nb (for example) in your mk.conf
to have the bootstrap install and use nbpax/nbtar/nbcpio which don't conflict
with system provided tools.
|
|
copied into place.
|
|
|
|
bulk builds.
|
|
systems.
|
|
|
|
|
|
|
|
|
|
overwrite the installed dependancy, breaking bulk builds.
|
|
|
|
|
|
- set need_ksh=yes for OSF1
- rebootstrap the early bmake after having built ksh, so it's more
likely to have a working shell for later use.
|
|
on Mac OS X - that hasn't been true for about a year.
|
|
case-insensitive file systems - it hasn't been true for about a year.
|
|
about a year now. In celebration of this, remove the check and error message
when ensuring a case- sensitive filesystem on Mac OS X.
Keep the check for Interix.
|
|
This functionality disappeared when mkbinarykit was merged into bootstrap.
Still need to revive support for universal binary.
|
|
|
|
the xcode 2.5 development package. gcc4 that comes with xcode 2.0 builds
broken pkg_install tools.
|
|
from archivers/pax and net/tnftp, respectively. In the past, the
pkgtools version of these packages installed into ${PKG_TOOLS_BIN},
but this was changed in:
pkgtools/pax/Makefile:1.15
pkgtools/tnftp/Makefile:1.3
+ Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common
by merging them into their respective Makefiles. The Makefile.common
files existed solely for inclusion by the pkgtools versions of these
packages, but with the removal of those packages, these files are
now unnecessary.
+ Add full DESTDIR support to archivers/pax and net/tnftp.
+ Modify the bootstrap to build archivers/pax and net/tnftp instead of
the pkgtools versions of these packages.
|
|
- Set "CC" to "gcc -isystem /usr/include" during bootstrap.
- Add "-isystem /usr/include" to the Darwin specific "CPPFLAGS".
|
|
- /var as varbase is only used for privileged builds without prefix
or when prefix is explicitly set to /usr/pkg
- if prefix is set to a non-standard value, derive varbase from it
- derive pkgdbdir from varbase
Based on the discussion in PR 37796 and with jlam@.
|
|
and retire mkbinarkit. The options take the desired output name as
argument.
|
|
and nothing else. This prevents bootstrap from exiting just because
there is a subdirectory named "awk" (or another tool) in one of the PATH
directories.
Fixes PR 37806.
|
|
|
|
|
|
than just checking whether the bootstrap is run by root. No other
visible changes.
|
|
code should have been here since the very beginning of bootstrap.
Additionally, the paths are checked that they only contain characters
from the "Portable Filename Character Set" (IEEE 2003.1, definition 3.276).
Motivated by http://mail-index.netbsd.org/pkgsrc-users/2007/10/17/0000.html
|
|
g/c some obsolete text.
|
|
|
|
alternative fetch_cmd.
Patch provided by Pierre Bourgin in PR 37081.
|
|
unnecessary to provide it outside of pkgsrc.
This solves PR pkg/37030 by Matthew Clarke.
|
|
user.
|
|
completely. It only made the code more bloated, and a user trying to add
or delete packages would get lots of "Permission denied" warnings
anyway.
|
|
almost always an unprivileged user. So there's no point in printing a
warning in that case.
|
|
|
|
expect full path names. Use the default locations in /bin unless
overriden explicitly. Bump revision of bmake.
On Solaris, use /usr/xpg4/bin/sh if it exists.
|
|
bootstrap time these variables are already set as shell variables. As a
result, they were doubled for bootstrap compiling.
An alternative solution to that issue would be to explicitly empty those
shell variables once they have been added to BOOTSTRAP_MKCONF, but that
approach would use more lines of shell code :-)
|
|
|
|
|
|
|
|
--enable-bootstrap to pkg_install's configure for the first build phase.
|
|
|
|
|
|
after the automatic options and makes it simpler to rebuild the bootstrap
automatically from pbulk.
|
|
- phase one builds the essential tools in the bare minimal version
needed by the infrastructure to run "make install".
- phase two runs "make install" for all the bootstrap packages.
Set WRKOBJDIR for the second phase, we never want to leave garbage
around.
This increases the time for running bootstrap, but gives more
deterministic results. It also means that e.g. configuration files
in pkg_install can be handled normally. It is a prerequirement to
sanely allow pkg_install some more extended work like building
its own libarchive without having to worry too much about limitations
on some platforms.
This fixes the expansion of @gzcat@ in the download-vulnerability-list
script.
Tested by tnn@ on Interix and myself on DragonFly.
|
|
|
|
|