Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.23 2013/06/19 14:03:41 gdt Exp $
#
# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:22 wiz Exp $
VERSION= 3.3.2
DISTNAME= xen-${VERSION}
@@ -28,6 +27,7 @@ USE_TOOLS+= gmake
PYTHON_FOR_BUILD_ONLY= yes
PY_PATCHPLIST= NO
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.2
SUBST_CLASSES+= py
SUBST_STAGE.py= pre-build
@@ -50,7 +50,8 @@ MESSAGE_SUBST+= XENKERNELDIR=${XENKERNELDIR:Q}
.if !empty(PKGSRC_COMPILER:Mclang)
EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
-Wno-error=parentheses-equality -Wno-error=enum-conversion \
-Wno-error=tautological-compare
-Wno-error=tautological-compare -Wno-error=unused-function
BUILDLINK_TRANSFORM+= rm:-fno-reorder-blocks
.endif
do-build:

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.17 2013/04/11 19:57:51 joerg Exp $
$NetBSD: distinfo,v 1.18 2013/07/13 19:43:21 joerg Exp $
SHA1 (xen-3.3.2.tar.gz) = 7f438e73ac81b25cf5e1570709e87001066bafe4
RMD160 (xen-3.3.2.tar.gz) = 28faa56286f2a418e35dcba6079570ea871d6c7b
@@ -15,3 +15,4 @@ SHA1 (patch-compat_memory_c) = f45daded92c0dac30213d6d7dcc81ac72ead7c47
SHA1 (patch-include_xen_compat_h) = 96ba96ba31792f48c989f033f7706f09fd1171c2
SHA1 (patch-xen_Makefile) = 30d27b40fb8f5c4ee663a6a82abf36db3b7ebd1c
SHA1 (patch-xen_arch_x86_Rules.mk) = 81bdc8a653b57b5fcb9ae7d835f0284ab800dc21
SHA1 (patch-xen_common_libelf_libelf-private.h) = c364d8f247342c62d0d32fe9f4714f83f977719a

View File

@@ -0,0 +1,10 @@
$NetBSD: patch-xen_common_libelf_libelf-private.h,v 1.1 2013/07/13 19:43:21 joerg Exp $
--- xen/common/libelf/libelf-private.h.orig 2013-07-12 18:07:36.000000000 +0000
+++ xen/common/libelf/libelf-private.h
@@ -1,4 +1,4 @@
-#ifndef __LIBELF_PRIVATE_H__
+#ifndef __LIBELF_PRIVATE_H_
#define __LIBELF_PRIVATE_H_
#ifdef __XEN__