pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ovmf
Module Name: pkgsrc
Committed By: maya
Date: Fri Apr 20 15:34:36 UTC 2018
Modified Files:
pkgsrc/sysutils/ovmf: Makefile
Log Message:
ovmf: use older pkgsrc acpica to fix build on netbsd-current.
add missing depends.
Install OVMF.fd as data so we do not try to strip it. it's not ELF and
broke install.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ovmf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ovmf/Makefile
diff -u pkgsrc/sysutils/ovmf/Makefile:1.3 pkgsrc/sysutils/ovmf/Makefile:1.4
--- pkgsrc/sysutils/ovmf/Makefile:1.3 Mon Jan 15 09:49:03 2018
+++ pkgsrc/sysutils/ovmf/Makefile Fri Apr 20 15:34:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/01/15 09:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/20 15:34:36 maya Exp $
GITHUB_PROJECT= edk2
PKGNAME= OVMF-0.0.2017624
@@ -34,9 +34,11 @@ do-build:
INSTALLATION_DIRS+= share
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/Build/Ovmf*/*/FV/OVMF.fd ${DESTDIR}${PREFIX}/share/OVMF.fd
+ ${INSTALL_DATA} ${WRKSRC}/Build/Ovmf*/*/FV/OVMF.fd ${DESTDIR}${PREFIX}/share/OVMF.fd
+BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
.include "../../lang/python/application.mk"
.include "../../devel/libuuid/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index