From 5441cf8cecf417593728cdee5e650a5a916d2c6c Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 12 May 2012 22:08:24 +0000 Subject: Mark this as NOT_FOR_PLATFORM on netbsd-6 and up. It is based on the historical quota API and has no internal abstractions, so it would require pretty much a total rewrite for the new quota API. This could be done, of course. Contact me if there's any interest. --- sysutils/setquota/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sysutils/setquota') diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile index 985ae20e3ab..5995c2389ea 100644 --- a/sysutils/setquota/Makefile +++ b/sysutils/setquota/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/02/08 00:26:32 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/05/12 22:08:24 dholland Exp $ # DISTNAME= setquota-0.1 @@ -15,6 +15,11 @@ PKG_DESTDIR_SUPPORT= user-destdir # BSD oriented, haven't checked on other environment now ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-* +# not portable to netbsd-6 and up quota system +# (would be easier to rewrite it than to patch it, if there's any interest +# bug dholland) +NOT_FOR_PLATFORM= NetBSD-[6-9]*-* + WRKSRC= ${WRKDIR}/setquota/ INSTALLATION_DIRS= ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8 sbin -- cgit v1.2.3