pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools45



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Jul  3 14:00:07 UTC 2018

Modified Files:
        pkgsrc/sysutils/xentools45: Makefile

Log Message:
xentools45: non-pkgsrc iasl is good.

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


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/xentools45/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/xentools45/Makefile
diff -u pkgsrc/sysutils/xentools45/Makefile:1.60 pkgsrc/sysutils/xentools45/Makefile:1.61
--- pkgsrc/sysutils/xentools45/Makefile:1.60    Tue Jul  3 05:03:35 2018
+++ pkgsrc/sysutils/xentools45/Makefile Tue Jul  3 14:00:07 2018
@@ -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 @@ 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) # 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