diff options
author | novel <novel@FreeBSD.org> | 2006-08-01 02:27:47 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-01 02:27:47 +0800 |
commit | c7bf5841391ccbb959483d555bf0a145917634cc (patch) | |
tree | 1704523ce9cdde34892de75ab81971b776894487 /ftp/lftp/files | |
parent | 18524e4c0a47627cc04803335fd1f6ae5b6f865f (diff) | |
download | freebsd-ports-gnome-c7bf5841391ccbb959483d555bf0a145917634cc.tar.gz freebsd-ports-gnome-c7bf5841391ccbb959483d555bf0a145917634cc.tar.zst freebsd-ports-gnome-c7bf5841391ccbb959483d555bf0a145917634cc.zip |
- Update to 3.5.2
- Fix pkg-plist and clean up empty environment varibales
- Fix bug with man page
- Due to buggy readline in world-6 sources, force readline to be
installed from ports
PR: 101107
Submitted by: Dmitry A. Yanko (maintainer)
Diffstat (limited to 'ftp/lftp/files')
-rw-r--r-- | ftp/lftp/files/patch-post-config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/lftp/files/patch-post-config.h b/ftp/lftp/files/patch-post-config.h deleted file mode 100644 index e0aac9451078..000000000000 --- a/ftp/lftp/files/patch-post-config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/post-config.h.orig Thu Mar 24 18:41:45 2005 -+++ include/post-config.h Mon Apr 18 17:52:16 2005 -@@ -142,4 +142,8 @@ - # include "trio.h" - #endif - -+#if __FreeBSD__ < 5 -+ #define atoll(n) strtoll((n),NULL,10) -+#endif -+ - #endif /* POST_CONFIG_H */ |