pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ppp-mppe Make it clear it is for NetBSD only.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08dbb1122904
branches:  trunk
changeset: 462821:08dbb1122904
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Oct 14 20:12:20 2003 +0000

description:
Make it clear it is for NetBSD only.

>From reed@ in pkgsrc-changes.

diffstat:

 net/ppp-mppe/DESCR    |  6 +++---
 net/ppp-mppe/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r c5d8d6ff4ecc -r 08dbb1122904 net/ppp-mppe/DESCR
--- a/net/ppp-mppe/DESCR        Tue Oct 14 19:22:55 2003 +0000
+++ b/net/ppp-mppe/DESCR        Tue Oct 14 20:12:20 2003 +0000
@@ -3,9 +3,9 @@
 IP and the protocols layered above IP, such as TCP and UDP.
 
 This software consists of two parts:
-  - Loadable Kernel module, which establishes a network interface and
-  passes packets between the serial port, the kernel networking code and
-  the PPP daemon (pppd).
+  - A NetBSD Loadable Kernel module, which establishes a network interface
+  and passes packets between the serial port, the kernel networking code
+  and the PPP daemon (pppd).
   - The PPP daemon (pppd), which negotiates with the peer to establish the
   link and sets up the ppp network interface.  Pppd includes support for
   authentication, so you can control which other systems may make a PPP
diff -r c5d8d6ff4ecc -r 08dbb1122904 net/ppp-mppe/Makefile
--- a/net/ppp-mppe/Makefile     Tue Oct 14 19:22:55 2003 +0000
+++ b/net/ppp-mppe/Makefile     Tue Oct 14 20:12:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/10/14 19:22:55 cube Exp $
+# $NetBSD: Makefile,v 1.20 2003/10/14 20:12:20 cube Exp $
 
 DISTNAME=      ppp-2.3.9
 PKGNAME=       ppp-mppe-2.3.9
@@ -11,6 +11,8 @@
 
 CONFLICTS+=    ppp-2.*
 
+ONLY_FOR_PLATFORM=     NetBSD-*-*
+
 OPENSSL_VERS=  0.9.6k
 OPENSSL_SRC=   ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
 



Home | Main Index | Thread Index | Old Index