pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/coda Add ONLY_FOR_PLATFORM based on reports from t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acdd8c7cdf18
branches:  trunk
changeset: 645369:acdd8c7cdf18
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jan 27 22:03:16 2015 +0000

description:
Add ONLY_FOR_PLATFORM based on reports from the coda mailinglist.

(Feel free to add platforms as they are verified to have kernel
support.)

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123

diffstat:

 net/coda/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 5dbf6d932eab -r acdd8c7cdf18 net/coda/Makefile
--- a/net/coda/Makefile Tue Jan 27 21:55:40 2015 +0000
+++ b/net/coda/Makefile Tue Jan 27 22:03:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2015/01/27 15:21:52 hauke Exp $
+# $NetBSD: Makefile,v 1.23 2015/01/27 22:03:16 gdt Exp $
 #
 
 DISTNAME=      coda-6.9.5
@@ -12,8 +12,10 @@
 
 LICENSE=       gnu-gpl-v2
 
-# No kernel support for the coda fs
-NOT_FOR_PLATFORM+=     DragonFly-*-*
+# This package requires a coda kernel module, which is only known to
+# work on NetBSD and Linux.  It is known not to work on DragonFly (has
+# never existed) and FreeBSD (removed).
+ONLY_FOR_PLATFORM+=    NetBSD-*-* Linux-*-*
 
 # See http://coda.wikidev.net/Quick_Client_Action for hints on how
 # to configure venus.



Home | Main Index | Thread Index | Old Index