pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net NOT_FOR_PLATFORM Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/213188714fbb
branches:  trunk
changeset: 502726:213188714fbb
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 16:57:40 2005 +0000

description:
NOT_FOR_PLATFORM Interix.

diffstat:

 net/rp-l2tp/Makefile  |  4 +++-
 net/rp-pppoe/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 7299eb23c5fa -r 213188714fbb net/rp-l2tp/Makefile
--- a/net/rp-l2tp/Makefile      Tue Nov 08 16:56:46 2005 +0000
+++ b/net/rp-l2tp/Makefile      Tue Nov 08 16:57:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:26 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/11/08 16:57:59 tv Exp $
 #
 
 DISTNAME=      rp-l2tp-0.3
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://sourceforge.net/projects/rp-l2tp/
 COMMENT=       User-space implementation of layer 2 tunnelling protocol
 
+NOT_FOR_PLATFORM=      Interix-*-* # no userland protocol stack support
+
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 USE_TOOLS+=            gmake
diff -r 7299eb23c5fa -r 213188714fbb net/rp-pppoe/Makefile
--- a/net/rp-pppoe/Makefile     Tue Nov 08 16:56:46 2005 +0000
+++ b/net/rp-pppoe/Makefile     Tue Nov 08 16:57:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/11/03 22:49:40 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2005/11/08 16:57:40 tv Exp $
 
 DISTNAME=      rp-pppoe-3.5
 PKGREVISION=   2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.roaringpenguin.com/pppoe/
 COMMENT=       Roaring Penguin's PPP over Ethernet client
 
+NOT_FOR_PLATFORM+=     Interix-*-* # no userland protocol stack support
+
 CONFLICTS+=    mouse_pppoe<20000912nb1
 
 USE_PKGINSTALL=        YES



Home | Main Index | Thread Index | Old Index