pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/sysutils/xenstoretools
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon May 1 09:05:33 UTC 2017
Modified Files:
pkgsrc/sysutils/xenstoretools [pkgsrc-2017Q1]: Makefile
Log Message:
Pullup ticket #5366 - requested by sevan
sysutils/xenstoretools: build fix
Revisions pulled up:
- sysutils/xenstoretools/Makefile 1.11
---
Module Name: pkgsrc
Committed By: sborrill
Date: Tue Apr 25 06:49:45 UTC 2017
Modified Files:
pkgsrc/sysutils/xenstoretools: Makefile
Log Message:
iasl is a build requirement
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.2.1 pkgsrc/sysutils/xenstoretools/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/xenstoretools/Makefile
diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.10 pkgsrc/sysutils/xenstoretools/Makefile:1.10.2.1
--- pkgsrc/sysutils/xenstoretools/Makefile:1.10 Thu Jan 5 12:44:54 2017
+++ pkgsrc/sysutils/xenstoretools/Makefile Mon May 1 09:05:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/05 12:44:54 sborrill Exp $
+# $NetBSD: Makefile,v 1.10.2.1 2017/05/01 09:05:33 bsiegert Exp $
#
# VERSION is set in xentool46/version.mk
@@ -25,6 +25,10 @@ BUILD_TARGET= clients
INSTALL_DIRS= xenstore
INSTALL_MAKE_FLAGS+= XENSTORE_XENSTORED=n
+.if !exists(/usr/bin/iasl)
+BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
+.endif
+
GNU_CONFIGURE= yes
# configure checks for more components than are required to build the
# xenstore subdirectory, so provide dummy args to allow it to complete
Home |
Main Index |
Thread Index |
Old Index