ok'd by zuntum@
Add a patch from darwinports to disable Framework checks.
changes:
3.1.9, 2005-03-19
+ Renamed internal libraru function getline() to gl_getline()
to avoid namespace collision with glibc.
+ Renamed internal library function Duration() to FTPDuration()
to avoid namespace collision on Mac OS X.
+ Recognize additional error response codes to SITE UTIME, to prevent
using it if the server doesn't support it.
+ If the server does not support setting timestamps in MDTM, quit
trying it if it fails the first time.
+ Do not allow control characters such as NUL, CR, LF in FTP URLs, to
avoid command injection as described by
Albert Puigsech Galicia <ripe AT 7a69ezine.org>.
+ Fixed a problem where a timed-out transfer may have been detected
but still locked up the process (Thanks, IWAI, Masaharu).
+ Ncftpget and ncftpput now accept a "-C" parameter which is similar
to the "-c" option (ftp "cat" mode), where stdin (stdout) is not used
and the filename is specified as a parameter instead. This is useful
if you don't want to specify a password on the command line.
+ Ncftpput now allows the "-m" option in conjunction with the "-c" or "-C"
options.
+ Small compatibility fixes for Mac OS X, Solaris 10, Linux.
3.1.8.1, 2004-07-27
+ A fix for some DNS resolution problems on Linux.