pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57559 CVS commit: pkgsrc/devel
The following reply was made to PR pkg/57559; it has been noted by GNATS.
From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57559 CVS commit: pkgsrc/devel
Date: Tue, 20 Aug 2024 15:29:33 +0000
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Aug 20 15:29:32 UTC 2024
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/efivar: DESCR Makefile PLIST buildlink3.mk distinfo
pkgsrc/devel/efivar/patches: patch-src_efiboot.pc.in
patch-src_efisec.pc.in patch-src_efivar.pc.in
patch-src_include_defaults.mk patch-src_include_efivar_efivar-dp.h
patch-src_include_efivar_efivar-types.h patch-src_include_gcc.specs
Log Message:
devel/efivar: Add efivar 38
This is an adaptation of https://github.com/rhboot/efivar to make it
work on BSD systems. Amount of changes is quite substantial and is
very similar across *BSD systems, so a fork is used instead of a set of
patches (there are still small patches in the port related to building
on NetBSD).
Fully implementing libefiboot for a system will take a lot of work, so
it has limitations [1]. Generating abbreviated device paths works and
that's enough to boot an EFI payload, making it useful for fwupd.
[1]: https://github.com/3mdeb/efivar/blob/bsd/BSD_PORTING.md
Patch provided by Sergii Dmytruk in PR pkg/57559.
To generate a diff of this commit:
cvs rdiff -u -r1.4337 -r1.4338 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/efivar/DESCR pkgsrc/devel/efivar/Makefile \
pkgsrc/devel/efivar/PLIST pkgsrc/devel/efivar/buildlink3.mk \
pkgsrc/devel/efivar/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/efivar/patches/patch-src_efiboot.pc.in \
pkgsrc/devel/efivar/patches/patch-src_efisec.pc.in \
pkgsrc/devel/efivar/patches/patch-src_efivar.pc.in \
pkgsrc/devel/efivar/patches/patch-src_include_defaults.mk \
pkgsrc/devel/efivar/patches/patch-src_include_efivar_efivar-dp.h \
pkgsrc/devel/efivar/patches/patch-src_include_efivar_efivar-types.h \
pkgsrc/devel/efivar/patches/patch-src_include_gcc.specs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index