pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/libvirt
Module Name: pkgsrc
Committed By: rillig
Date: Sat Jul 9 12:47:05 UTC 2016
Modified Files:
pkgsrc/sysutils/libvirt: Makefile PLIST options.mk
Log Message:
Fixed some pkglint warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/libvirt/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/libvirt/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/libvirt/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/libvirt/Makefile
diff -u pkgsrc/sysutils/libvirt/Makefile:1.37 pkgsrc/sysutils/libvirt/Makefile:1.38
--- pkgsrc/sysutils/libvirt/Makefile:1.37 Sat Jul 9 06:39:01 2016
+++ pkgsrc/sysutils/libvirt/Makefile Sat Jul 9 12:47:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/07/09 06:39:01 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2016/07/09 12:47:05 rillig Exp $
DISTNAME= libvirt-1.2.9
PKGREVISION= 9
@@ -37,7 +37,7 @@ CONF_FILES+= ${EGDIR}/logrotate.d/libvi
CONF_FILES+= ${EGDIR}/sasl2/libvirt.conf ${PKG_SYSCONFDIR}/sasl2/libvirt.conf
AUTO_MKDIRS= yes
-RCD_SCRIPTS= libvirtd
+RCD_SCRIPTS= libvirtd
.include "options.mk"
Index: pkgsrc/sysutils/libvirt/PLIST
diff -u pkgsrc/sysutils/libvirt/PLIST:1.11 pkgsrc/sysutils/libvirt/PLIST:1.12
--- pkgsrc/sysutils/libvirt/PLIST:1.11 Wed Nov 26 23:48:03 2014
+++ pkgsrc/sysutils/libvirt/PLIST Sat Jul 9 12:47:05 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2014/11/26 23:48:03 gdt Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/07/09 12:47:05 rillig Exp $
bin/virsh
bin/virt-host-validate
bin/virt-pki-validate
@@ -10,12 +10,12 @@ include/libvirt/virterror.h
lib/libvirt-lxc.la
lib/libvirt-qemu.la
lib/libvirt.la
+${PLIST.xen}lib/libvirt/connection-driver/libvirt_driver_libxl.la
lib/libvirt/connection-driver/libvirt_driver_network.la
+${PLIST.hal}lib/libvirt/connection-driver/libvirt_driver_nodedev.la
lib/libvirt/connection-driver/libvirt_driver_qemu.la
lib/libvirt/connection-driver/libvirt_driver_secret.la
lib/libvirt/connection-driver/libvirt_driver_storage.la
-${PLIST.hal}lib/libvirt/connection-driver/libvirt_driver_nodedev.la
-${PLIST.xen}lib/libvirt/connection-driver/libvirt_driver_libxl.la
lib/libvirt/lock-driver/lockd.la
lib/pkgconfig/libvirt-lxc.pc
lib/pkgconfig/libvirt-qemu.pc
Index: pkgsrc/sysutils/libvirt/options.mk
diff -u pkgsrc/sysutils/libvirt/options.mk:1.3 pkgsrc/sysutils/libvirt/options.mk:1.4
--- pkgsrc/sysutils/libvirt/options.mk:1.3 Wed Nov 26 23:40:15 2014
+++ pkgsrc/sysutils/libvirt/options.mk Sat Jul 9 12:47:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/11/26 23:40:15 gdt Exp $
+# $NetBSD: options.mk,v 1.4 2016/07/09 12:47:05 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libvirt
@@ -10,11 +10,11 @@ PKG_SUGGESTED_OPTIONS= libssh2
# xentools42 is the only version to install
# the include files
-PLIST_VARS+= xen hal
+PLIST_VARS+= xen hal
# xen means xen 4.2.
.if !empty(PKG_OPTIONS:Mxen)
-PLIST.xen = yes
+PLIST.xen= yes
CONFIGURE_ARGS+= --without-xen
CONFIGURE_ARGS+= --with-libxl=${BUILDLINK_PREFIX.xentools42}
CONFIGURE_ARGS+= --with-xenapi=${BUILDLINK_PREFIX.xentools42}
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --with-storage-lvm
.endif
.if !empty(PKG_OPTIONS:Mhal)
-PLIST.hal = yes
+PLIST.hal= yes
CONFIGURE_ARGS+= --with-hal=${BUILDLINK_PREFIX.hal}
. include "../../sysutils/hal/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index