pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools48 xentools48: use pkgsrc iasl, build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21dfd864a4f9
branches:  trunk
changeset: 371735:21dfd864a4f9
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Nov 20 08:34:17 2017 +0000

description:
xentools48: use pkgsrc iasl, build is broken with iasl 20171110

>From Chavdar Ivanov in PR pkg/52732

diffstat:

 sysutils/xentools48/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b89f73fc62ba -r 21dfd864a4f9 sysutils/xentools48/Makefile
--- a/sysutils/xentools48/Makefile      Mon Nov 20 08:29:42 2017 +0000
+++ b/sysutils/xentools48/Makefile      Mon Nov 20 08:34:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/10/28 01:46:11 khorben Exp $
+# $NetBSD: Makefile,v 1.13 2017/11/20 08:34:17 maya Exp $
 #
 VERSION=       4.8.2
 VERSION_IPXE=  827dd1bfee67daa683935ce65316f7e0f057fe1c
@@ -60,9 +60,9 @@
 
 # XXX add version check: Xen requires dev86 >= 0.16.14
 BUILD_DEPENDS+=        dev86-[0-9]*:../../devel/dev86 # needed to build firmware
-.if !exists(/usr/bin/iasl)
+#.if !exists(/usr/bin/iasl) # XXX broken with iasl 20171110
 BUILD_DEPENDS+=        acpica-utils-[0-9]*:../../sysutils/acpica-utils
-.endif
+#.endif
 DEPENDS+=      ${PYPKGPREFIX}-curses>=0:../../devel/py-curses
 
 PKG_SYSCONFSUBDIR=     xen



Home | Main Index | Thread Index | Old Index