Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
even if standard input is the empty string. Install a wrapper script
bundled with pkgtools/bootstrap-extras to deal with this. This is an
attempt at a permanent workaround for the problem described in PR pkg/25777
which has regressed since it was initially fixed.
We can now bootstrap again on Interix 3.5.
|
|
|
|
XXX Is it time we stopped checking $prefix, too? IMO, yes.
|
|
* Build Universal iff a suitable SDK for the host system is present.
From tron.
* Handle the case where where PKG_DBDIR is under PREFIX.
|
|
|
|
Mac OS X (off by default).
|
|
|
|
as Universal binaries.
|
|
|
|
search order means that the system libedit gets found first. This
hasn't been much of a problem until now, but the system libedit
lacks support for Apple's 64-bit architectures, which breaks the
Universal build. Therefore, force linking with tnftp's internal
libedit by replacing "-ledit" in ${LIBS} with "../libedit/libedit.a".
Workaround suggested by tls.
|
|
|
|
with /Developer/Applications/Utilities/PackageMaker.app, then
converted from blob to the equivalent XML with:
$ plutil -convert xml1 macpkg.pmproj
mkbinarykit will run this file through a bit of sed, then use the
result to generate a double-clickable Mac package.
|
|
|
|
|
|
|
|
|
|
use inplace libnbcompat like the direct build from bootstrap
does. Fix a long-standing bug in mkbinarykit. The default work
directory was "work" (relative) and therefore MAKECONF=work/...
was passed down, effectively making it a nop. That resulted in
digest being incorrectly installed during the bootstrap.
Tested on DragonFly by myself and on OSF by tnn@, discussed with jlam@
|
|
unlikely to work with the changes in bootstrap itself anyway.
|
|
various packages, pass down PKG_PRESERVE. Remove the default setting of
PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree
and be able to remove it again, if it is not an essientiel tool.
OK jlam@
|
|
|
|
settings from there don't influence the bootstrap process.
Fixes PR 33188.
|
|
|
|
|
|
mk.conf. This makes using pkgsrc a bit easier.
|
|
|
|
|
|
list for bulk builds. (Revert previous on bootstrap; the PKG_PRESERVE
hack didn't work as expected.)
|
|
platform as a bootstrap tool. These cannot be nuked as part of the bulk
build clean cycles, or else parts of the .mk infrastructure won't work.
|
|
the wording in many other places. Also added --quiet to the usage text,
which I had forgotten before.
|
|
Made the code simpler by defining a register_package function.
|
|
|
|
the example mk.conf.
The explanation for setting DBG to the empty value is written to the
mk.conf file to inform the uninitiated pkgsrc user about its purpose.
|
|
for any artificial symlinking any more in bootstrap.
|
|
|
|
|
|
specified
|
|
|
|
HFS+ rather than a UFS. The result performs better, among other things.
|
|
creating case-sensitive HFS+ instead of UFS on Darwin 7.0 or newer.
|