Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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.
|
|
Do *not* use "TMPDIR" variable. If the user has already set an environment
variable "TMPDIR" it well be overwritten my the path to the directory
created by the script and passed to "make". As a result it will get
compiled into certain packages (e.g. "sysutils/dbus") which will no
longer work after the directory has been removed.
|
|
- Is '*' is passed to -U, unset all tags
- Implement -p, to display all the pkgdirs for a given set of tags
|
|
From fgudin at nerim.net, thanks.
|
|
Cheusov in PR/34453
|
|
- Intoduce fatal_later() and fatal_later_check() and use them to clean
up reporting unavailable package dependencies
- Remove unused references to opt_S (reported by bad@)
- Fix manpage reference DEPENDS_TARGET -> UPDATE_TARGET (reported by bad@)
|
|
|
|
"Deprecated options" part of the manual.
PR#34145 by Dieter Roelants.
|
|
|
|
|
|
- Resolve PR/31909 - use tr rather than fmt to avoid issue on Solaris
- Resolve PR/33370 - always show fatal messages to STDERR
- Resolve PR/32326 - Correctly extract PKG_DBDIR
Also, when -v is used display the state of all extracted variables at the
start of the run
|
|
the start of each line
|
|
|
|
pull in as a dependancy.
|
|
- match bsd.own.mk logic for determining MAKECONF, as requested by Joerg
|
|
1.73 was completely broken.. but only after checking in.
ahh... Unwanted expansion of RCS tags, I know ye well...
|
|
- Handle new way of building BUILD_VERSION, by doing less ourselves
and (ab)using the pkgsrc infrastrafructure. Jump through some
hoops to ensure a package is not reported as different due to
BUILD_VERSION format versions (assuming the package is identical
otherwise). Only -B affected.
|
|
Make it use pkg_summary(5) (with a fallback to the old pkg_chk-summary).
Retire capability to create pkg_chk-summary.
|
|
|
|
|
|
|
|
messages and "echo-to-screen" commands (e.g., pkg_delete). This provides
a much more accurate emulation of the former -c and -i options (now
-a -q and -u -q respectively), by suppressing messages not related to the
human-readable version information.
|
|
- Deprecate -i -and -c (recommend -u -n and -a -n respectively
|
|
- When listing binary packages with '-l', simplify logic and ensure if
a dependency is missing the package which required it is shown. Also
list all missing packages rather than stopping after the first
- If -n is given with -u do not
-
|
|
Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues
on Solaris which has feature-poor ftp in /usr/bin
|
|
Fix incorrect quotation in test
|
|
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.
|