aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp3/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-12-17 17:33:18 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-12-17 17:33:18 +0000
commit1af2780c64b672e4b7b8585879467a584d013440 (patch)
treedce444543b190a09500e517063abd4cf321795a1 /ftp/ncftp3/files
parent176d40b5c75f138e529ba07f2947ea54cbfa6271 (diff)
downloadports-1af2780c64b672e4b7b8585879467a584d013440.tar.gz
ports-1af2780c64b672e4b7b8585879467a584d013440.zip
* Update NcFTP to 3.2.3.
* Add official mirror as backup master site. * Don't depend on gtar if it happens to be installed at build time. * Clean-up. Approved by: maintainer timeout (5 weeks)
Notes
Notes: svn path=/head/; revision=246054
Diffstat (limited to 'ftp/ncftp3/files')
-rw-r--r--ftp/ncftp3/files/patch-SConnect.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/ncftp3/files/patch-SConnect.c b/ftp/ncftp3/files/patch-SConnect.c
deleted file mode 100644
index e3575b8faeef..000000000000
--- a/ftp/ncftp3/files/patch-SConnect.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sio/SConnect.c.orig 2007-10-27 11:14:05.000000000 -0700
-+++ sio/SConnect.c 2008-09-03 08:25:45.000000000 -0700
-@@ -154,7 +154,7 @@ _SConnect(const int sfd, const struct so
- tv.tv_sec = (tv_sec_t) tlen;
- tv.tv_usec = 0;
- result = select(sfd + 1, NULL, SELECT_TYPE_ARG234 &ss, SELECT_TYPE_ARG234 &xx, SELECT_TYPE_ARG5 &tv);
-- if (result == 1) {
-+ if (result >= 1) {
- /* ready */
- break;
- } else if (result == 0) {