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.25 2013/06/19 14:03:41 gdt Exp $
#
# $NetBSD: Makefile,v 1.28 2014/01/25 10:30:22 wiz Exp $
VERSION= 3.1.4
DISTNAME= xen-${VERSION}
@@ -24,6 +23,7 @@ USE_TOOLS+= gmake
PYTHON_FOR_BUILD_ONLY= YES
PY_PATCHPLIST= NO
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1.4
SUBST_CLASSES+= py
SUBST_STAGE.py= pre-build
@@ -38,7 +38,7 @@ SUBST_FILES.py2= xen/tools/compat-build-source.py
SUBST_FILES.py2+= xen/tools/compat-build-header.py
SUBST_SED.py2= -e "s,/usr/bin/python,${PYTHONBIN},g"
.if ${MACHINE_ARCH} == "x86_64"
.if ${MACHINE_ARCH} == "x86_64"
USE_TOOLS+= bash
SUBST_CLASSES+= bash
SUBST_STAGE.bash= pre-build
@@ -46,7 +46,7 @@ SUBST_FILES.bash= xen/include/Makefile
SUBST_SED.bash= -e "s,/bin/bash,${PREFIX}/bin/bash,g"
.endif
.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE_ARCH} == "i386"
PLIST_SRC= PLIST.i386 PLIST
.else
PLIST_SRC= PLIST
@@ -63,7 +63,8 @@ EXTRA_CFLAGS+= -Wno-error=ignored-attributes -Wno-error=format \
-Wno-error=tautological-compare \
-Wno-error=parentheses-equality \
-Wno-error=sometimes-uninitialized -no-integrated-as \
-ffreestanding
-ffreestanding -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.1.4.tar.gz) = 0d784662776239195df10b3f29d40350f9d0644d
RMD160 (xen-3.1.4.tar.gz) = c02ad2bd64e6306b127a4f37a8aa370dadc11859
@@ -18,3 +18,4 @@ SHA1 (patch-dc) = 606ad2af582b88ddfd250b952831af9d3b2b1f5d
SHA1 (patch-gcc-version) = 1174ace3eee1d3707a2935498ac5a39671913f9f
SHA1 (patch-xen_arch_x86_hvm_io.c) = 0f6dfc3b3857c2ab43fabf2c9693e2932b442931
SHA1 (patch-xen_arch_x86_string.c) = 363d521a627d07cd9caffcfe1c529342b3b67321
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__