summaryrefslogtreecommitdiff
path: root/sysutils/xentools3
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-4/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-25No need to have two variables for the same logic.wiz1-20/+20
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-09-27Make -Wunused-function non-fatal for clang.joerg1-2/+3
2013-07-17Fix header guards.joerg3-1/+26
2013-06-04Replace py-curses/buildlink3.mk with DEPENDS.wiz1-3/+2
There are no buildlink3-relevant files here, just a loadable module.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-11Allow building Xen infrastructure with Clang. Fix various bugs injoerg5-13/+68
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang default warnings. Bump revisions for those.
2013-04-06'EXTRACT_SUFX is ".tar.gz" by default, so this definition may berodent1-13/+12
redundant.' - It was. Removed.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-07-16Do not skip domain's creation when a prehook cmd has been executed.jym2-5/+7
Reported by Brook Milligan on port-xen@.
2012-05-14Fix "xm list" with Python 2.7 (which is the default now). Without these ↵manu3-1/+45
patches,you get a traceback and a crashing xend. copied from similar patch on xentools33 from bsiegert
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2011-12-14Regenerate diffs for GNU patch.sbd2-6/+7
2011-12-07Disable -Wswitch for newer GCC versionsjoerg2-1/+15
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-2/+2
2011-10-03Conflict with xenstoretoolssborrill1-1/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-12Add support for "vifname" keys inside XenStore. Its value is thejym5-8/+26
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4) for domU. This allows querying the XenStore for the vif names, rather than hardcoding their syntax in vif-* scripts. Add a xen-subr shell script that can contain customized functions, and include it in the vif-ip/vif-bridge scripts. Introduce xenstore_read_default that returns the value of a specific key from XenStore, or the default specified value when key is absent. Bump revision. ok bouyer@. See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
2010-10-08MAKE_JOBS_SAFE=noobache1-1/+3
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-23/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-05pci.py: add a parser for our kernfs pciback interfacebouyer5-3/+225
pciquirk.py: fix uninitialized variable when there's no PERMISSIVE_CONFIG_FILE add a note about exported PCI devices in netbsd1 example file Python hacking by Pierre-Emmanuel Le Roux at LIP6 (thanks !) PKGREVISION++
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-01-17Require DAEMON for /etc/rc.d/xend instead of "disks network". Should fixbouyer2-4/+4
issue reported Damian Sobczak on port-xen@ where xend is started before mountall. bump PKGREVISION
2008-09-16Fixe some mmap() and mlock() issues; makes xm dump-core and suspend/resumebouyer4-18/+17
work for linux guests. Bump PKGREVISION.
2008-08-30Make xentools3 packages conflict with xentools33bouyer1-2/+2
2008-08-07DESTDIR support for xentools3{,-hvm}.joerg12-93/+95
2008-04-27Update to Xen 3.1.4. Chnages are bugfixes, mostly in various HVM parts.bouyer2-10/+9
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-17PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-03-08Back out previous change on patch-cc: setting the pty slave to raw is stillbouyer2-3/+11
required for pgrub. Ride the previous PKGREVISION bump.
2008-03-08On NetBSD, the pseudo-tty attributes are reset when the slave is openbouyer4-13/+63
for the first time. This cause a race between xenconsole and xenconsoled, where the later start writing to the master pty before the former has switched it back to raw, causing some lines to be echoed back to the domU. Fix this by keeping the slave open in xenconsoled, so that when xenconsole opens it attributes are not reset. Hint provided by fvdl@, thanks ! Because of this we no longer need to set the slave to raw in xenconsole, so shorten patch-cc. Bump PKGREVISION.
2008-03-03Fix python interpreter path in some python files.xtraeme1-11/+10
2008-03-03Enable the build of pygrub.hannken20-25/+482
Ok: Manuel Bouyer <bouyer@netbsd.org>
2008-02-17Use /usr/include/xen/xenio*.h if present, falling back to the onesbouyer5-19/+32
from files/ (which have the old IOCTL_PRIVCMD_HYPERCALL to be compatible with NetBSD 4.0). Properly handle the new IOCTL_PRIVCMD_HYPERCALL ioctl if present.
2008-02-15Update xen3 packages to 3.1.3. Changes are mostly bugfixes and enhancementbouyer3-9/+9
in HVM support.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-07Fix MASTER_SITES. Pointed out by Petar Bogdanovic on port-xen@bouyer1-2/+2
2007-12-03Update the Xen3 packages to 3.1.2.bouyer8-54/+57
Package changes: point HOMEPAGE to http://xen.org/ looks like the Xen peoples won't put a tarball on their http server for this; I built one from their repository and put it in ${MASTER_SITE_LOCAL} Summary of changes since 3.1.0: some of our patches have been integrated upstream, thanks to Christoph Egger various performances improvements and bug fixes, including some security fixes, and one bug that would lead to floating point register leak/corruption from HVM to PV guests on Intel VMX CPUs.
2007-11-17Make it build and run on amd64.bouyer4-11/+46
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@