summaryrefslogtreecommitdiff
path: root/sysutils/xentools33
AgeCommit message (Collapse)AuthorFilesLines
2016-12-29Remove xenkernel and tools versions 3, 33, and 41.wiz80-3606/+0
As discussed on pkgsrc-users.
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-05-18Add missing rpath. Make a bunch of GCC warnings non-fatal. Bumpjoerg3-3/+19
revision.
2016-02-26Use OPSYSVARS.jperkin1-9/+6
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
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-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
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-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/+2
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-19Fix 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-5/+62
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.
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-04-07Forgot to "cvs add" the patches. Also remove some debugging dreg.bsiegert3-3/+43
Reminded by wiz, thanks!
2012-04-07Fix "xm list" with Python 2.7 (which is the default now). Without these patches,bsiegert2-5/+7
you get a traceback and a crashing xend. ok cegger (maintainer), joerg
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.
2012-02-03Pull up fix from Xen repository, fixing CVE-2012-0029:bouyer3-3/+43
Heap-based buffer overflow in the process_tx_desc function in the e1000 emulation allows the guest to cause a denial of service (QEMU crash) and possibly execute arbitrary code via crafted legacy mode packets. Bump PKGREVISION
2012-01-09Apply fixes for gcc 4.5. I cannot reproduce thecegger4-3/+35
error message show in PR 45386. Bump revision.
2011-12-07Disable -Wswitch as newer GCC versions are more noisyjoerg2-5/+14
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-05-20Add a patch which fixes 2 problems:bouyer3-3/+95
- use the correct way to get the size of a disk device or partition (from haad@NetBSD.org) - if given a block device, use the character device instead (the block device is already in use by the backend driver). With this I could succeffully boot a HVMPV FreeBSD kernel using a phy: virtual disk.
2011-05-12Add patch from the xen-dev mailing list to fix CVE-2011-1583bouyer3-3/+88
Bump PKGREVISION
2011-04-30REPLACE_PYTHON for /usr/bin/env python in misc/xsview, bump PKGREVISIONabs1-2/+4
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-12-13Fix compatibility with texi2html-5.0.wiz3-4/+31
Problem reported by Sad Clouds on pkgsrc-users.
2010-10-30Add patch from emulators/qemu to let NetBSD hvm guest use emulated wm(4) NIC.tnn3-3/+38
2010-05-05Apply c/s 19609 from upstream:cegger4-3/+90
xend: Avoid deprecation warnings with Python 2.6. http://xenbits.xensource.com/xen-unstable.hg/rev/4d6029814742 Fixes PR pkg/43231 Add LICENSE Bump pkgversion
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-01Fix failure in patch-ad. Approved by cegger@.ver2-5/+7
2009-10-18Really bump pkgrevision for patch-fc change.bouyer1-2/+2
2009-10-18Fix serial port on pty (serial = 'pty' configuration directive) forbouyer2-5/+18
HVM guests. Tested with a NetBSD 4.0.1 i386 boot cd with console on com0. PKGREVISION++
2009-08-07Update to Xen 3.3.2.cegger10-198/+53
This is a mainenance release with a number of stability fixes.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-44/+1
2009-02-23Fix typoadam1-1/+1
2009-02-20apply fixes from hannken@cegger4-3/+162
- make pygrub in interactive mode working (upstream c/s 18586) - PR port-xen/40675: make xen guest console visible (upstream c/s 18591)
2009-02-18build xen 3.3 packages for netbsd-5 again despite there is no Dom0 PAE support.cegger1-3/+2
bouyer says: Dom0 PAE support will be pulled up to netbsd-5 after netbsd-5-0-RELEASE is tagged. building the packages on netbsd-5 in the meantime does not hurt.
2009-02-16- drop 4.99.* , everyone using xen 3.3 should be either on netbsd-5 or on ↵cegger1-4/+3
-current. - drop i386 on netbsd-5. It requires Dom0 PAE support only -current has.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.