Please exp-run what would become pkg 1.16 (1.15.99.8 is the first candidate) As usual it can be exp-run via adding WITH_PKG=devel
New failure logs on 12.1 i386: http://pb2.nyi.freebsd.org/data/121i386-default-PR244494/2020-12-20_15h09m28s/logs/errors/net-snmp-5.9_1,1.log http://pb2.nyi.freebsd.org/data/121i386-default-PR244494/2020-12-20_15h09m28s/logs/errors/pkg-provides-0.7.1.log
A commit references this bug: Author: bapt Date: Tue Dec 22 18:52:06 UTC 2020 New revision: 558943 URL: https://svnweb.freebsd.org/changeset/ports/558943 Log: update to 1.16.0 Main highlights: - Add support for RISC-V - plist now supports '@include <anotherfile>' - Keywords can now validate the plist syntax at packaging time validation is done via a lua script - Keywords can issue a deprecation warning if needed - Add support for triggers (lua and shell scripts possible) - pkg create -e now will create a package with a readable MANIFEST but also: - pkg-query now supports %X to print the internal package checksum - remove usage of utstring - lua scripts can now take real arguments - get rid of sysexits - improve performances for pkg query -F - Fix an issue with metalog duplicated entries - Relax keywords attributes syntax by allowing spaces - Fix a crash when pkg is told to package a directory as a file - pkg upgrade -n does not run anymore the "prior" test for self pkg upgrade but instead prints everything that will be upgraded including pkg - pkg info now print the installed timestamp and repository in --raw output - print all missing packages not only the first one encountered - All commands are now consistently using --no-scripts - pkg audit now accepts a -R/--raw option for parseable output - some fixes in the solver PR: 251696 Changes: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo head/ports-mgmt/pkg/pkg-plist