summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2002-10-07 20:01:07 +0000
committertron <tron>2002-10-07 20:01:07 +0000
commit028fda475f82e676c1cdd41692d991ab0e8481e5 (patch)
tree31ef8c58b9e40cabd919e6c7f754d795dfc4393b /net
parent0428584fe9884093c6e970ad9db1c8de87eba51b (diff)
downloadpkgsrc-028fda475f82e676c1cdd41692d991ab0e8481e5.tar.gz
Remove "ppp" package. It's outdated, has security issues and is only
required to use the "rp-pppoe" package on NetBSD 1.4 which is no longer supported.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/ppp/DESCR3
-rw-r--r--net/ppp/Makefile21
-rw-r--r--net/ppp/PLIST10
-rw-r--r--net/ppp/distinfo10
-rw-r--r--net/ppp/patches/patch-aa15
-rw-r--r--net/ppp/patches/patch-ab21
-rw-r--r--net/ppp/patches/patch-ac9
-rw-r--r--net/ppp/patches/patch-ad15
-rw-r--r--net/ppp/patches/patch-ae14
-rw-r--r--net/ppp/patches/patch-af15
11 files changed, 1 insertions, 135 deletions
diff --git a/net/Makefile b/net/Makefile
index b94a207474c..e5a219f681c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.335 2002/10/01 17:44:13 drochner Exp $
+# $NetBSD: Makefile,v 1.336 2002/10/07 20:01:07 tron Exp $
#
COMMENT= Networking tools
@@ -186,7 +186,6 @@ SUBDIR+= pload
SUBDIR+= poink
SUBDIR+= polsms
SUBDIR+= poptop
-SUBDIR+= ppp
SUBDIR+= ppp-mppe
SUBDIR+= pptp
SUBDIR+= proftpd
diff --git a/net/ppp/DESCR b/net/ppp/DESCR
deleted file mode 100644
index eea60a8696b..00000000000
--- a/net/ppp/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The Point-to-Point Protocol (PPP) provides a standard way to establish
-a network connection over a serial link. At present, this package
-supports IP and the protocols layered above IP, such as TCP and UDP.
diff --git a/net/ppp/Makefile b/net/ppp/Makefile
deleted file mode 100644
index e88dd859ea5..00000000000
--- a/net/ppp/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2002/05/07 23:48:48 hubertf Exp $
-
-DISTNAME= ppp-2.3.11
-CATEGORIES= net
-MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/
-
-MAINTAINER= tron@netbsd.org
-COMMENT= Point-to-Point Protocol for Internet connections over serial lines
-
-ONLY_FOR_PLATFORM= NetBSD-*-*
-
-CONFLICTS+= ppp-mppe-2.*
-
-HAS_CONFIGURE= yes
-MANCOMPRESSED_IF_MANZ= yes
-
-MAKE_ENV+= BINDIR=${PREFIX}/sbin \
- MANDIR=${PREFIX}/man \
- MANINSTALL="maninstall catinstall"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/ppp/PLIST b/net/ppp/PLIST
deleted file mode 100644
index 9d01c72e43a..00000000000
--- a/net/ppp/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:00 zuntum Exp $
-sbin/chat
-sbin/pppd
-sbin/pppstats
-man/cat8/chat.0
-man/cat8/pppd.0
-man/cat8/pppstats.0
-man/man8/chat.8
-man/man8/pppd.8
-man/man8/pppstats.8
diff --git a/net/ppp/distinfo b/net/ppp/distinfo
deleted file mode 100644
index 32bf39a6c33..00000000000
--- a/net/ppp/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.3 2002/03/07 07:42:16 jmc Exp $
-
-SHA1 (ppp-2.3.11.tar.gz) = b73ba850f5f1878a79df0628d7c9d20e40c8d9af
-Size (ppp-2.3.11.tar.gz) = 796692 bytes
-SHA1 (patch-aa) = 7579cefdce20e2c2f7bb740ad385fdeb8ca31ca3
-SHA1 (patch-ab) = bf93e5474ec36cdf30b5c6d4d81bad42186aad32
-SHA1 (patch-ac) = 3efe900b05b1cbeaf1ce6cbb0f5f3d4c16a3405d
-SHA1 (patch-ad) = 5b68e59c5c1e248179d66f8232a10ee77f6d6915
-SHA1 (patch-ae) = d3debde619a97187f04ec265678142a427aee98b
-SHA1 (patch-af) = 1afd9a7c3357abe0dbee8cb597e2a64bce4e8f89
diff --git a/net/ppp/patches/patch-aa b/net/ppp/patches/patch-aa
deleted file mode 100644
index 1120fe69a36..00000000000
--- a/net/ppp/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $
-
---- chat/Makefile.bsd.orig Tue Oct 8 06:37:59 1996
-+++ chat/Makefile.bsd Tue Jul 11 22:11:23 2000
-@@ -2,8 +2,7 @@
-
- PROG= chat
- SRCS= chat.c
--MAN8= chat.8
--MAN= chat.cat8
--BINDIR= /usr/sbin
-+MAN= chat.8
-+#BINDIR= /usr/sbin
-
- .include <bsd.prog.mk>
diff --git a/net/ppp/patches/patch-ab b/net/ppp/patches/patch-ab
deleted file mode 100644
index c21185faa7b..00000000000
--- a/net/ppp/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $
-
---- pppd/Makefile.bsd.orig Mon Apr 12 08:23:30 1999
-+++ pppd/Makefile.bsd Tue Jul 11 22:14:54 2000
-@@ -2,5 +2,5 @@
-
--BINDIR?= /usr/sbin
-+#BINDIR?= /usr/sbin
- # -D_BITYPES is for FreeBSD, which doesn't define anything to
- # tell us that u_int32_t gets defined if <sys/types.h> is included.
- # Remove for older *BSD systems for which this isn't true.
-@@ -9,8 +9,7 @@
- PROG= pppd
- SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
- demand.c auth.c options.c utils.c sys-bsd.c
--MAN= pppd.cat8
--MAN8= pppd.8
-+MAN= pppd.8
- BINMODE=4555
- BINOWN= root
-
diff --git a/net/ppp/patches/patch-ac b/net/ppp/patches/patch-ac
deleted file mode 100644
index 5cc0b552905..00000000000
--- a/net/ppp/patches/patch-ac
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $
-
---- pppd/sys-bsd.c.orig Tue Aug 24 07:25:54 1999
-+++ pppd/sys-bsd.c Tue Jul 11 22:24:06 2000
-@@ -1,3 +1,4 @@
-+#ifndef lint
- /*
- * sys-bsd.c - System-dependent procedures for setting up
- * PPP interfaces on bsd-4.4-ish systems (including 386BSD, NetBSD, etc.)
diff --git a/net/ppp/patches/patch-ad b/net/ppp/patches/patch-ad
deleted file mode 100644
index 71974dcac68..00000000000
--- a/net/ppp/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $
-
---- pppstats/Makefile.bsd.orig Wed Mar 25 03:21:17 1998
-+++ pppstats/Makefile.bsd Tue Jul 11 22:23:00 2000
-@@ -3,8 +3,7 @@
- PROG= pppstats
- SRCS= pppstats.c
- CFLAGS+=-I../include -D_BITYPES
--MAN8= pppstats.8
--MAN= pppstats.cat8
--BINDIR= /usr/sbin
-+MAN= pppstats.8
-+#BINDIR= /usr/sbin
-
- .include <bsd.prog.mk>
diff --git a/net/ppp/patches/patch-ae b/net/ppp/patches/patch-ae
deleted file mode 100644
index f54261bb7e9..00000000000
--- a/net/ppp/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/10/03 01:09:08 hubertf Exp $
-
---- pppd/md5.c.orig Mon Oct 2 21:04:35 2000
-+++ pppd/md5.c
-@@ -33,6 +33,9 @@
- ***********************************************************************
- */
-
-+#ifdef __NetBSD__
-+#include <string.h> /* pull in memcpy prototype */
-+#endif
- #include "md5.h"
-
- /*
diff --git a/net/ppp/patches/patch-af b/net/ppp/patches/patch-af
deleted file mode 100644
index 51247f59b4c..00000000000
--- a/net/ppp/patches/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.1 2002/03/07 07:42:16 jmc Exp $
-
---- pppd/utils.c.orig Thu Mar 7 07:35:26 2002
-+++ pppd/utils.c Thu Mar 7 07:36:39 2002
-@@ -252,8 +252,10 @@
- #ifndef __powerpc__
- n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list));
- #else
-+#ifndef __NetBSD__
- /* On the powerpc, a va_list is an array of 1 structure */
- n = vslprintf(buf, buflen + 1, f, va_arg(args, void *));
-+#endif
- #endif
- buf += n;
- buflen -= n;