Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Some OS (e.g. Arch Linux) do not have hostname in their base set of
packages.
pkgsrc changes:
---------------
* Replace $(hostname) by $(uname -n).
Thanks jperkin@!
|
|
|
|
purposes or to speed up builds when the full WORKOBJDIR can be blown
away later much more efficently.
Bump version. OK: abs@
|
|
Output deprecated warnings to STDERR rather than STDOUT
|
|
From Vicente Chaves in PR 52955.
Bump version.
|
|
|
|
|
|
update pkg_chk from 2.0.6 to 2.0.7, based on suggestions from PR 30893
- switch from getopt to getopts. The issue described in PR 30893 ('*' being
expanded by shell globbing) had already been worked around, but getopts
is just a nicer interface
- Extend tag parsing to support -D '*' to cause all package lines to be matched
|
|
|
|
|
|
Set "USE_TOOLS+= bzcat:run" so pkg_chk can read .bz2 pkg_summary files
|
|
- PR/41321 - handle packages which generate multiple pkgnames from the same
pkgdir - e.g. "py{25,26,27}-sqlite3-0nb2.tgz"
- Add support for pkg_summary.bz2 and pkg_summary.txt. Preferred order is now
pkg_summary.bz2, pkg_summary.gz then pkg_summary.txt
- Drop support for old pkg_chk-summary file
|
|
Fix regression introduced in 2.0.1 where available binary packages
would not always be listed
Add licence (2 clause BSD)
|
|
PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories
- Ensure tmpdir is removed in the -g and -p case
|
|
- Fix PR#46748 Error occurs when pkg_chk is used with both "-g" & "-C conf"
pkg_chk was failing if run outside of a valid pkgsrc/$category/$pkg directory
- Merge in (adjusted) changes from Mike Volokhov to by default not downgrade
packages if installed version is larger than that in pkgsrc or packages.
Will still report, and can override with -B
|
|
ensure OS and arch tags are set in the binary package case as well as source
set x11 for R7 as ell as R6
|
|
Bump PKGREVISION to 1.
|
|
|
|
|
|
Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH
or similar
|
|
.Pp.
|
|
|
|
- Avoid using -. to pkg_info
- Indicate when using a pkg_summary.gz rather than running pkg_info -X on all
binary packages
|
|
Fix PR 36641 - pkg_chk -g requires pkgsrc source tree, from Aleksey Cheusov.
|
|
Handle unset PKGSRCDIR - from Taylor R Campbell in PR/39306
|
|
- Handle pkgsrc in LOCALBASE - fixes PR pkg/32326
|
|
|
|
|
|
Fix a bug exposed by the "set -e" improvements in NetBSD-current's
"/bin/sh" which would prevent the script from cleaning up its
temporary directory.
Change approved by David Brownlee.
|
|
(Set OWNER to abs@NetBSD.org)
|
|
- Explicitly clear automatic flag for packages user wants installed
that got pulled in previously.
- Only ignore pkg_summary.gz in local repository if newer files
with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz
created by pbulk would be ignored because pkg_summary.bz2 is
newer.)
Okayed by abs@.
|
|
to pkg_chk-1.92. (Thanks wiz)
|
|
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf,
and /etc/mk.conf, in that order.
* Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF,
".", "..", "../..", and "/usr/pkgsrc", in that order.
* Convert the Makefil to use the SUBST framework.
Proposed in tech-pkg; OK (in principle) David Brownlee
|
|
- Use a local pkg_summary.gz iff it is the most recently modified file
in the PACKAGES/All directory
|
|
- Remove obsolete and no longer accurate 'implies -c' and 'implies -i'
notes from usage - noted by Andreas Burghardt
|
|
|
|
Some changes from Aleksey Cheusov in pkg/36298 and pkg/36641 with
additional cleanup by me.
- option -g doesn't need PKGSRCDIR populated
- fatal if mktemp fails
- truncate logfile instead of removing it
- performance improvement for binary package scan
|
|
|
|
Make -k work with -l, so a missing package will still result in a list of
binary packages being displayed
|
|
- Fix '-l' to list dependencies needed at runtime by each package, as
opposed to those at build time. Avoids issues such as 'jdk15' pulling
in sun-jdk & sun-jre
|
|
|
|
RCS IDs.
|
|
shell script. Bump package revision because of this fix.
Patch submitted by MASUDA Hideo in PR pkg/36338.
|
|
Vladimir Yakovetsky
|
|
Improve the last change to avoid that. Bump package revision again.
|
|
works (under Darwin?). Bump package revision again.
|
|
|
|
Add a missing FAIL= to the start of pkg_install(), the absence
of which would cause a package which had been "previously
installed" to pick up the last value of FAIL (and sometimes be
incorrectly marked as failed). Thanks to Martin Weber for the
diagnosis.
|
|
Automatically use SU_CMD for pkg_add and pkg_delete if set by
main pkgsrc and running as a non root user - based on a patch
from Aleksey Cheusov.
|