diff options
author | tron <tron@pkgsrc.org> | 2000-01-05 22:58:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-05 22:58:13 +0000 |
commit | dc95809bc5c8851d5b41a4354913714e4db7a5fa (patch) | |
tree | 1ffc89fc697669cc7704e327b842e47ce77cefc1 /comms/minicom | |
parent | 292b149ba332b425943a4a5bae7c74bd113811ba (diff) | |
download | pkgsrc-dc95809bc5c8851d5b41a4354913714e4db7a5fa.tar.gz |
Use unrestrict "gkermit" package for kermit file transfers.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 4 | ||||
-rw-r--r-- | comms/minicom/files/patch-sum | 4 | ||||
-rw-r--r-- | comms/minicom/patches/patch-ad | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 7d97c302083..1181262b47c 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/12/27 11:08:15 tron Exp $ +# $NetBSD: Makefile,v 1.17 2000/01/05 22:58:13 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.clinet.fi/~walker/minicom.html BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext -DEPENDS+= kermit-*:../../comms/kermit +DEPENDS+= gkermit-*:../../comms/gkermit DEPENDS+= lrzsz-*:../../comms/lrzsz USE_GMAKE= yes diff --git a/comms/minicom/files/patch-sum b/comms/minicom/files/patch-sum index 92625e5f93d..11b7fdbc11b 100644 --- a/comms/minicom/files/patch-sum +++ b/comms/minicom/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.2 1999/11/15 14:22:48 rh Exp $ +$NetBSD: patch-sum,v 1.3 2000/01/05 22:58:13 tron Exp $ MD5 (patch-aa) = 11b627a75d6e79ec381ba90d4c22765c MD5 (patch-ab) = 87204000b3bc4d37f96aa646e3318289 MD5 (patch-ac) = c36b22c7abee7dfd843c80c18bb8df6c -MD5 (patch-ad) = eee51145d8faf99c0c7f807db9788722 +MD5 (patch-ad) = c8bb4d267374b5b05f97900a881aa6e7 MD5 (patch-ae) = a5b55537197f22ca404b1b26bbc3e064 MD5 (patch-af) = f5f0850d0c4d03bf9a700712434330d9 diff --git a/comms/minicom/patches/patch-ad b/comms/minicom/patches/patch-ad index 3f75b0e2bda..dc88c66652f 100644 --- a/comms/minicom/patches/patch-ad +++ b/comms/minicom/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.4 1999/11/15 14:22:48 rh Exp $ +$NetBSD: patch-ad,v 1.5 2000/01/05 22:58:14 tron Exp $ --- rwconf.c.orig Mon Nov 15 15:19:03 1999 +++ rwconf.c Mon Nov 15 15:19:03 1999 @@ -20,8 +20,8 @@ $NetBSD: patch-ad,v 1.4 1999/11/15 14:22:48 rh Exp $ + { BINDIR "/lrz -vv", PUBLIC, "pprog4" }, + { BINDIR "/lrb -vv", PUBLIC, "pprog5" }, + { BINDIR "/lrx -vv", PUBLIC, "pprog6" }, -+ { BINDIR "/kermit -i -l %l -s", PUBLIC, "pprog7" }, -+ { BINDIR "/kermit -i -l %l -r", PUBLIC, "pprog8" }, ++ { BINDIR "/gkermit -i -s", PUBLIC, "pprog7" }, ++ { BINDIR "/gkermit -i -r", PUBLIC, "pprog8" }, #endif { "/usr/bin/ascii-xfr -dsv", PUBLIC, "pprog9" }, { "", PUBLIC, "pprog10" }, |