pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/setquota Mark this as NOT_FOR_PLATFORM on net...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b47699ddb71
branches:  trunk
changeset: 603766:2b47699ddb71
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat May 12 22:08:24 2012 +0000

description:
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.

diffstat:

 sysutils/setquota/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3a591a43d9cb -r 2b47699ddb71 sysutils/setquota/Makefile
--- a/sysutils/setquota/Makefile        Sat May 12 21:53:19 2012 +0000
+++ b/sysutils/setquota/Makefile        Sat May 12 22:08:24 2012 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index