pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools411 xentools411: doesn't need a pkgsr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e47e47158f4
branches:  trunk
changeset: 343378:4e47e47158f4
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Nov 03 10:08:34 2019 +0000

description:
xentools411: doesn't need a pkgsrc acpica utils. netbsd-current briefly
had a bug with its builtin acpica, but that is fixed (and didn't make it
into any release AFAIK)

diffstat:

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

diffs (21 lines):

diff -r f7737c536ab6 -r 4e47e47158f4 sysutils/xentools411/Makefile
--- a/sysutils/xentools411/Makefile     Sun Nov 03 10:07:16 2019 +0000
+++ b/sysutils/xentools411/Makefile     Sun Nov 03 10:08:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/08/30 13:16:27 bouyer Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/03 10:08:34 maya Exp $
 #
 VERSION=       4.11.2
 VERSION_IPXE=  356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
@@ -24,9 +24,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) # XXX broken with iasl 20171110
+.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