diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-31 02:08:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-31 02:08:23 +0000 |
commit | 02acad69ed7fb13dc4894740ffecc2f5b439a7ba (patch) | |
tree | aac2cc34eff1ea155d9e09ece252fb57732063c6 /ftp | |
parent | 8140800605daed974bc072b9f842e5b6569065fc (diff) | |
download | ports-02acad69ed7fb13dc4894740ffecc2f5b439a7ba.tar.gz ports-02acad69ed7fb13dc4894740ffecc2f5b439a7ba.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp3/Makefile | 2 | ||||
-rw-r--r-- | ftp/ncftp3/files/patch-getline.c | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 17b2262f32ff..6e110e5fdab8 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -8,7 +8,7 @@ PORTNAME= ncftp PORTVERSION= 3.1.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src diff --git a/ftp/ncftp3/files/patch-getline.c b/ftp/ncftp3/files/patch-getline.c index ebe41993055c..610c8424fe75 100644 --- a/ftp/ncftp3/files/patch-getline.c +++ b/ftp/ncftp3/files/patch-getline.c @@ -1,5 +1,14 @@ --- ncftp/getline.c.orig Sat Apr 7 16:55:16 2001 +++ ncftp/getline.c Sun Jul 29 11:10:37 2001 +@@ -367,7 +367,7 @@ + { + int c; + #ifdef __unix__ +- char ch; ++ unsigned char ch; + #endif + + #ifdef __unix__ @@ -974,7 +974,12 @@ kill(0, sig); gl_init(); |