diff options
author | jkh <jkh@FreeBSD.org> | 1996-11-15 07:35:25 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-11-15 07:35:25 +0000 |
commit | 1c7401ad3a78d3492641cd24a4a99e6c4d66dcfb (patch) | |
tree | c0761a6f33f37d047098cb50c6ec3b597909489d /ftp | |
parent | b5cec570f9ad3a5291620aefb1870a3485d40b79 (diff) | |
download | FreeBSD-ports-1c7401ad3a78d3492641cd24a4a99e6c4d66dcfb.zip FreeBSD-ports-1c7401ad3a78d3492641cd24a4a99e6c4d66dcfb.tar.gz |
Add readline support to ncftp.
Submitted-By: Dave Cornejo <dave@dogwood.com>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp/files/patch-aa | 36 | ||||
-rw-r--r-- | ftp/ncftp1/files/patch-aa | 36 |
2 files changed, 72 insertions, 0 deletions
diff --git a/ftp/ncftp/files/patch-aa b/ftp/ncftp/files/patch-aa new file mode 100644 index 0000000..e2a827a --- /dev/null +++ b/ftp/ncftp/files/patch-aa @@ -0,0 +1,36 @@ +*** Makefile.orig Sun Oct 1 17:50:58 1995 +--- Makefile Thu Nov 14 13:10:49 1996 +*************** +*** 13,19 **** + + # Program definitions. See the README, part C. + #-------------------------------------------------------------------------- +! PDEFS = + #PDEFS = -DGETLINE + #PDEFS = -DREADLINE -DCURSES + #PDEFS = -DSOCKS +--- 13,19 ---- + + # Program definitions. See the README, part C. + #-------------------------------------------------------------------------- +! PDEFS = -DREADLINE + #PDEFS = -DGETLINE + #PDEFS = -DREADLINE -DCURSES + #PDEFS = -DSOCKS +*************** +*** 53,59 **** + # You'll need to know where the Rconnect.o object file is if you want + # to use Socks. + #-------------------------------------------------------------------------- +! LIBS = + #LIBS = -ldbmalloc + #LIBS = -lgetline + #LIBS = -lreadline -lcurses +--- 53,59 ---- + # You'll need to know where the Rconnect.o object file is if you want + # to use Socks. + #-------------------------------------------------------------------------- +! LIBS = -lreadline + #LIBS = -ldbmalloc + #LIBS = -lgetline + #LIBS = -lreadline -lcurses diff --git a/ftp/ncftp1/files/patch-aa b/ftp/ncftp1/files/patch-aa new file mode 100644 index 0000000..e2a827a --- /dev/null +++ b/ftp/ncftp1/files/patch-aa @@ -0,0 +1,36 @@ +*** Makefile.orig Sun Oct 1 17:50:58 1995 +--- Makefile Thu Nov 14 13:10:49 1996 +*************** +*** 13,19 **** + + # Program definitions. See the README, part C. + #-------------------------------------------------------------------------- +! PDEFS = + #PDEFS = -DGETLINE + #PDEFS = -DREADLINE -DCURSES + #PDEFS = -DSOCKS +--- 13,19 ---- + + # Program definitions. See the README, part C. + #-------------------------------------------------------------------------- +! PDEFS = -DREADLINE + #PDEFS = -DGETLINE + #PDEFS = -DREADLINE -DCURSES + #PDEFS = -DSOCKS +*************** +*** 53,59 **** + # You'll need to know where the Rconnect.o object file is if you want + # to use Socks. + #-------------------------------------------------------------------------- +! LIBS = + #LIBS = -ldbmalloc + #LIBS = -lgetline + #LIBS = -lreadline -lcurses +--- 53,59 ---- + # You'll need to know where the Rconnect.o object file is if you want + # to use Socks. + #-------------------------------------------------------------------------- +! LIBS = -lreadline + #LIBS = -ldbmalloc + #LIBS = -lgetline + #LIBS = -lreadline -lcurses |