Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:22 wiz Exp $
# $NetBSD: Makefile,v 1.28 2014/09/22 11:55:59 joerg Exp $
VERSION= 3.3.2
DISTNAME= xen-${VERSION}
@@ -27,7 +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
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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=unused-function
-Wno-error=tautological-compare -Wno-error=unused-function \
-Wno-error=unused-local-typedef
BUILDLINK_TRANSFORM+= rm:-fno-reorder-blocks
.endif