pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xenstoretools
Module Name: pkgsrc
Committed By: sborrill
Date: Fri Oct 23 12:44:44 UTC 2020
Modified Files:
pkgsrc/sysutils/xenstoretools: Makefile PLIST
Log Message:
Fix build by ensuring that libxentoolcore is built and installed.
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xenstoretools/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/xenstoretools/PLIST
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.16 pkgsrc/sysutils/xenstoretools/Makefile:1.17
--- pkgsrc/sysutils/xenstoretools/Makefile:1.16 Mon Aug 31 18:11:37 2020
+++ pkgsrc/sysutils/xenstoretools/Makefile Fri Oct 23 12:44:44 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/08/31 18:11:37 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/10/23 12:44:44 sborrill Exp $
#
# VERSION is set in xentool411/version.mk
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../sysutils/xentools411/version.mk"
DIST_SUBDIR= xen411
@@ -25,7 +25,7 @@ COMMENT= Xenstore Tools for Xen 4.11.x
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../sysutils/xentools411/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/xentools411/patches
-INSTALL_DIRS= tools/xenstore
+INSTALL_DIRS= tools/xenstore tools/libs/toolcore
INSTALL_MAKE_FLAGS+= XENSTORE_XENSTORED=n
.if !exists(/usr/bin/iasl)
Index: pkgsrc/sysutils/xenstoretools/PLIST
diff -u pkgsrc/sysutils/xenstoretools/PLIST:1.6 pkgsrc/sysutils/xenstoretools/PLIST:1.7
--- pkgsrc/sysutils/xenstoretools/PLIST:1.6 Thu Aug 20 11:30:25 2020
+++ pkgsrc/sysutils/xenstoretools/PLIST Fri Oct 23 12:44:44 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/08/20 11:30:25 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/10/23 12:44:44 sborrill Exp $
bin/xenstore
bin/xenstore-chmod
bin/xenstore-control
@@ -15,8 +15,14 @@ include/xenstore.h
include/xenstore_lib.h
include/xs.h
include/xs_lib.h
+include/xentoolcore.h
lib/libxenstore.a
lib/libxenstore.so
lib/libxenstore.so.3.0
lib/libxenstore.so.3.0.3
+lib/libxentoolcore.a
+lib/libxentoolcore.so
+lib/libxentoolcore.so.1
+lib/libxentoolcore.so.1.0
share/pkgconfig/xenstore.pc
+share/pkgconfig/xentoolcore.pc
Home |
Main Index |
Thread Index |
Old Index