Commit graph

31 commits

Author SHA1 Message Date
joerg
aa796511ec Don't bail out on unused local typedefs. 2014-09-22 11:55:59 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 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.
2014-01-25 10:29:56 +00:00
joerg
3d4dd76d69 Catch up with Clang ToT when it comes to various warnings and
unsupported options.
2013-11-07 00:47:39 +00:00
joerg
15a874e7b9 Make -Wunused-function non-fatal for clang. 2013-09-27 11:35:07 +00:00
joerg
8fb971391a Fix header guard. 2013-07-13 19:43:21 +00:00
gdt
71c33cddb9 Explain xen version differences.
There are 5 versions of xen in pkgsrc, which is confusing.  Explain in
DESCR which version is in which package (xenkernel3 contains 3.1), and
which versions support PCI passthrough (only 3.1).  Explain which
versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the
HOWTO is out of date and it's easy to end up with a non-working system
on a 3.1 to 3.3 update.  Cuation that 2.0 is beyond crufty.

This is a DESCR-only change (with PKGREVISION++ of course).

(ok during freeze agc@)
2013-06-19 14:03:41 +00:00
riastradh
5dddf990fc Partially back out change to PYTHON_FOR_BUILD_ONLY.
This broke packages that needed a target Python at build-time.
Instead, change it from defined/undefined to yes/no/tool.  Most cases
of defined used `yes' anyway; fix the few stragglers do that instead.
New case `tool' is for TOOL_DEPENDS rather than buildlink3.
2013-05-10 20:07:33 +00:00
joerg
8f28de81a1 Allow building Xen infrastructure with Clang. Fix various bugs in
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang
default warnings. Bump revisions for those.
2013-04-11 19:57:51 +00:00
rodent
44c94b38c6 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
drochner
31b64cec7c copy security patch from xenkernel41 - it also applies to 3.3
(noticed by Daniel Horecki)
bump PKGREV
2012-07-28 12:02:16 +00:00
cegger
117d1b8438 Apply fixes for gcc 4.5.
Fixes PR 45388. Bump pkg revision.
2012-01-05 12:02:38 +00:00
jym
cf32c414f3 Add a MESSAGE so we can pinpoint to the right location for Xen. Add
license.
2011-11-20 03:21:37 +00:00
bouyer
b135f72195 Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2,
fixing SA45835.
Bump pkgrevision
2011-09-10 18:35:51 +00:00
jym
6c284b42ff - protect Xen's stdarg.h from multiple inclusion.
- build fix for stdarg under NetBSD.

Both backported from upstream. Seems to be needed to build pkg under 5.99.x

http://xenbits.xensource.com/hg/xen-unstable.hg/file/a574bf2f5059/xen/include/xe
n/stdarg.h
2011-07-19 18:54:11 +00:00
hauke
91fc417f95 Turn a non-fatal condition from a panic into a warning, pulling up
a 3.4 change
<http://xenbits.xensource.com/hg/staging/xen-3.4-testing.hg/rev/60ed1226a37c#>
as proposed by cegger (see
<http://mail-index.netbsd.org/port-xen/2011/04/01/msg006580.html> ff).
2011-04-04 09:07:06 +00:00
drochner
2a71a1b4e9 add patch from upstream (manually, due to changed #ifdefs and indentation)
to fix possible crashes triggered by 64-bit guests (found by
Cherry G. Mathew, CVE-2011-1166)
bump PKGREV
2011-03-24 12:04:57 +00:00
bouyer
1e0747b2d4 Add a fix for CVE-2010-4255, from the xen-devel list.
Bump PKGREVISION.
2010-12-07 18:44:25 +00:00
cegger
ae35da54e5 Update to Xen 3.3.2.
This is a mainenance release with a number of stability fixes.
2009-08-07 12:43:46 +00:00
cegger
531096021b build xen 3.3 packages for netbsd-5 again despite there is no Dom0 PAE support.
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-18 20:31:29 +00:00
cegger
b8c0d897a0 - drop 4.99.* , everyone using xen 3.3 should be either on netbsd-5 or on -current.
- drop i386 on netbsd-5. It requires Dom0 PAE support only -current has.
2009-02-16 20:16:59 +00:00
cegger
fecf681ff4 Update to Xen 3.3.1.
This is a mainenance release with a number of stability fixes.
2009-01-13 13:48:32 +00:00
joerg
5c920bdbd2 Remove entry for patch-ab, that is not intended for the repository. 2008-10-14 11:31:54 +00:00
joerg
28ec1d3da0 No need to depend on Python at runtime. Bump revision. 2008-10-13 21:41:26 +00:00
joerg
894cf2cebc DESTDIR support. 2008-10-08 18:32:06 +00:00
cegger
01deeac581 Update to final Xen 3.3.0.
Release notes for Xen 3.3.0:

This is a major new release with a host of new features including:
 - Power management (P & C states) in the hypervisor
 - HVM emulation domains ('qemu-on-minios') for better scalability,
performance and security
 - PVGrub: boot PV kernels using real GRUB inside the PV domain
 - Better PV performance: domain lock removed from pagetable-update paths
 - Shadow3: optimisations to make this the best shadow pagetable algorithm
yet, making HVM performance better than ever
 - Hardware Assisted Paging enhancements: 2MB page support for better TLB
locality
 - CPUID feature levelling: allows safe domain migration across systems with
different CPU models.
 - PVSCSI drivers for SCSI access direct into PV guests
 - HVM framebuffer optimisations: scan for framebuffer updates more
efficiently
 - Device passthrough enhancements
 - Full x86 real-mode emulation for HVM guests on Intel VT: supports a much
wider range of legacy guest OSes
 - New qemu merge with upstream development
 - Many other changes in both x86 and IA64 ports
2008-08-22 17:03:30 +00:00
cegger
d0100c85e7 Update to Xen 3.3 7th release candidate:
This fixes an x86 HVM emulation issue introduced in -rc6 which caused
certain guests (Win98 and OS2, for example) to fail to boot.
2008-08-20 15:06:49 +00:00
cegger
d35703397d Update to Xen 3.3 6th release candidate:
This has a handful of small fixes that were submitted after -rc5, and also a
larger fix for emulation of certain repeated I/O instructions for x86 HVM
guests.
2008-08-20 09:52:21 +00:00
cegger
ff826d84e2 Update to changeset 18331. Some bugfixes never hurt. 2008-08-15 13:04:25 +00:00
cegger
4e0fa726a2 Import Xen 3.3.0-rc3
Xen is a virtual machine monitor for x86 hardware (runs only on i686-class
CPUs), which supports running multiple guests operating systems on a single
machine.  At boot, the xen kernel is loaded (via grub) along with the guest
kernel for the first domain (called domain0).  domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other domains and
provide virtual devices (disks and network) to other domains.
This package contains the Xen 3.3 kernel itself.
2008-08-07 20:31:34 +00:00