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) | |
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.
|
2024-08-15 04:43:58 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
licenses/upl-1.0: Add Universal Permissive License (UPL) Version 1.0.
FSF-approved: https://www.gnu.org/licenses/license-list.html#UPL
This is a lax, permissive non-copyleft free software license,
compatible with the GNU GPL. The license does provide the ability
to license patents along with the software work, however, we still
recommend the Apache 2.0 license for avoiding patent treachery when
choosing to put your work under a lax license.
OSI-approved: https://opensource.org/license/upl
Text taken from: https://oss.oracle.com/licenses/upl/
Verified by wdiff(1) (wdiff-1.2.2nb1 from textproc/wdiff) to be
identical, other than in the quotation marks, to:
https://directory.fsf.org/wiki/License:UPL-1.0
https://opensource.org/license/upl
No objection on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2024/08/10/msg029762.html
|
2024-06-11 11:11:33 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkg_install: include err.h for errx()
|