pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xenstoretools Fix build by ensuring that libx...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d81a7b769639
branches:  trunk
changeset: 440999:d81a7b769639
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Fri Oct 23 12:44:44 2020 +0000

description:
Fix build by ensuring that libxentoolcore is built and installed.
Bump PKGREVISION

diffstat:

 sysutils/xenstoretools/Makefile |  6 +++---
 sysutils/xenstoretools/PLIST    |  8 +++++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r 343a3fb6adf7 -r d81a7b769639 sysutils/xenstoretools/Makefile
--- a/sysutils/xenstoretools/Makefile   Fri Oct 23 12:37:14 2020 +0000
+++ b/sysutils/xenstoretools/Makefile   Fri Oct 23 12:44:44 2020 +0000
@@ -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 @@
 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)
diff -r 343a3fb6adf7 -r d81a7b769639 sysutils/xenstoretools/PLIST
--- a/sysutils/xenstoretools/PLIST      Fri Oct 23 12:37:14 2020 +0000
+++ b/sysutils/xenstoretools/PLIST      Fri Oct 23 12:44:44 2020 +0000
@@ -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_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