./pkgtools/pkg_install, Package management and administration tools for pkgsrc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20240307, Package name: pkg_install-20240307, Maintainer: agc

pkg_install contains the core package management and administration
utilities for pkgsrc, a multi-platform source and binary package
system developed and maintained by The NetBSD Project and volunteers
from around the globe.

The following tools are included:

pkg_add install and upgrade binary packages
pkg_admin perform various pkgsrc administrative tasks
pkg_create create software package distributions
pkg_delete delete installed packages
pkg_info display information about installed or binary packages

For the following tools compatibility wrappers are included:

audit-packages audit installed packages for security vulnerabilities
download-vulnerability-list download the latest vulnerabilities list

DEINSTALL [+/-]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, openssl

Version history: (Expand)


CVS history: (Expand)


   2024-12-07 14:56:46 by Martin Husemann | Files touched by this commit (2)
Log message:
revert previous as requested by jperkin
   2024-12-07 14:20:14 by Martin Husemann | Files touched by this commit (1)
Log message:
PR 58809: save and restore current working directory when installing
libraries.
   2024-12-07 14:18:44 by Martin Husemann | Files touched by this commit (1)
Log message:
make_dist(): remove unused initial_dir buffer
   2024-11-01 12:26:46 by Taylor R Campbell | Files touched by this commit (2)
Log message:
pkg_add(8): Say `error', not `warning', if it's fatal.

Break some overlong lines in the source code for these messages while
here.

PR pkg/58799: earm binary packages are actually compiled for earmv4,
resulting in a fatal warning when adding packages
   2024-10-30 17:03:38 by Jonathan Perkin | Files touched by this commit (2)
Log message:
pkg_install: Update to 20241030.

Fix the REQUIRES check to also work in destdir (pkg_add -P) mode.
   2024-10-25 09:04:09 by Ryo ONODERA | Files touched by this commit (2)
Log message:
pkgtools/pkg_install: Update to 20241025

* Accept epl-v2.0 by default.
   2024-08-27 00:37:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
pkg_install: update to 20240826

Fix previous: Only check REQUIRES after dependencies are installed.

(My testing seems to only have happened for updates.)
   2024-08-25 08:08:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
pkg_install: check REQUIRES lines on installation

Fail if any of the required libraries is missing; in particular,
for files from the X set on NetBSD, suggest installing the X sets.

Should fix PR 58433.