summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-24 08:51:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-24 08:51:54 +0000
commitaee5a66b69cc479a5ddaeff4d1275f2aa7115fa3 (patch)
tree5b1e17c4fa5a0b5450512c731f4ed478bcedbbdb /comms
parentUpdate checksum; the source tarball was updated in-place. (diff)
Change dependancy from restricted rzsz to un-restricied lrzsz.
Notes
Notes: svn path=/head/; revision=4650
Diffstat (limited to 'comms')
-rw-r--r--comms/minicom/Makefile7
-rw-r--r--comms/minicom/files/patch-ac11
-rw-r--r--comms/minicom/files/patch-ad21
3 files changed, 36 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 72381e67df05..601f737266cf 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,9 +1,10 @@
+# ex:ts=8
# New ports collection makefile for: minicom
# Version required: 1.74
# Date created: Fri Dec 01, 1995
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.5 1996/11/17 03:01:06 obrien Exp $
+# $Id: Makefile,v 1.6 1996/11/18 10:35:07 asami Exp $
#
DISTNAME= minicom-1.75
@@ -13,8 +14,8 @@ MASTER_SITE_SUBDIR= apps/comm
MAINTAINER= obrien@cs.ucdavis.edu
-RUN_DEPENDS= rz:${PORTSDIR}/comms/rzsz \
- sz:${PORTSDIR}/comms/rzsz \
+RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \
+ lsz:${PORTSDIR}/comms/lrzsz \
kermit:${PORTSDIR}/comms/kermit
WRKSRC= ${WRKDIR}/${PKGNAME}/src
diff --git a/comms/minicom/files/patch-ac b/comms/minicom/files/patch-ac
new file mode 100644
index 000000000000..bd14ef0a9671
--- /dev/null
+++ b/comms/minicom/files/patch-ac
@@ -0,0 +1,11 @@
+--- updown.c.orig Sun Oct 13 13:56:18 1996
++++ updown.c Sun Oct 13 13:58:54 1996
+@@ -150,7 +150,7 @@
+ sprintf(cmdline, "%s %s", P_PPROG(g), s);
+
+ if (P_PFULL(g) == 'N') {
+- win = wopen(10, 7, 70, 13, BSINGLE, stdattr, mfcolor, mbcolor, 1, 0, 1);
++ win = wopen(5, 5, 74, 11, BSINGLE, stdattr, mfcolor, mbcolor, 1, 0, 1);
+ sprintf(title, "%.30s %s - Press CTRL-C to quit", P_PNAME(g),
+ what == 'U' ? "upload" : "download");
+ wtitle(win, TMID, title);
diff --git a/comms/minicom/files/patch-ad b/comms/minicom/files/patch-ad
new file mode 100644
index 000000000000..3ee2993f5082
--- /dev/null
+++ b/comms/minicom/files/patch-ad
@@ -0,0 +1,21 @@
+--- rwconf.c.orig Sun Apr 28 07:22:28 1996
++++ rwconf.c Sun Nov 24 00:41:47 1996
+@@ -70,12 +70,12 @@
+ { "/usr/bin/kermit -i -l %l -r", PUBLIC, "pprog8" },
+ #else
+ /* Most sites have this in /usr/local, except Linux. */
+- { "/usr/local/bin/sz -vv", PUBLIC, "pprog1" },
+- { "/usr/local/bin/sb -vv", PUBLIC, "pprog2" },
+- { "/usr/local/bin/sx -vv", PUBLIC, "pprog3" },
+- { "/usr/local/bin/rz -vv", PUBLIC, "pprog4" },
+- { "/usr/local/bin/rb -vv", PUBLIC, "pprog5" },
+- { "/usr/local/bin/rx -vv", PUBLIC, "pprog6" },
++ { "/usr/local/bin/lsz -vv", PUBLIC, "pprog1" },
++ { "/usr/local/bin/lsb -vv", PUBLIC, "pprog2" },
++ { "/usr/local/bin/lsx -vv", PUBLIC, "pprog3" },
++ { "/usr/local/bin/lrz -vv", PUBLIC, "pprog4" },
++ { "/usr/local/bin/lrb -vv", PUBLIC, "pprog5" },
++ { "/usr/local/bin/lrx -vv", PUBLIC, "pprog6" },
+ { "/usr/local/bin/kermit -i -l %l -s", PUBLIC, "pprog7" },
+ { "/usr/local/bin/kermit -i -l %l -r", PUBLIC, "pprog8" },
+ #endif