diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-18 23:09:58 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-18 23:09:58 +0000 |
commit | c801875fa461b840d410b6e5e24fb80d5f41131c (patch) | |
tree | c953f17b112b90ba7219356ed154f70c764d9e1b /net | |
parent | bd110f37c6519511da098fec115205b730b8e9d9 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/iaxmodem/Makefile | 8 | ||||
-rw-r--r-- | net/iaxmodem/files/patch-iaxmodem.c | 17 |
2 files changed, 19 insertions, 6 deletions
diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile index bf65608c268d..ce9fc349beda 100644 --- a/net/iaxmodem/Makefile +++ b/net/iaxmodem/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: iaxmodem -# Date created: 15 Jun 2006 -# Whom: Filippo Natali <filippo.natali@gmail.com> -# +# Created by: Filippo Natali <filippo.natali@gmail.com> # $FreeBSD$ -# PORTNAME= iaxmodem PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net/iaxmodem/files/patch-iaxmodem.c b/net/iaxmodem/files/patch-iaxmodem.c index 98ad623f93a8..5e3485bd021a 100644 --- a/net/iaxmodem/files/patch-iaxmodem.c +++ b/net/iaxmodem/files/patch-iaxmodem.c @@ -49,3 +49,20 @@ #include <tiffio.h> #ifndef O_LARGEFILE +@@ -1645,8 +1666,6 @@ + } + } + +- closedir(cfdir); +- + if (pid == 0) { + /* Start the modem */ + iaxmodem(config, 0); +@@ -1654,6 +1673,8 @@ + return 1; + } + ++ closedir(cfdir); ++ + return 0; + } |