Tue Apr 25 06:49:45 2017 UTC ()
iasl is a build requirement


(sborrill)
diff -r1.10 -r1.11 pkgsrc/sysutils/xenstoretools/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/xenstoretools/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xenstoretools/Makefile 2017/01/05 12:44:54 1.10
+++ pkgsrc/sysutils/xenstoretools/Makefile 2017/04/25 06:49:45 1.11
@@ -1,40 +1,44 @@ @@ -1,40 +1,44 @@
1# $NetBSD: Makefile,v 1.10 2017/01/05 12:44:54 sborrill Exp $ 1# $NetBSD: Makefile,v 1.11 2017/04/25 06:49:45 sborrill Exp $
2# 2#
3 3
4# VERSION is set in xentool46/version.mk 4# VERSION is set in xentool46/version.mk
5.include "../../sysutils/xentools46/version.mk" 5.include "../../sysutils/xentools46/version.mk"
6 6
7DISTNAME= xen-${VERSION} 7DISTNAME= xen-${VERSION}
8PKGNAME= xenstoretools-${VERSION} 8PKGNAME= xenstoretools-${VERSION}
9CATEGORIES= sysutils 9CATEGORIES= sysutils
10MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ 10MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
11 11
12DISTFILES= ${DISTNAME}.tar.gz 12DISTFILES= ${DISTNAME}.tar.gz
13DISTFILES+= ipxe-git-${VERSION_IPXE}.tar.gz 13DISTFILES+= ipxe-git-${VERSION_IPXE}.tar.gz
14SITES.ipxe-git-${VERSION_IPXE}.tar.gz += http://xenbits.xensource.com/xen-extfiles/ 14SITES.ipxe-git-${VERSION_IPXE}.tar.gz += http://xenbits.xensource.com/xen-extfiles/
15 15
16MAINTAINER= sborrill@NetBSD.org 16MAINTAINER= sborrill@NetBSD.org
17HOMEPAGE= http://xen.org/ 17HOMEPAGE= http://xen.org/
18COMMENT= Xenstore Tools for Xen 4.6.x 18COMMENT= Xenstore Tools for Xen 4.6.x
19 19
20LICENSE= gnu-gpl-v2 20LICENSE= gnu-gpl-v2
21DISTINFO_FILE= ${.CURDIR}/../../sysutils/xentools46/distinfo 21DISTINFO_FILE= ${.CURDIR}/../../sysutils/xentools46/distinfo
22PATCHDIR= ${.CURDIR}/../../sysutils/xentools46/patches 22PATCHDIR= ${.CURDIR}/../../sysutils/xentools46/patches
23BUILD_DIRS= xenstore 23BUILD_DIRS= xenstore
24BUILD_TARGET= clients 24BUILD_TARGET= clients
25INSTALL_DIRS= xenstore 25INSTALL_DIRS= xenstore
26INSTALL_MAKE_FLAGS+= XENSTORE_XENSTORED=n 26INSTALL_MAKE_FLAGS+= XENSTORE_XENSTORED=n
27 27
 28.if !exists(/usr/bin/iasl)
 29BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
 30.endif
 31
28GNU_CONFIGURE= yes 32GNU_CONFIGURE= yes
29# configure checks for more components than are required to build the 33# configure checks for more components than are required to build the
30# xenstore subdirectory, so provide dummy args to allow it to complete 34# xenstore subdirectory, so provide dummy args to allow it to complete
31# without adding unnecessary dependencies 35# without adding unnecessary dependencies
32CONFIGURE_ARGS+= ac_cv_path_AS86=/dummy 36CONFIGURE_ARGS+= ac_cv_path_AS86=/dummy
33CONFIGURE_ARGS+= ac_cv_path_LD86=/dummy 37CONFIGURE_ARGS+= ac_cv_path_LD86=/dummy
34CONFIGURE_ARGS+= ac_cv_path_BCC=/dummy 38CONFIGURE_ARGS+= ac_cv_path_BCC=/dummy
35CONFIGURE_ARGS+= ac_cv_lib_yajl_yajl_alloc=yes 39CONFIGURE_ARGS+= ac_cv_lib_yajl_yajl_alloc=yes
36CONFIGURE_ARGS+= ac_cv_lib_z_deflateCopy=yes 40CONFIGURE_ARGS+= ac_cv_lib_z_deflateCopy=yes
37CONFIGURE_ARGS+= ac_cv_header_argp_h=yes 41CONFIGURE_ARGS+= ac_cv_header_argp_h=yes
38CONFIGURE_ARGS+= ac_cv_lib_argp_argp_usage=yes 42CONFIGURE_ARGS+= ac_cv_lib_argp_argp_usage=yes
39CONFIGURE_ARGS+= pixman_CFLAGS=dummy 43CONFIGURE_ARGS+= pixman_CFLAGS=dummy
40CONFIGURE_ARGS+= pixman_LIBS=/dummy 44CONFIGURE_ARGS+= pixman_LIBS=/dummy