From c0c3f0d1c7b5e3c8071cc895d4c38d1a040d328b Mon Sep 17 00:00:00 2001 From: riastradh Date: Fri, 10 May 2013 20:07:33 +0000 Subject: 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. --- sysutils/munin-doc/Makefile | 4 ++-- sysutils/xenkernel33/Makefile | 4 ++-- sysutils/xenkernel41/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sysutils') diff --git a/sysutils/munin-doc/Makefile b/sysutils/munin-doc/Makefile index e8111a6d265..c4f1e39ab8f 100644 --- a/sysutils/munin-doc/Makefile +++ b/sysutils/munin-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 19:51:14 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/05/10 20:07:34 riastradh Exp $ # VERS= 1.3.2 @@ -29,7 +29,7 @@ MAKE_ENV+= PERL5=${PERL5:Q} MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} CHECK_PORTABILITY_SKIP+= node/node.d/* -PYTHON_FOR_BUILD_ONLY= # empty +PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xenkernel33/Makefile b/sysutils/xenkernel33/Makefile index ab8bf726766..6ecafe8cd67 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/04/11 19:57:51 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2013/05/10 20:07:34 riastradh Exp $ # VERSION= 3.3.2 @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/xen-${VERSION} NO_CONFIGURE= yes USE_TOOLS+= gmake -PYTHON_FOR_BUILD_ONLY= # empty +PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO SUBST_CLASSES+= py diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index 16011e0077a..cc77a796e99 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/05/03 16:48:37 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2013/05/10 20:07:34 riastradh Exp $ # VERSION= 4.1.5 @@ -19,7 +19,7 @@ ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 NO_CONFIGURE= yes USE_TOOLS+= gmake -PYTHON_FOR_BUILD_ONLY= # empty +PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO # XXX Why does this not work? -- cgit v1.2.3