diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:41:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:41:59 +0000 |
commit | f4f565ddb61aa04f7f02a68703a450b6a1ade394 (patch) | |
tree | 1487a44e0e58ff7c9ba82d4dc30bd69958e182f6 /net | |
parent | d5122e57003b229c68ed1a3abe81ef7371bb24d8 (diff) | |
download | pkgsrc-f4f565ddb61aa04f7f02a68703a450b6a1ade394.tar.gz |
document NOT_FOR_PLATFORM
Diffstat (limited to 'net')
-rw-r--r-- | net/bird/Makefile.common | 3 | ||||
-rw-r--r-- | net/coda/Makefile | 3 | ||||
-rw-r--r-- | net/oidentd/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/bird/Makefile.common b/net/bird/Makefile.common index b2bbbb22b9b..2ef08ebe098 100644 --- a/net/bird/Makefile.common +++ b/net/bird/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2014/09/25 15:18:09 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.6 2015/01/04 03:44:50 dholland Exp $ # used by net/bird/Makefile # used by net/bird6/Makefile @@ -12,6 +12,7 @@ HOMEPAGE= http://bird.network.cz/ COMMENT= The BIRD Internet Routing Daemon LICENSE= gnu-gpl-v2 +# Has hardcoded BSD/Linux support. NOT_FOR_PLATFORM= SunOS-*-* USE_LIBTOOL= yes diff --git a/net/coda/Makefile b/net/coda/Makefile index 386cd6e5fcf..8d34497460f 100644 --- a/net/coda/Makefile +++ b/net/coda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/01/04 03:44:00 dholland Exp $ # DISTNAME= coda-6.9.5 @@ -12,6 +12,7 @@ COMMENT= Coda distributed fileystem LICENSE= gnu-gpl-v2 +# No kernel support for the coda fs NOT_FOR_PLATFORM+= DragonFly-*-* # See http://coda.wikidev.net/Quick_Client_Action for hints on how diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index f27232c855e..71808c301b3 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/09/25 15:59:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2015/01/04 03:48:50 dholland Exp $ DISTNAME= oidentd-2.0.7 PKGREVISION= 4 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dev.ojnk.net/ COMMENT= Configurable IDENT server that supports NAT/IP masq +# messes with kernel internals in unsupported ways NOT_FOR_PLATFORM+= NetBSD-[5-9]*-* NetBSD-1[0-9]*-* SunOS-5.1[0-9]-* GNU_CONFIGURE= YES |