diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 18:42:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 18:42:48 +0800 |
commit | 27ea163166be13eb9ca6f3a0c0faf9b8debf7035 (patch) | |
tree | 2b1ba441b8a7dcf7da7ec7d4ad797e9fa3e0ef9d /ftp/quftp/files | |
parent | 3010b2fe07a744687767acb3ff7252b246cc615c (diff) | |
download | freebsd-ports-gnome-27ea163166be13eb9ca6f3a0c0faf9b8debf7035.tar.gz freebsd-ports-gnome-27ea163166be13eb9ca6f3a0c0faf9b8debf7035.tar.zst freebsd-ports-gnome-27ea163166be13eb9ca6f3a0c0faf9b8debf7035.zip |
New Port: quftp-1.0.7
New port for quftp, a scriptable ftp client.
PR: ports/60164
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'ftp/quftp/files')
-rw-r--r-- | ftp/quftp/files/patch-aa | 15 | ||||
-rw-r--r-- | ftp/quftp/files/patch-ab | 10 |
2 files changed, 25 insertions, 0 deletions
diff --git a/ftp/quftp/files/patch-aa b/ftp/quftp/files/patch-aa new file mode 100644 index 000000000000..cbffb8b61e44 --- /dev/null +++ b/ftp/quftp/files/patch-aa @@ -0,0 +1,15 @@ +--- ftp.c.orig Mon Mar 10 19:28:11 2003 ++++ ftp.c Wed Dec 10 20:33:55 2003 +@@ -7,12 +7,10 @@ + #define _XOPEN_SOURCE 500 + + #include <stdlib.h> +-#include <features.h> + #include <stdio.h> + #include <errno.h> + #include <fcntl.h> + #include <ctype.h> +-#include <malloc.h> + #include <unistd.h> + #include <sys/types.h> + #include <sys/stat.h> diff --git a/ftp/quftp/files/patch-ab b/ftp/quftp/files/patch-ab new file mode 100644 index 000000000000..ce73c573c42e --- /dev/null +++ b/ftp/quftp/files/patch-ab @@ -0,0 +1,10 @@ +--- quftp.c.orig Wed Dec 10 20:37:19 2003 ++++ quftp.c Wed Dec 10 20:37:27 2003 +@@ -8,7 +8,6 @@ + */ + + #include <stdio.h> +-#include <malloc.h> + #include <string.h> + #include <errno.h> + #include <unistd.h> |