diff options
author | dbj <dbj@pkgsrc.org> | 1999-09-12 18:54:27 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 1999-09-12 18:54:27 +0000 |
commit | 742ac3df449e2207c670860cf10a5367551db055 (patch) | |
tree | 79f46d583513fcaad0ecf6cc61ed9ae01d764a20 /net/choparp | |
parent | 9fe38a91ae4d2e88e2b10dc5617d3501a3d8262e (diff) | |
download | pkgsrc-742ac3df449e2207c670860cf10a5367551db055.tar.gz |
changes to make work on netbsd
Diffstat (limited to 'net/choparp')
-rw-r--r-- | net/choparp/Makefile | 11 | ||||
-rw-r--r-- | net/choparp/files/md5 | 2 | ||||
-rw-r--r-- | net/choparp/patches/patch-aa | 2 | ||||
-rw-r--r-- | net/choparp/patches/patch-ab | 17 | ||||
-rw-r--r-- | net/choparp/patches/patch-ac | 12 | ||||
-rw-r--r-- | net/choparp/pkg/PLIST | 3 |
6 files changed, 23 insertions, 24 deletions
diff --git a/net/choparp/Makefile b/net/choparp/Makefile index 058c3a6e329..c9932b84263 100644 --- a/net/choparp/Makefile +++ b/net/choparp/Makefile @@ -1,20 +1,21 @@ +# $NetBSD: Makefile,v 1.2 1999/09/12 18:54:27 dbj Exp $ # New ports collection makefile for: choparp # Version required: 971007 # Date created: 7 October 1997 # Whom: itojun@itojun.org # -# $FreeBSD: ports/net/choparp/Makefile,v 1.3 1999/08/30 14:22:16 peter Exp $ +# FreeBSD: ports/net/choparp/Makefile,v 1.3 1999/08/30 14:22:16 peter Exp # DISTNAME= choparp-971007 CATEGORIES= net MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/ -MAINTAINER= itojun@itojun.org +MAINTAINER= dbj@netbsd.org +HOMEPAGE= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/\#CHOPARP -MAN8= choparp.8 -MANCOMPRESSED= maybe +MANCOMPRESSED_IF_MANZ= yes WRKSRC= ${WRKDIR}/choparp -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/net/choparp/files/md5 b/net/choparp/files/md5 index 1c84e847921..de4fd68b085 100644 --- a/net/choparp/files/md5 +++ b/net/choparp/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.2 1999/09/12 18:54:27 dbj Exp $ + MD5 (choparp-971007.tar.gz) = dae13260334a96a388357c34d313946c diff --git a/net/choparp/patches/patch-aa b/net/choparp/patches/patch-aa index 02c13fd65b8..44e3f4e9fdd 100644 --- a/net/choparp/patches/patch-aa +++ b/net/choparp/patches/patch-aa @@ -1,3 +1,5 @@ +$NetBSD: patch-aa,v 1.2 1999/09/12 18:54:27 dbj Exp $ + --- /dev/null Wed Oct 8 06:50:58 1997 +++ choparp.8 Tue Oct 7 23:34:42 1997 @@ -0,0 +1,77 @@ diff --git a/net/choparp/patches/patch-ab b/net/choparp/patches/patch-ab index 5cb299411e3..d64e23a2efc 100644 --- a/net/choparp/patches/patch-ab +++ b/net/choparp/patches/patch-ab @@ -1,11 +1,14 @@ ---- /dev/null Tue Oct 7 23:33:35 1997 -+++ Makefile Tue Oct 7 23:42:51 1997 -@@ -0,0 +1,8 @@ +$NetBSD: patch-ab,v 1.2 1999/09/12 18:54:27 dbj Exp $ + +--- /dev/null Sun Sep 12 12:02:39 1999 ++++ Makefile Sun Sep 12 14:14:00 1999 +@@ -0,0 +1,9 @@ ++# $NetBSD: patch-ab,v 1.2 1999/09/12 18:54:27 dbj Exp $ ++ +PROG= choparp -+MAN8= choparp.8 ++MAN= choparp.8 + -+DESTDIR=${PREFIX} -+BINDIR= /sbin -+MANDIR= /man/man ++BINDIR= ${PREFIX}/sbin ++MANDIR= ${PREFIX}/man + +.include <bsd.prog.mk> diff --git a/net/choparp/patches/patch-ac b/net/choparp/patches/patch-ac deleted file mode 100644 index dc51d4b9106..00000000000 --- a/net/choparp/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- choparp.c.orig Sat Nov 29 15:38:49 1997 -+++ choparp.c Sat Nov 29 15:45:52 1997 -@@ -21,6 +21,9 @@ - #include <net/if.h> - #include <netinet/in.h> - /* #include <net/if_arp.h> */ -+#if (__FreeBSD__ >= 3) -+ #include <net/if_var.h> -+#endif - #include <netinet/if_ether.h> - #include <sys/param.h> - #include <errno.h> diff --git a/net/choparp/pkg/PLIST b/net/choparp/pkg/PLIST index 7e9114b42ca..0dac8481e83 100644 --- a/net/choparp/pkg/PLIST +++ b/net/choparp/pkg/PLIST @@ -1 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1999/09/12 18:54:28 dbj Exp $ sbin/choparp +man/man8/choparp.8 +man/cat8/choparp.0 |