2022-08-21 22:20:30 by Mark Davies | Files touched by this commit (1) |
Log message:
xentools415: add dependency on zstd
allows recent archlinux as domu otherwise get the error:
xc: error: panic: xg_dom_bzimageloader.c:670: xc_try_zstd_decode: \
ZSTD decompress support unavailable
|
2022-07-05 17:56:33 by Manuel Bouyer | Files touched by this commit (4) |
Log message:
Update xentools415 and xenstoretools to 4.15.3.
pkgsrc changes: drop egg.mk from xentools415 (it's not suitable for this
package and causes duplicate targets); and instead mark as incompatible
with python2.7 and TOOL_DEPEND on py-setuptool.
See http://mail-index.netbsd.org/tech-pkg/2022/07/04/msg026500.html
and followups for details
Upstream changes are mostly bugfixes
|
2022-07-03 19:04:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xentools415: add untested bl3.mk for collectd-xen
|
2022-07-01 15:07:37 by Manuel Bouyer | Files touched by this commit (1) |
Log message:
Restore PKGNAME, lost when part of Makefile was moved to version.mk
Noticed by Patrick Welche, thanks !
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-06-28 18:26:35 by Manuel Bouyer | Files touched by this commit (2) |
Log message:
Move Makefile fragments to version.mk, to ease reuse by other packages.
NFC.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-06-09 19:11:27 by Manuel Bouyer | Files touched by this commit (4) |
Log message:
Avoid redefinition of Val_none and Some_val; fixes PR pkg/56873
|
2022-05-30 11:09:34 by Manuel Bouyer | Files touched by this commit (3) |
Log message:
Workaround a bug in NetBSD 9.99 kernel: don't pass the path to the
vnd block device to vnconfig, but the vnd name.
Bump PKGREVISION
|
2022-05-13 18:04:23 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
xentools415: update for pciutils 3.8.0
Untested because of
python3.10 ./scripts/ldnoexec.py out/rom16.o.strip.o out/rom16.noexec.o
Traceback (most recent call last):
File \
"/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", \
line 32, in <module>
main()
File \
"/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", \
line 20, in main
f = open(infilename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'out/rom32seg.o.strip.o'
gmake[6]: *** [Makefile:133: out/rom32seg.noexec.o] Error 1
gmake[6]: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File \
"/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", \
line 32, in <module>
main()
File \
"/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", \
line 20, in main
f = open(infilename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'out/rom16.o.strip.o'
gmake[6]: *** [Makefile:133: out/rom16.noexec.o] Error 1
on -current/amd64.
Run pkglint -F while here.
|