Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Workaround of PR#42379, broken nbpatch package on SUA 6.1.
|
|
XXX: If someone have SUA 5.2 and confirmed that it have same tools for SUA 6.0,
XXX: please replace Interix-[0-5].*-* with Interix-[0-3].*-*.
|
|
wrong about some of its results when using implied privileges (e.g., an
account in group Administrators where the directory is writable by Users).
|
|
if a native one isn't available. We ensure that the "install-info"
tool in the tools directory is a no-op since the real info file
registration is handled by the INSTALL/DEINSTALL script in
pkgsrc/mk/pkginstall/install-info.
|
|
|
|
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
|
sysutils/coreutils package.
|
|
(The inbuilt 3k limit is too low for some pkgsrc work.)
|
|
printf in sysutils/coreutils.
|
|
(This might mean fixing up some packages that assume awk >= nawk/gawk. :)
|
|
|
|
|
|
|
|
This makes more sense since there is never going to be a pkgsrc
replacement for ldconfig. We now always create an ldconfig tool in
${TOOLS_DIR} that either calls the system-supplied one if it exists,
or is a no-op.
|
|
tool. This is handled directly within bootstrap.mk, so remove these
unnecessary definitions.
|
|
|
|
packages to strip installed executables. If INSTALL_UNSTRIPPED ==
"yes", then we create a "strip" wrapper in ${TOOLS_DIR} that just
calls ${TRUE} by considering ${TRUE} the system-supplied strip command.
|
|
default value for each platform. Currently, the replacement tools
comes from sysutils/coreutils, but where there is no native BSD install
program, bootstrap-pkgsrc should probably be made to provide an install
shell script as an alternative, and mk/tools/bootstrap.mk should be
amended accordingly.
Also remove one use of ${TYPE} in pkgsrc (bsd.pkg.mk) under the new tools
framework.
|
|
"mail" replacement in case TOOLS_PLATFORM.mail is empty.
|
|
tools.${OPSYS}.mk, so at the very worst, it must be set to "true".
|
|
|
|
under the same namespace as the other parts of the new tools framework.
|
|
These were culled from pkgsrc/mk/${OPSYS}.mk. These files should only be
listing utilities that aren't installed by pkgsrc.
|