diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:15:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:15:46 +0000 |
commit | 10d26e8e5df631b046f7a92d6335c86dcfb7bb3b (patch) | |
tree | 374f3c95746ba66dcf79ef13f935dcc53869653c /misc/mc/files/patch-ab | |
parent | glade2 no longer depends on libgnomeprintui. Update it accordingly. (diff) |
Update to 4.6.0
Some of new features and improvements are:
- fish (extrnal file system via ssh)
- smbfs
- internal editor works correctly if mc is built without slang
(is built using plain ncurses)
Notes
Notes:
svn path=/head/; revision=75207
Diffstat (limited to 'misc/mc/files/patch-ab')
-rw-r--r-- | misc/mc/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/mc/files/patch-ab b/misc/mc/files/patch-ab deleted file mode 100644 index 9e8d31de0963..000000000000 --- a/misc/mc/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: /tmp/pcvs/ports/misc/mc/files/Attic/patch-ab,v 1.12 2002-08-05 21:26:26 fjoe Exp $ - ---- vfs/Make-mc.in.orig Wed Aug 1 19:15:22 2001 -+++ vfs/Make-mc.in Tue Sep 11 18:20:08 2001 -@@ -18,7 +18,7 @@ - DEFS = $(XDEFS) - LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB) - INSTALL = @INSTALL@ --INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755 -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - AR = @AR@ - |