Commit graph

18 commits

Author SHA1 Message Date
bouyer
3d777efe1c Add back dependancy on xenstoretools 2020-08-20 11:31:04 +00:00
jperkin
8633910586 xe-guest-utilities: Comment out removed xenstoretools. 2020-08-20 09:17:06 +00:00
rillig
0ec2d3e675 sysutils/xe-guest-utilities: fix accidental hard-coded version numbers 2020-04-25 20:53:02 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
sborrill
d3a908ad73 xe-guest-utilities: update to 7.0.0
Changes since 6.5.0:
- Fix patching for pkgsrc
- Support NetBSD 8 and newer
2018-10-26 09:15:06 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
sborrill
4bd459a05b Report as optimized for XenServer 6.5.
Rebuild OS version status each time rc.d script is run rather than using a
cached copy to ensure that OS updates are reported correctly.
Display all IPv4 and IPv6 addresses for vifs in XenCenter, not just first.
2015-04-20 08:05:30 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
sborrill
6c61dbd4ec Add support for appending a custom string to the OS version as displayed by
XenCenter by setting xenguest_osappend in rc.conf.

Bump PKGREVISION
2012-06-05 12:58:53 +00:00
sborrill
2a272d0536 Fix typo in rc.d script.
Bump PKGREVISION
2012-05-24 09:44:18 +00:00
sborrill
4e0e1daf61 Stop current memory usage being printed to stdout at process start if memory
ballooning if present.
Bump PKGREVISION
2012-03-15 14:06:08 +00:00
sborrill
7d6702dfe3 Update for XenServer 6.0.2 2012-03-06 11:09:06 +00:00
sborrill
80daa7b6d9 Make @VARBASE@/cache if it doesn't exist.
Bump PKGREVISION
2011-11-22 09:15:58 +00:00
dholland
11e253a3a4 Fix another broken DEPENDS line. 2011-10-07 03:58:04 +00:00
sborrill
a07b6aad3b NetBSD can run as a paravirtualised guest of Citrix XenServer using
XEN3PAE_DOMU (i386) or XEN3_DOMU (amd64) kernels. To get full
functionality, guest VMs must provide run-time information to the
XenServer dom0. Failure to do so will give the message "XenServer
Tools not installed".

This package allows NetBSD to interface with XenServer to enable:
- Memory usage logging
- IP address reporting
- Suspend/Resume
- Migration
- OS version reporting

This version is for XenServer 6.0 and earlier.
2011-10-03 16:57:03 +00:00