pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools411



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Nov  3 10:08:34 UTC 2019

Modified Files:
        pkgsrc/sysutils/xentools411: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/xentools411/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/xentools411/Makefile
diff -u pkgsrc/sysutils/xentools411/Makefile:1.9 pkgsrc/sysutils/xentools411/Makefile:1.10
--- pkgsrc/sysutils/xentools411/Makefile:1.9    Fri Aug 30 13:16:27 2019
+++ pkgsrc/sysutils/xentools411/Makefile        Sun Nov  3 10:08:34 2019
@@ -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 @@ LICENSE=              gnu-gpl-v2
 
 # 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