diff options
author | oliver <oliver@FreeBSD.org> | 2003-11-10 18:03:08 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-11-10 18:03:08 +0000 |
commit | aa53ab7a5982696ff41e0882ffe57e57f51a31d3 (patch) | |
tree | 1bbd971829ba482ede8dbc1347892b8ac54ab9ad /ftp/gftp/files | |
parent | 12a3e96cd43de6252fdbe0f57ed5d8e6bfdf6bcf (diff) | |
download | FreeBSD-ports-aa53ab7a5982696ff41e0882ffe57e57f51a31d3.zip FreeBSD-ports-aa53ab7a5982696ff41e0882ffe57e57f51a31d3.tar.gz |
update gftp to 2.0.16
Diffstat (limited to 'ftp/gftp/files')
-rw-r--r-- | ftp/gftp/files/patch-ab | 10 | ||||
-rw-r--r-- | ftp/gftp/files/patch-lib::misc.c | 13 |
2 files changed, 18 insertions, 5 deletions
diff --git a/ftp/gftp/files/patch-ab b/ftp/gftp/files/patch-ab index 895a326..5c84147 100644 --- a/ftp/gftp/files/patch-ab +++ b/ftp/gftp/files/patch-ab @@ -1,14 +1,14 @@ ---- docs/Makefile.in.orig Wed Nov 27 19:57:25 2002 -+++ docs/Makefile.in Wed Nov 27 20:01:29 2002 -@@ -109,15 +109,19 @@ - USE_NLS = @USE_NLS@ +--- docs/Makefile.in.orig Sun Nov 9 16:31:55 2003 ++++ docs/Makefile.in Sun Nov 9 16:34:04 2003 +@@ -112,15 +112,19 @@ VERSION = @VERSION@ man_MANS = gftp.1 +.ifndef WITHOUT_X11 SUBDIRS = sample.gftp +.endif - EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl + EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl gftp-faq.sgml + +.ifdef HAVE_GNOME Utilitiesdir = $(datadir)/apps/Internet diff --git a/ftp/gftp/files/patch-lib::misc.c b/ftp/gftp/files/patch-lib::misc.c new file mode 100644 index 0000000..3528163 --- /dev/null +++ b/ftp/gftp/files/patch-lib::misc.c @@ -0,0 +1,13 @@ +--- lib/misc.c.orig Sat Nov 8 13:23:20 2003 ++++ lib/misc.c Mon Nov 10 18:45:34 2003 +@@ -21,8 +21,9 @@ + + #include "gftp.h" + #include "options.h" ++#include "osreldate.h" + +-#ifdef _GNU_SOURCE ++#if defined(_GNU_SOURCE) && __FreeBSD_version > 500000 + + char * + insert_commas (off_t number, char *dest_str, size_t dest_len) |