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-af | |
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-af')
-rw-r--r-- | misc/mc/files/patch-af | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af deleted file mode 100644 index c87a4ec5e68f..000000000000 --- a/misc/mc/files/patch-af +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD: /tmp/pcvs/ports/misc/mc/files/Attic/patch-af,v 1.18 2002-08-05 21:26:26 fjoe Exp $ - ---- Makefile.in.orig Fri Aug 24 11:05:06 2001 -+++ Makefile.in Tue Sep 11 18:25:56 2001 -@@ -155,8 +155,8 @@ - smbfs = @smbfs@ - undelfs_o = @undelfs_o@ - --SUBDIRS = intl po vfs slang edit src lib doc syntax pc \ -- gtkedit gnome new_icons idl doc-gnome -+SUBDIRS = intl po vfs edit src lib doc syntax pc \ -+ gtkedit gnome new_icons idl - - - ACLOCAL_AMFLAGS = -I macros -@@ -181,7 +181,7 @@ - CONFIG_HEADER = config.h - CONFIG_CLEAN_FILES = Make.common mc.spec gnome/Makefile gnome/mc.keys.in \ - src/Makefile slang/Makefile edit/Makefile gtkedit/Makefile \ -- mcfn_install intl/Makefile -+ intl/Makefile - DIST_SOURCES = - DATA = $(noinst_DATA) - |