pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools45 xentools45: non-pkgsrc iasl is good.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4301f4ce849d
branches:  trunk
changeset: 310012:4301f4ce849d
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Jul 03 14:00:07 2018 +0000

description:
xentools45: non-pkgsrc iasl is good.

problem only affected netbsd-current, and is now fixed.

diffstat:

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

diffs (21 lines):

diff -r 2fb4c626a2cd -r 4301f4ce849d sysutils/xentools45/Makefile
--- a/sysutils/xentools45/Makefile      Tue Jul 03 13:57:53 2018 +0000
+++ b/sysutils/xentools45/Makefile      Tue Jul 03 14:00:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2018/07/03 05:03:35 adam Exp $
+# $NetBSD: Makefile,v 1.61 2018/07/03 14:00:07 maya Exp $
 
 VERSION=       4.5.5
 PKGREVISION=   11
@@ -20,9 +20,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) # NetBSD ships a broken iasl
+.if !exists(/usr/bin/iasl)
 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