pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils xentools*: Force (older) pkgsrc acpica-utils.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd931811c9c2
branches:  trunk
changeset: 309916:cd931811c9c2
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Jun 27 10:44:15 2018 +0000

description:
xentools*: Force (older) pkgsrc acpica-utils.
This package doesn't build with newer acpica-utils.

PR pkg/53403
PR pkg/53404

diffstat:

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

diffs (63 lines):

diff -r 6abe8d74042c -r cd931811c9c2 sysutils/xentools42/Makefile
--- a/sysutils/xentools42/Makefile      Wed Jun 27 10:07:07 2018 +0000
+++ b/sysutils/xentools42/Makefile      Wed Jun 27 10:44:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/04/13 13:55:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.66 2018/06/27 10:44:15 maya Exp $
 
 VERSION=       4.2.5
 VERSION_IPXE=  1.0.0
@@ -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)
+#.if !exists(/usr/bin/iasl) # XXX broken with iasl 20171110
 BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
-.endif
+#.endif
 DEPENDS+=              ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
 DEPENDS+=              ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 
diff -r 6abe8d74042c -r cd931811c9c2 sysutils/xentools45/Makefile
--- a/sysutils/xentools45/Makefile      Wed Jun 27 10:07:07 2018 +0000
+++ b/sysutils/xentools45/Makefile      Wed Jun 27 10:44:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2018/04/13 13:55:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.58 2018/06/27 10:44:15 maya Exp $
 
 VERSION=       4.5.5
 PKGREVISION=   10
@@ -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)
+#.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
diff -r 6abe8d74042c -r cd931811c9c2 sysutils/xentools46/Makefile
--- a/sysutils/xentools46/Makefile      Wed Jun 27 10:07:07 2018 +0000
+++ b/sysutils/xentools46/Makefile      Wed Jun 27 10:44:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/04/13 13:55:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.30 2018/06/27 10:44:15 maya Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 .include               "version.mk"
@@ -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)
+#.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