Age | Commit message (Collapse) | Author | Files | Lines |
|
uninitialized.
|
|
Now that mail/qmail-run "looks fine", replace it with another of
my errant packages as a test case. Bump version.
|
|
|
|
NIH_<subcommand>_OPTS variables were introduced. With their help one
can configure EVERYTHING from config file.
NIH_OPTS config variable was also introduced.
nih mark:
- new option -n was added.
nih install:
- Option -D doesn't remove temporary directory.
- New options -v and -V were added.
- NO_REQPROV_CHECK and NO_REQPROV_CHECK config variables were
removed. Use NIH_INSTALL_OPTS instead.
nih uninstall:
- does not need "nih refresh -b".
Thanks to Andrey N. Oktyabrski for the report!
Fixed:
- Finding a correct dependency now works correctly if dependency
is ambiguous.
- Unicity problem in "nih install PKGNAME" was fixed.
- Analysing file conflicts now works correctly with files
containing a space character.
- Fix in saving ~/.nih/installed_* files
- Check for version emptyness in "fake packages" was added.
|
|
- Export path to the wrapper via config file and use that to replace the
libtool call in the relink command.
- Do not drop rpath entries when processing the relink command, they are
still needed.
|
|
for consistency.
|
|
'..' test to print "looks fine." and exit 0. Indeed, this is what
an installed pkglint does when run in pkgtools/pkglint. But the
corresponding test does not, depending in some way on the state
left by previous tests of main().
In lieu of precise understanding, just run the adjusted '..' test
earlier so that nothing causes it to fail. This will annoy someone
later (probably me), but gets us back to green.
|
|
|
|
Adrian Portelli ten years ago in PR pkg/25451.
|
|
|
|
packages to build.
|
|
|
|
- PythonDependency is a basic vartype
- Wording for missing LICENSE has changed (plural -> singular)
- Unknown dependency pattern is now ERROR (used to be WARN)
- qmail package behavior has been improved a bit (surprise!)
|
|
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-(
|
|
clang. Update version for bootstrap-mk-files.
Patch provided by Todd Kover in PR pkg/48966.
|
|
depend on perl at run-time. Make it so.
Bump version.
|
|
|
|
|
|
|
|
|
|
If it is "yes", pkgtools/osabi package does not check kernel version.
Oked by bouyer@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and run-time dependencies can be specified without pkglint warnings.
|
|
|
|
|
|
le32toh.
|
|
|
|
|
|
|
|
GSoC 2007, initial test suite parts from schmonz@, nagging by jperkin,
approval for addition during freeze by agc@.
|
|
Ride bump.
|
|
Bump version.
|
|
quite a bit when using --make-jobs, due to the potentially large number of
times that libnbcompat needs to be (re)built.
|
|
Fixes:
- exit status of bmake invocation was not checked
- dirty hacks with PSS_SLAVES when MASTER_MODE=no are no longer
necessary
|
|
mention the packages where it failed. Update manpage.
Bump version.
|
|
TOOL_DEPENDS is supported by default (pkg_src_summary stage)
Support for cross-builds (not tested yet)
stage_checks:
- gen_unregistered_CONFLICTS was disabled, it is too slow.
- additional section for memory allocation failures was added.
- improvements for "missing progs", "missign header" and "library
not found sections".
distbb_chroot:
- Option -p was added and other improvements.
distbb.conf and distbb.default.conf:
- Variable OS was renamed to OPSYS
- home-made function "assign" was replaced with :=
- New config variable ULIMIT_CMD was introduced.
It defaults to "ulimit -t 1800"
upload_pkgs_all_files: fix find(1) arguments.
Thanks to Andrey Oktyabrski for the report.
|
|
Build failure was fixed on Haiku. Haiku provides strlwr(3) that
conflicts with pkg_summary-utils' version.
|
|
|
|
|
|
|
|
Newer Linux systems have moved libutil.h to bsd/libutil.h, add the
necessary checks for that location. Fixes at least Ubuntu 12.04.
|
|
|
|
|
|
|
|
Version 0.65.0
mk-configure>=0.26.0 is required for build.
pkg_grep_summary
- fix for "-t strfile" (hcreate(3) hash is not autoresizable)
- if option -r was applied, the exit status is 1 for "not match"
and 2 for unexpected failure.
Code clean-ups and improvements.
Version 0.64.0
pkg_subgraph_deps:
- significant performance improvements
pkg_cmp_summary:
- option -f was added, options -p and -P are considered deprecated
Code clean-ups in the default pkg_digger.conf
|