pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/efivar



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Aug 20 15:34:50 UTC 2024

Modified Files:
        pkgsrc/devel/efivar: Makefile

Log Message:
efivar: add latest changes from wip

The ONLY_FOR_PLATFORM was tightened, on my own request. This will teach
me to "git pull" before copying over stuff from wip :(

PR pkg/57559 still


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/efivar/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/efivar/Makefile
diff -u pkgsrc/devel/efivar/Makefile:1.1 pkgsrc/devel/efivar/Makefile:1.2
--- pkgsrc/devel/efivar/Makefile:1.1    Tue Aug 20 15:29:32 2024
+++ pkgsrc/devel/efivar/Makefile        Tue Aug 20 15:34:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/20 15:29:32 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/20 15:34:50 bsiegert Exp $
 
 DISTNAME=              efivar-38
 CATEGORIES=            devel
@@ -16,8 +16,11 @@ HOMEPAGE=            https://github.com/rhboot/efi
 COMMENT=               Tools and libraries to work with EFI
 LICENSE=               gnu-lgpl-v2.1 # or later
 
-# Depends on EFI and relevant API in the kernel
-ONLY_FOR_PLATFORM=     *-*-x86_64
+# Depends on EFI and relevant kernel API (/dev/efi) added in NetBSD 10.0
+ONLY_FOR_PLATFORM=     NetBSD-1?.*-i386    \
+                       NetBSD-1?.*-x86_64  \
+                       NetBSD-1?.*-amd64   \
+                       NetBSD-1?.*-aarch64
 
 USE_TOOLS+=            gmake
 



Home | Main Index | Thread Index | Old Index