The NetBSD Project

CVS log for pkgsrc/sysutils/xentools3-hvm/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / xentools3-hvm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33, Thu Dec 29 19:13:02 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +1 -1 lines
FILE REMOVED

Remove xenkernel and tools versions 3, 33, and 41.

As discussed on pkgsrc-users.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:08 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Jul 9 06:39:03 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.30 / (download) - annotate - [select for diffs], Tue May 17 10:32:09 2016 UTC (7 years, 6 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.

Bump respective packages' PKGREVISION.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Feb 26 10:24:14 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.28: +4 -8 lines
Diff to previous 1.28 (colored)

Use OPSYSVARS.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Dec 5 21:26:00 2015 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:18 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 17 17:11:30 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISION for ncurses shlib bump.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:18 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 25 14:24:55 2015 UTC (8 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Recursive revbump following MesaLib update, categories p through x.

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 29 23:37:32 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Bump for perl-5.20.0.
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.

Revision 1.22 / (download) - annotate - [select for diffs], Fri May 9 07:37:20 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:22 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Mark packages as not ready for python-3.x where applicable;
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.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 31 12:42:05 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Bump all packages for perl-5.18, that
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.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 11 19:57:52 2013 UTC (10 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.18: +11 -1 lines
Diff to previous 1.18 (colored)

Allow building Xen infrastructure with Clang. Fix various bugs in
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang
default warnings. Bump revisions for those.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 23 19:51:36 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 3 21:57:45 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 15 11:53:39 2012 UTC (11 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Bump PKGREVISION from default python to 2.7.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 3 17:01:24 2011 UTC (12 years, 1 month ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Conflict with xenstoretools

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 10 19:17:46 2010 UTC (13 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Bump revision for PYTHON_VERSION_DEFAULT change.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 18 21:28:10 2009 UTC (14 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix serial port on pty  (serial = 'pty' configuration directive) for
HVM guests. Tested with a NetBSD 4.0.1 i386 boot cd with console on com0.
PKGREVISION++

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 31 17:37:36 2009 UTC (14 years, 8 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Never build qemu documentation (it's the stock qemu documentation and
has not been updated for Xen, so it's not of much use anyway).
Fix PLIST issues because the documentation was built only if texi2html
was installed.
Bump PKGREVISION

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 24 20:04:51 2009 UTC (14 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

Adjust doc & manfiles to not overlap with qemu, and fix PLIST

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 9 22:56:27 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 30 16:05:30 2008 UTC (15 years, 3 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Make xentools3 packages conflict with  xentools33

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 7 16:00:14 2008 UTC (15 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (colored)

DESTDIR support for xentools3{,-hvm}.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 27 19:59:40 2008 UTC (15 years, 7 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.6: +5 -6 lines
Diff to previous 1.6 (colored)

Update to Xen 3.1.4. Chnages are bugfixes, mostly in various HVM parts.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:12 2008 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Update PYTHON_VERSIONS_COMPATIBLE
- 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.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 17 16:29:03 2008 UTC (15 years, 9 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.4: +9 -6 lines
Diff to previous 1.4 (colored)

Use /usr/include/xen/xenio*.h if present, falling back to the ones
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.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 15 20:34:35 2008 UTC (15 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Update xen3 packages to 3.1.3. Changes are mostly bugfixes and enhancement
in HVM support.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 3 21:54:31 2007 UTC (16 years ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.2: +4 -6 lines
Diff to previous 1.2 (colored)

Update the Xen3 packages to 3.1.2.
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.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 2 18:55:30 2007 UTC (16 years ago) by bouyer
Branch: MAIN
Changes since 1.1: +28 -6 lines
Diff to previous 1.1 (colored)

Make it build on amd64: the amd64 headers don't deal very well with gcc -m32,
so add custom version of the i386 headers required by this package to build.
While here install the qemu-ifup script in examples. Bump PKGREVISION.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jun 14 19:42:12 2007 UTC (16 years, 5 months ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Rename xentools30-hvm to xentools3-hvm to acknowledge that Xen dropped one
digit in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
Note that this package contains a backport of the pcnet emulation from
xen-unstable, to make it useable. It gives better performances than the
default realtek emulation.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 14 19:42:12 2007 UTC (16 years, 5 months ago) by bouyer
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>