Also remove sysutils/xenstoretools, which depends on deleted
sysutils/xentools46. Pointed out by joerg@
This commit is contained in:
parent
d354fc8d3d
commit
fed89901f3
6 changed files with 3 additions and 131 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2020,v 1.4500 2020/08/19 10:41:54 bouyer Exp $
|
||||
$NetBSD: CHANGES-2020,v 1.4501 2020/08/19 13:10:00 bouyer Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2020:
|
||||
|
||||
|
@ -7044,3 +7044,4 @@ Changes to the packages collection and infrastructure in 2020:
|
|||
Removed sysutils/xentools46 [bouyer 2020-04-15]
|
||||
Removed sysutils/xenkernel48 [bouyer 2020-04-15]
|
||||
Removed sysutils/xentools48 [bouyer 2020-04-15]
|
||||
Removed sysutils/xenstoretools [bouyer 2020-04-15]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.895 2020/08/19 10:39:22 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.896 2020/08/19 13:10:00 bouyer Exp $
|
||||
#
|
||||
|
||||
COMMENT= System utilities
|
||||
|
@ -777,7 +777,6 @@ SUBDIR+= xdu
|
|||
SUBDIR+= xe-guest-utilities
|
||||
SUBDIR+= xenkernel411
|
||||
SUBDIR+= xenkernel413
|
||||
SUBDIR+= xenstoretools
|
||||
SUBDIR+= xentools411
|
||||
SUBDIR+= xentools413
|
||||
SUBDIR+= xenvstat
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
This package is a subset of the xentools41 package. It contains
|
||||
just the tools to manipulate xenstore from the guest VM.
|
|
@ -1,79 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.13 2020/03/08 16:51:25 wiz Exp $
|
||||
#
|
||||
|
||||
# VERSION is set in xentool46/version.mk
|
||||
PKGREVISION= 2
|
||||
.include "../../sysutils/xentools46/version.mk"
|
||||
|
||||
DISTNAME= xen-${VERSION}
|
||||
PKGNAME= xenstoretools-${VERSION}
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
|
||||
|
||||
DISTFILES= ${DISTNAME}.tar.gz
|
||||
DISTFILES+= ipxe-git-${VERSION_IPXE}.tar.gz
|
||||
SITES.ipxe-git-${VERSION_IPXE}.tar.gz += http://xenbits.xensource.com/xen-extfiles/
|
||||
|
||||
MAINTAINER= sborrill@NetBSD.org
|
||||
HOMEPAGE= http://xen.org/
|
||||
COMMENT= Xenstore Tools for Xen 4.6.x
|
||||
|
||||
LICENSE= gnu-gpl-v2
|
||||
DISTINFO_FILE= ${.CURDIR}/../../sysutils/xentools46/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../../sysutils/xentools46/patches
|
||||
BUILD_DIRS= xenstore
|
||||
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
|
||||
# without adding unnecessary dependencies
|
||||
CONFIGURE_ARGS+= ac_cv_path_AS86=/dummy
|
||||
CONFIGURE_ARGS+= ac_cv_path_LD86=/dummy
|
||||
CONFIGURE_ARGS+= ac_cv_path_BCC=/dummy
|
||||
CONFIGURE_ARGS+= ac_cv_lib_yajl_yajl_alloc=yes
|
||||
CONFIGURE_ARGS+= ac_cv_lib_z_deflateCopy=yes
|
||||
CONFIGURE_ARGS+= ac_cv_header_argp_h=yes
|
||||
CONFIGURE_ARGS+= ac_cv_lib_argp_argp_usage=yes
|
||||
CONFIGURE_ARGS+= pixman_CFLAGS=dummy
|
||||
CONFIGURE_ARGS+= pixman_LIBS=/dummy
|
||||
|
||||
PKG_SYSCONFSUBDIR= xen
|
||||
WRKSRC= ${WRKDIR}/xen-${VERSION}/tools
|
||||
BUILD_DEFS+= VARBASE
|
||||
|
||||
ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64
|
||||
ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
|
||||
|
||||
CONFLICTS+= libxen-[0-9]*
|
||||
CONFLICTS+= xentools20-[0-9]*
|
||||
CONFLICTS+= xentools3*
|
||||
CONFLICTS+= xentools4*
|
||||
|
||||
USE_TOOLS+= bash gmake pkg-config
|
||||
|
||||
MAKE_ENV+= PREFIX=${prefix:Q} WRKSRC=${WRKSRC}
|
||||
MAKE_ENV+= MV=${MV:Q} PYTHON=${PYTHONBIN:Q} SED=${SED:Q}
|
||||
MAKE_ENV+= VARBASE=${VARBASE}
|
||||
|
||||
RCD_SCRIPTS= xendomname
|
||||
FILES_SUBST+= PREFIX=${PREFIX}
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
INSTALLATION_DIRS= bin include lib
|
||||
|
||||
pre-build:
|
||||
${LN} -s ../../xen/include/public ${WRKSRC}/xenstore/xen
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,21 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2017/01/04 16:40:11 sborrill Exp $
|
||||
bin/xenstore
|
||||
bin/xenstore-chmod
|
||||
bin/xenstore-control
|
||||
bin/xenstore-exists
|
||||
bin/xenstore-list
|
||||
bin/xenstore-ls
|
||||
bin/xenstore-read
|
||||
bin/xenstore-rm
|
||||
bin/xenstore-watch
|
||||
bin/xenstore-write
|
||||
include/xenstore-compat/xs.h
|
||||
include/xenstore-compat/xs_lib.h
|
||||
include/xenstore.h
|
||||
include/xenstore_lib.h
|
||||
include/xs.h
|
||||
include/xs_lib.h
|
||||
lib/libxenstore.a
|
||||
lib/libxenstore.so
|
||||
lib/libxenstore.so.3.0
|
||||
lib/libxenstore.so.3.0.3
|
|
@ -1,26 +0,0 @@
|
|||
#!@RCD_SCRIPTS_SHELL@
|
||||
|
||||
# PROVIDE: xendomname
|
||||
# REQUIRE: network mountcritlocal
|
||||
# BEFORE: dhcpcd
|
||||
#
|
||||
# Sets the hostname to the xen domain name
|
||||
# (dhcpcd can pick it up and send it to the DHCP server.)
|
||||
#
|
||||
|
||||
$_rc_subr_loaded . /etc/rc.subr
|
||||
|
||||
name=xendomname
|
||||
rcvar=$name
|
||||
start_cmd="xendomname_start"
|
||||
|
||||
xendomname_start()
|
||||
{
|
||||
mount /kern || true
|
||||
dname="`@PREFIX@/bin/xenstore-read name`"
|
||||
echo "Setting hostname to xen domain name: $dname"
|
||||
hostname "$dname"
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
Loading…
Reference in a new issue