summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2012-05-14 12:28:56 +0000
committertron <tron>2012-05-14 12:28:56 +0000
commitb573c464290ce0f93da7c1f3f7706dac2ffc4e46 (patch)
tree7b241a89d44b024a779f0b529a4024bae9a83711
parenta24617ad8c13040eb5b4ac1be6c66a672c7e155c (diff)
downloadpkgsrc-b573c464290ce0f93da7c1f3f7706dac2ffc4e46.tar.gz
Pullup ticket #3785 - requested by dholland
sysutils/setquota: mark as broken for NetBSD 6.0 and newer Revisions pulled up: - sysutils/setquota/Makefile 1.14 --- Module Name: pkgsrc Committed By: dholland Date: Sat May 12 22:08:24 UTC 2012 Modified Files: pkgsrc/sysutils/setquota: Makefile Log Message: 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.
-rw-r--r--sysutils/setquota/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile
index 985ae20e3ab..82591ec49be 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.13.26.1 2012/05/14 12:28:56 tron 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