diff options
author | is <is@pkgsrc.org> | 2015-08-21 11:03:43 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2015-08-21 11:03:43 +0000 |
commit | 4c2216cc28825959015cbf808ed687fb8733b25f (patch) | |
tree | bc64739a58919bc93c82886f37347126ca8ea2d4 /comms/mgetty+sendfax/Makefile | |
parent | ef9aadb3b47304ee3ec62841c545835256258df0 (diff) | |
download | pkgsrc-4c2216cc28825959015cbf808ed687fb8733b25f.tar.gz |
Workaround for NetBSD-6, but problem not understood: sendfax would
overflow the modem with data when FLOW_HARD (FLOWHARD|FLOW_SOFT) was
used.
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 80c00b72d8b..b4f0ee05cb3 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.92 2015/06/12 10:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2015/08/21 11:03:43 is Exp $ DISTNAME= mgetty1.1.37-Jun05 PKGNAME= mgetty-1.1.37 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= comms MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ |