Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 1997 01:45:36 +0800 (CST)
From:      vanilla@MinJe.com.TW
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/3904: update mc to 4.0 
Message-ID:  <199706191745.BAA12609@MinJe.com.TW>
Resent-Message-ID: <199706191750.KAA08148@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3904
>Category:       ports
>Synopsis:       update mc to 4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 10:50:00 PDT 1997
>Last-Modified:
>Originator:     Vanill I. Shu
>Organization:
Cray running FreeBSD
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

		Update midnight-command to 4.0 (last release)

>Description:
>How-To-Repeat:
>Fix:
	
diff -ruN mc.3.2.1/Makefile mc/Makefile
--- mc.3.2.1/Makefile	Tue May 27 00:52:15 1997
+++ mc/Makefile	Fri Jun 20 01:39:19 1997
@@ -1,22 +1,21 @@
 # New ports collection makefile for:	mc
-# Version required:	3.2.1
-# Date created:		15 Jul 1995
-# Whom:			torstenb@FreeBSD.ORG
+# Version required:	4.0
+# Date created:		29 Jun 1997
+# Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
 #
 # $Id: Makefile,v 1.10 1997/05/25 21:24:32 torstenb Exp $
 #
 
-DISTNAME=	mc-3.2.1
+DISTNAME=	mc-4.0
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR=	utils/file/managers/mc
+
+MAINTAINER=	ports@FreeBSD.org
 
 GNU_CONFIGURE=	YES
-CONFIGURE_ARGS=	--with-ncurses
-STRIP=
-MAN1=		mc.1
+CONFIGURE_ARGS=	--with-ncurses --without-edit --without-subshell
+MAN1=		mc.1 mcedit.1
 MAN8=		mcserv.8
-
-post-install:
-	@/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv
 
 .include <bsd.port.mk>
diff -ruN mc.3.2.1/files/md5 mc/files/md5
--- mc.3.2.1/files/md5	Sat Apr  5 22:56:49 1997
+++ mc/files/md5	Thu Jun 19 23:42:11 1997
@@ -1 +1 @@
-MD5 (mc-3.2.1.tar.gz) = c8591a48e65f72debfcda495b4cb5576
+MD5 (mc-4.0.tar.gz) = 1420c696eeff2678199144e38d0ee0aa
diff -ruN mc.3.2.1/patches/patch-aa mc/patches/patch-aa
--- mc.3.2.1/patches/patch-aa	Sat Apr  5 22:56:49 1997
+++ mc/patches/patch-aa	Fri Jun 20 00:04:00 1997
@@ -1,7 +1,34 @@
-*** configure.orig	Mon Sep 18 21:27:59 1995
---- configure	Mon Sep 18 21:29:01 1995
-***************
-*** 4828,4834 ****
+*** configure.orig	Tue Jun 17 09:51:22 1997
+--- configure	Fri Jun 20 00:03:50 1997
+*************** if test "x$CCOPTS" = x; then
+*** 1382,1388 ****
+              CCOPTS='-O'
+  	    if test x$use_cc_g_flag = xyes; then
+  		if test $cc_uses_g = yes; then
+! 		    CCOPTS='-g -O'
+  		fi
+  	    fi
+  	fi
+--- 1382,1388 ----
+              CCOPTS='-O'
+  	    if test x$use_cc_g_flag = xyes; then
+  		if test $cc_uses_g = yes; then
+! 		    CCOPTS='-O2 -m486 -pipe'
+  		fi
+  	    fi
+  	fi
+*************** ac_configure=$ac_aux_dir/configure # Thi
+*** 1437,1442 ****
+--- 1437,1443 ----
+  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+  # ./install, which can be erroneously created by make from ./install.sh.
+  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
++ INSTALL="/usr/bin/install -c"
+  if test -z "$INSTALL"; then
+  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
+    echo $ac_n "(cached) $ac_c" 1>&6
+*************** if test "${with_ncurses+set}" = set; the
+*** 5411,5417 ****
   	then
   		search_ncurses=true
   	else
@@ -9,7 +36,7 @@
   		CPPFLAGS="$CPPFLAGS -I$withval/include"
   		search_ncurses=false
   		screen_manager="ncurses"
---- 4828,4834 ----
+--- 5412,5418 ----
   	then
   		search_ncurses=true
   	else
@@ -17,8 +44,8 @@
   		CPPFLAGS="$CPPFLAGS -I$withval/include"
   		search_ncurses=false
   		screen_manager="ncurses"
-***************
-*** 5661,5667 ****
+*************** then
+*** 6372,6378 ****
           if test -f /usr/include/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
@@ -26,7 +53,7 @@
   	    CPPFLAGS="$CPPFLAGS "
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/include"
---- 5661,5667 ----
+--- 6373,6379 ----
           if test -f /usr/include/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
@@ -34,8 +61,8 @@
   	    CPPFLAGS="$CPPFLAGS "
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/include"
-***************
-*** 5678,5684 ****
+*************** EOF
+*** 6389,6395 ****
           if test -f /usr/include/ncurses/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
@@ -43,7 +70,7 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/include/ncurses"
---- 5678,5684 ----
+--- 6390,6396 ----
           if test -f /usr/include/ncurses/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
@@ -51,8 +78,8 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/include/ncurses"
-***************
-*** 5695,5701 ****
+*************** EOF
+*** 6406,6412 ****
           if test -f /usr/local/include/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/local/include/ncurses.h" 1>&6
@@ -60,7 +87,7 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/local/include"
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/local"
---- 5695,5701 ----
+--- 6407,6413 ----
           if test -f /usr/local/include/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/local/include/ncurses.h" 1>&6
@@ -68,8 +95,8 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/local/include"
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/local"
-***************
-*** 5712,5718 ****
+*************** EOF
+*** 6423,6429 ****
           if test -f /usr/local/include/ncurses/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/local/include/ncurses/ncurses.h" 1>&6
@@ -77,7 +104,7 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/local/include/ncurses"
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/local/include/ncurses"
---- 5712,5718 ----
+--- 6424,6430 ----
           if test -f /usr/local/include/ncurses/ncurses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/local/include/ncurses/ncurses.h" 1>&6
@@ -85,8 +112,8 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/local/include/ncurses"
   	    search_ncurses=false
   	    screen_manager="ncurses on /usr/local/include/ncurses"
-***************
-*** 5730,5736 ****
+*************** EOF
+*** 6441,6447 ****
           if test -f /usr/local/include/ncurses/curses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/local/include/ncurses/curses.h" 1>&6
@@ -94,7 +121,7 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/local/include/ncurses -DRENAMED_NCURSES"
   	    search_ncurses=false
   	    screen_manager="renamed ncurses on /usr/local/.../ncurses"
---- 5730,5736 ----
+--- 6442,6448 ----
           if test -f /usr/local/include/ncurses/curses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/local/include/ncurses/curses.h" 1>&6
@@ -102,8 +129,8 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/local/include/ncurses -DRENAMED_NCURSES"
   	    search_ncurses=false
   	    screen_manager="renamed ncurses on /usr/local/.../ncurses"
-***************
-*** 5748,5754 ****
+*************** EOF
+*** 6459,6465 ****
           if test -f /usr/include/ncurses/curses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/include/ncurses/curses.h" 1>&6
@@ -111,7 +138,7 @@
   	    CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses -DRENAMED_NCURSES"
   	    search_ncurses=false
   	    screen_manager="renamed ncurses on /usr/include/ncurses"
---- 5748,5754 ----
+--- 6460,6466 ----
           if test -f /usr/include/ncurses/curses.h
   	then
   	    echo "$ac_t""Found ncurses on /usr/include/ncurses/curses.h" 1>&6
diff -ruN mc.3.2.1/patches/patch-ab mc/patches/patch-ab
--- mc.3.2.1/patches/patch-ab	Sat Apr  5 22:56:49 1997
+++ mc/patches/patch-ab	Fri Jun 20 00:17:59 1997
@@ -1,19 +1,51 @@
-*** vfs/Makefile.in.orig	Wed Sep 27 20:07:56 1995
---- vfs/Makefile.in	Wed Sep 27 20:08:28 1995
-***************
-*** 75,81 ****
+*** vfs/Makefile.in.orig	Tue Jun 17 09:51:24 1997
+--- vfs/Makefile.in	Fri Jun 20 00:17:24 1997
+*************** distclean:
+*** 91,113 ****
   
-  install:
+  install: mcserv install.extfs
   	if test x@mcserv@ != x; then \
 ! 	    $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(bindir)/$(binprefix)mcserv; \
   	fi
   
   install.extfs:
---- 75,81 ----
+  	$(INSTALL_DATA) $(srcdir)/extfs/README $(DESTDIR)$(libdir)/extfs/README
+  	$(INSTALL_DATA) $(srcdir)/extfs/extfs.ini $(DESTDIR)$(libdir)/extfs/extfs.ini
   
-  install:
+! 	$(INSTALL_PROGRAM) extfs/a $(DESTDIR)$(libdir)/extfs/a
+! 	$(INSTALL_PROGRAM) extfs/cpio $(DESTDIR)$(libdir)/extfs/cpio
+! 	$(INSTALL_PROGRAM) extfs/deb  $(DESTDIR)$(libdir)/extfs/deb
+! 	$(INSTALL_PROGRAM) extfs/ftplist $(DESTDIR)$(libdir)/extfs/ftplist
+! 	$(INSTALL_PROGRAM) extfs/lslR $(DESTDIR)$(libdir)/extfs/lslR
+! 	$(INSTALL_PROGRAM) extfs/lha $(DESTDIR)$(libdir)/extfs/lha
+! 	$(INSTALL_PROGRAM) extfs/rpm  $(DESTDIR)$(libdir)/extfs/rpm
+! 	$(INSTALL_PROGRAM) extfs/rar $(DESTDIR)$(libdir)/extfs/rar
+! 	$(INSTALL_PROGRAM) extfs/zip $(DESTDIR)$(libdir)/extfs/zip
+! 	$(INSTALL_PROGRAM) extfs/zoo $(DESTDIR)$(libdir)/extfs/zoo
+  
+  uninstall:
+  	-$(RMF) $(DESTDIR)$(libdir)/extfs/rpm
+--- 91,113 ----
+  
+  install: mcserv install.extfs
   	if test x@mcserv@ != x; then \
 ! 	    $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(sbindir)/$(binprefix)mcserv; \
   	fi
   
   install.extfs:
+  	$(INSTALL_DATA) $(srcdir)/extfs/README $(DESTDIR)$(libdir)/extfs/README
+  	$(INSTALL_DATA) $(srcdir)/extfs/extfs.ini $(DESTDIR)$(libdir)/extfs/extfs.ini
+  
+! 	$(INSTALL_DATA) extfs/a $(DESTDIR)$(libdir)/extfs/a
+! 	$(INSTALL_DATA) extfs/cpio $(DESTDIR)$(libdir)/extfs/cpio
+! 	$(INSTALL_DATA) extfs/deb  $(DESTDIR)$(libdir)/extfs/deb
+! 	$(INSTALL_DATA) extfs/ftplist $(DESTDIR)$(libdir)/extfs/ftplist
+! 	$(INSTALL_DATA) extfs/lslR $(DESTDIR)$(libdir)/extfs/lslR
+! 	$(INSTALL_DATA) extfs/lha $(DESTDIR)$(libdir)/extfs/lha
+! 	$(INSTALL_DATA) extfs/rpm  $(DESTDIR)$(libdir)/extfs/rpm
+! 	$(INSTALL_DATA) extfs/rar $(DESTDIR)$(libdir)/extfs/rar
+! 	$(INSTALL_DATA) extfs/zip $(DESTDIR)$(libdir)/extfs/zip
+! 	$(INSTALL_DATA) extfs/zoo $(DESTDIR)$(libdir)/extfs/zoo
+  
+  uninstall:
+  	-$(RMF) $(DESTDIR)$(libdir)/extfs/rpm
diff -ruN mc.3.2.1/patches/patch-ac mc/patches/patch-ac
--- mc.3.2.1/patches/patch-ac	Sat Apr  5 22:56:49 1997
+++ mc/patches/patch-ac	Thu Jun 19 23:16:49 1997
@@ -1,6 +1,6 @@
-*** Make.common.in.orig	Wed Sep 27 20:09:34 1995
---- Make.common.in	Wed Sep 27 20:10:42 1995
-***************
+*** Make.common.in.orig	Thu Jun 19 23:14:51 1997
+--- Make.common.in	Thu Jun 19 23:16:28 1997
+*************** exec_prefix = $(prefix)
 *** 14,19 ****
 --- 14,20 ----
   binprefix =
@@ -10,8 +10,8 @@
   libdir = $(exec_prefix)/lib/mc
   suppbindir = $(libdir)/bin
   tidir = $(libdir)/term
-***************
-*** 42,48 ****
+*************** AWK = @AWK@
+*** 45,51 ****
   # No way, to make make happy (except GNU), we cannot use := to append
   # something to these, so that's why there is a leading _
   XCFLAGS = @CFLAGS@
@@ -19,7 +19,7 @@
   XLDFLAGS = @LDFLAGS@
   XDEFS = @DEFS@
   XLIBS = @LIBS@
---- 43,49 ----
+--- 46,52 ----
   # No way, to make make happy (except GNU), we cannot use := to append
   # something to these, so that's why there is a leading _
   XCFLAGS = @CFLAGS@
diff -ruN mc.3.2.1/patches/patch-ad mc/patches/patch-ad
--- mc.3.2.1/patches/patch-ad	Sat Apr  5 22:56:49 1997
+++ mc/patches/patch-ad	Thu Jun 19 23:40:59 1997
@@ -1,5 +1,5 @@
-*** vfs/local.c.orig	Fri May 17 10:34:04 1996
---- vfs/local.c	Mon Oct 21 03:40:28 1996
+*** vfs/local.c.orig	Thu Jun 19 23:25:13 1997
+--- vfs/local.c	Thu Jun 19 23:25:53 1997
 ***************
 *** 1,7 ****
   #include <config.h>
@@ -17,8 +17,8 @@
   #include <unistd.h>
   #include <stdio.h>
   #include <string.h>
-*** vfs/vfs.c.orig	Fri May 17 10:34:04 1996
---- vfs/vfs.c	Mon Oct 21 03:42:34 1996
+*** vfs/vfs.c.orig	Thu Jun 19 23:25:45 1997
+--- vfs/vfs.c	Thu Jun 19 23:27:37 1997
 ***************
 *** 25,31 ****
   #include <string.h>
@@ -27,7 +27,7 @@
 ! #include <malloc.h>
   #include <fcntl.h>
   #include <signal.h>
-  #include <time.h>
+  #ifdef SCO_FLAVOR
 --- 25,31 ----
   #include <string.h>
   #include <errno.h>
@@ -35,9 +35,9 @@
 ! /* #include <malloc.h> */
   #include <fcntl.h>
   #include <signal.h>
-  #include <time.h>
-*** vfs/tcputil.c.orig	Fri May 17 10:34:05 1996
---- vfs/tcputil.c	Mon Oct 21 03:44:37 1996
+  #ifdef SCO_FLAVOR
+*** vfs/tcputil.c.orig	Thu Jun 19 23:25:27 1997
+--- vfs/tcputil.c	Thu Jun 19 23:26:31 1997
 ***************
 *** 28,34 ****
   #include <sys/socket.h>
@@ -55,10 +55,10 @@
   
   #ifdef HAVE_PMAP_SET
   #include <rpc/rpc.h>
-*** vfs/utilvfs.c.orig	Fri May 17 10:34:06 1996
---- vfs/utilvfs.c	Mon Oct 21 03:46:32 1996
+*** vfs/utilvfs.c.orig	Thu Jun 19 23:29:28 1997
+--- vfs/utilvfs.c	Thu Jun 19 23:27:22 1997
 ***************
-*** 29,35 ****
+*** 32,38 ****
   #include <sys/socket.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
@@ -66,7 +66,7 @@
   #ifdef USE_TERMNET
   #include <termnet.h>
   #endif
---- 29,35 ----
+--- 32,38 ----
   #include <sys/socket.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
@@ -74,10 +74,10 @@
   #ifdef USE_TERMNET
   #include <termnet.h>
   #endif
-*** src/key.c.orig	Fri May 17 10:34:28 1996
---- src/key.c	Mon Oct 21 03:48:57 1996
+*** src/key.c.orig	Thu Jun 19 23:31:27 1997
+--- src/key.c	Thu Jun 19 23:36:48 1997
 ***************
-*** 35,41 ****
+*** 38,44 ****
   #include "tty.h"
   #include <ctype.h>
   #include <errno.h>
@@ -85,7 +85,7 @@
   #include "util.h"		/* For xmalloc prototype */
   #include "mad.h"		/* The memory debugger */
   #include "global.h"
---- 35,41 ----
+--- 38,44 ----
   #include "tty.h"
   #include <ctype.h>
   #include <errno.h>
@@ -93,8 +93,8 @@
   #include "util.h"		/* For xmalloc prototype */
   #include "mad.h"		/* The memory debugger */
   #include "global.h"
-*** src/menu.c.orig	Fri May 17 10:34:28 1996
---- src/menu.c	Mon Oct 21 03:50:24 1996
+*** src/menu.c.orig	Thu Jun 19 23:31:33 1997
+--- src/menu.c	Thu Jun 19 23:37:01 1997
 ***************
 *** 21,27 ****
   #include <stdarg.h>
@@ -112,10 +112,10 @@
   #include "mad.h"
   #include "util.h"
   #include "menu.h"
-*** src/file.c.orig	Fri May 17 10:34:28 1996
---- src/file.c	Mon Oct 21 03:52:00 1996
+*** src/file.c.orig	Thu Jun 19 23:31:06 1997
+--- src/file.c	Thu Jun 19 23:35:43 1997
 ***************
-*** 45,51 ****
+*** 68,74 ****
   #include <errno.h>
   #include "tty.h"
   #include <ctype.h>
@@ -123,7 +123,7 @@
   #include <string.h>
   #ifdef HAVE_UNISTD_H
   #   include <unistd.h>
---- 45,51 ----
+--- 68,74 ----
   #include <errno.h>
   #include "tty.h"
   #include <ctype.h>
@@ -131,8 +131,8 @@
   #include <string.h>
   #ifdef HAVE_UNISTD_H
   #   include <unistd.h>
-*** src/help.c.orig	Fri May 17 10:34:29 1996
---- src/help.c	Mon Oct 21 03:53:56 1996
+*** src/help.c.orig	Thu Jun 19 23:31:18 1997
+--- src/help.c	Thu Jun 19 23:36:21 1997
 ***************
 *** 41,47 ****
   #include <stdio.h>
@@ -150,29 +150,29 @@
   #include <errno.h>
   #include "mad.h"
   #include "color.h"
-*** src/find.c.orig	Fri May 17 10:34:29 1996
---- src/find.c	Mon Oct 21 03:55:16 1996
+*** src/find.c.orig	Thu Jun 19 23:31:11 1997
+--- src/find.c	Thu Jun 19 23:36:05 1997
 ***************
-*** 22,28 ****
-  #include "tty.h"
-  #include <string.h>
-  #include <stdio.h>
+*** 27,33 ****
+  #    include <direct.h>
+  #endif
+  
 ! #include <malloc.h>	/* For free() */
   #include <sys/types.h>
   #ifdef HAVE_UNISTD_H
   #   include <unistd.h>
---- 22,28 ----
-  #include "tty.h"
-  #include <string.h>
-  #include <stdio.h>
+--- 27,33 ----
+  #    include <direct.h>
+  #endif
+  
 ! #include <stdlib.h>	/* For free() */
   #include <sys/types.h>
   #ifdef HAVE_UNISTD_H
   #   include <unistd.h>
-*** src/view.c.orig	Fri May 17 10:34:30 1996
---- src/view.c	Mon Oct 21 03:57:10 1996
+*** src/view.c.orig	Thu Jun 19 23:31:42 1997
+--- src/view.c	Thu Jun 19 23:37:30 1997
 ***************
-*** 38,44 ****
+*** 42,48 ****
   #include <unistd.h>
   #include <ctype.h>	/* For toupper() */
   #include <stdlib.h>	/* atoi() */
@@ -180,7 +180,7 @@
   #include <errno.h>
   #include <limits.h>
   #include <sys/param.h>
---- 38,44 ----
+--- 42,48 ----
   #include <unistd.h>
   #include <ctype.h>	/* For toupper() */
   #include <stdlib.h>	/* atoi() */
@@ -188,10 +188,10 @@
   #include <errno.h>
   #include <limits.h>
   #include <sys/param.h>
-*** src/ext.c.orig	Fri May 17 10:34:30 1996
---- src/ext.c	Mon Oct 21 03:58:37 1996
+*** src/ext.c.orig	Thu Jun 19 23:31:01 1997
+--- src/ext.c	Thu Jun 19 23:34:41 1997
 ***************
-*** 25,31 ****
+*** 29,35 ****
   #include <unistd.h>
   #endif
   #include <fcntl.h>
@@ -199,7 +199,7 @@
   #include <string.h>
   #include <errno.h>
   #include "mad.h"
---- 25,31 ----
+--- 29,35 ----
   #include <unistd.h>
   #endif
   #include <fcntl.h>
@@ -207,30 +207,30 @@
   #include <string.h>
   #include <errno.h>
   #include "mad.h"
-*** src/mouse.c.orig	Fri May 17 10:34:30 1996
---- src/mouse.c	Mon Oct 21 03:59:56 1996
+*** src/mouse.c.orig	Thu Jun 19 23:31:38 1997
+--- src/mouse.c	Thu Jun 19 23:37:14 1997
 ***************
-*** 28,34 ****
-  #include <signal.h>	/* For kill() and SIGQUIT */
-  #include <fcntl.h>
-  #include <termios.h>
+*** 30,36 ****
+  #if (!defined(__IBMC__) && !defined(__IBMCPP__))
+  #    include <termios.h>
+  #endif
 ! #include <malloc.h>
   #include <stdio.h>
   
   #include "mad.h"
---- 28,34 ----
-  #include <signal.h>	/* For kill() and SIGQUIT */
-  #include <fcntl.h>
-  #include <termios.h>
+--- 30,36 ----
+  #if (!defined(__IBMC__) && !defined(__IBMCPP__))
+  #    include <termios.h>
+  #endif
 ! #include <stdlib.h>
   #include <stdio.h>
   
   #include "mad.h"
-*** src/dlg.c.orig	Fri May 17 10:34:31 1996
---- src/dlg.c	Mon Oct 21 04:01:01 1996
+*** src/dlg.c.orig	Thu Jun 19 23:30:55 1997
+--- src/dlg.c	Thu Jun 19 23:34:19 1997
 ***************
 *** 20,26 ****
-  /* "$Id: patch-ad,v 1.1 1996/10/20 19:20:44 max Exp $" */
+  /* "$Id: dlg.c,v 1.3 1995/02/21 19:05:40 miguel Exp $" */
   #include <string.h>
   #include <stdio.h>
 ! #include <malloc.h>
@@ -238,17 +238,17 @@
   #include <stdarg.h>
   #include "mad.h"
 --- 20,26 ----
-  /* "$Id: patch-ad,v 1.1 1996/10/20 19:20:44 max Exp $" */
+  /* "$Id: dlg.c,v 1.3 1995/02/21 19:05:40 miguel Exp $" */
   #include <string.h>
   #include <stdio.h>
 ! #include <stdlib.h>
   #include "tty.h"
   #include <stdarg.h>
   #include "mad.h"
-*** src/widget.c.orig	Fri May 17 10:34:32 1996
---- src/widget.c	Mon Oct 21 04:03:13 1996
+*** src/widget.c.orig	Thu Jun 19 23:31:50 1997
+--- src/widget.c	Thu Jun 19 23:37:42 1997
 ***************
-*** 26,32 ****
+*** 27,33 ****
   #include <config.h>
   #include <string.h>
   #include <stdio.h>
@@ -256,7 +256,7 @@
   #include "tty.h"
   #include <ctype.h>
   #include "mad.h"
---- 26,32 ----
+--- 27,33 ----
   #include <config.h>
   #include <string.h>
   #include <stdio.h>
@@ -264,10 +264,10 @@
   #include "tty.h"
   #include <ctype.h>
   #include "mad.h"
-*** src/wtools.c.orig	Fri May 17 10:34:33 1996
---- src/wtools.c	Mon Oct 21 04:04:23 1996
+*** src/wtools.c.orig	Thu Jun 19 23:31:57 1997
+--- src/wtools.c	Thu Jun 19 23:37:53 1997
 ***************
-*** 33,39 ****
+*** 34,40 ****
   #include <config.h>
   #include <string.h>
   #include <stdio.h>
@@ -275,7 +275,7 @@
   #include "tty.h"
   #include <stdarg.h>
   #include "mad.h"
---- 33,39 ----
+--- 34,40 ----
   #include <config.h>
   #include <string.h>
   #include <stdio.h>
@@ -283,8 +283,8 @@
   #include "tty.h"
   #include <stdarg.h>
   #include "mad.h"
-*** src/info.c.orig	Fri May 17 10:34:31 1996
---- src/info.c	Mon Oct 21 04:05:30 1996
+*** src/info.c.orig	Thu Jun 19 23:31:21 1997
+--- src/info.c	Thu Jun 19 23:36:33 1997
 ***************
 *** 21,27 ****
   #include <sys/types.h>
@@ -302,27 +302,27 @@
   #include "mad.h"
   #include "util.h"		/* statfs calls */
   #include "mouse.h"		/* Gpm_Event */
-*** src/boxes.c.orig	Fri May 17 10:34:34 1996
---- src/boxes.c	Mon Oct 21 04:06:38 1996
+*** src/boxes.c.orig	Thu Jun 19 23:30:20 1997
+--- src/boxes.c	Thu Jun 19 23:32:23 1997
 ***************
 *** 26,32 ****
   #include <sys/types.h>
   #include <sys/stat.h>
   #include <sys/param.h>
 ! #include <malloc.h>
+  #include <signal.h>
   #include "global.h"
   #include "mad.h"		/* The great mad */
-  #include "util.h"		/* Required by panel.h */
 --- 26,32 ----
   #include <sys/types.h>
   #include <sys/stat.h>
   #include <sys/param.h>
 ! #include <stdlib.h>
+  #include <signal.h>
   #include "global.h"
   #include "mad.h"		/* The great mad */
-  #include "util.h"		/* Required by panel.h */
-*** src/complete.c.orig	Fri May 17 10:34:36 1996
---- src/complete.c	Mon Oct 21 04:09:12 1996
+*** src/complete.c.orig	Thu Jun 19 23:30:35 1997
+--- src/complete.c	Thu Jun 19 23:33:43 1997
 ***************
 *** 24,30 ****
   #include <stdio.h>
@@ -340,8 +340,8 @@
   #ifdef HAVE_UNISTD_H
   #   include <unistd.h>
   #endif
-*** src/command.c.orig	Fri May 17 10:34:36 1996
---- src/command.c	Mon Oct 21 04:10:51 1996
+*** src/command.c.orig	Thu Jun 19 23:30:26 1997
+--- src/command.c	Thu Jun 19 23:33:30 1997
 ***************
 *** 25,31 ****
   #include <errno.h>
@@ -359,10 +359,10 @@
   #include <string.h>
   #include <stdlib.h>
   #include "mad.h"
-*** src/cmd.c.orig	Fri May 17 10:34:37 1996
---- src/cmd.c	Mon Oct 21 04:12:00 1996
+*** src/cmd.c.orig	Thu Jun 19 23:32:40 1997
+--- src/cmd.c	Thu Jun 19 23:33:08 1997
 ***************
-*** 29,35 ****
+*** 34,40 ****
   #include <sys/param.h>
   #include <sys/stat.h>
   #include <sys/time.h>
@@ -370,7 +370,7 @@
   #include <string.h>
   #include <fcntl.h>		/* open, O_RDWR */
   #include <errno.h>
---- 29,35 ----
+--- 34,40 ----
   #include <sys/param.h>
   #include <sys/stat.h>
   #include <sys/time.h>
diff -ruN mc.3.2.1/patches/patch-ae mc/patches/patch-ae
--- mc.3.2.1/patches/patch-ae	Sat Apr  5 22:56:49 1997
+++ mc/patches/patch-ae	Thu Jun 19 23:17:31 1997
@@ -1,5 +1,5 @@
-*** mcfn_install.in.orig	Fri May 17 10:34:03 1996
---- mcfn_install.in	Mon Oct 21 04:16:14 1996
+*** mcfn_install.in.orig	Thu Jun 19 23:17:04 1997
+--- mcfn_install.in	Thu Jun 19 23:17:12 1997
 ***************
 *** 1,4 ****
 ! #/bin/sh
diff -ruN mc.3.2.1/patches/patch-af mc/patches/patch-af
--- mc.3.2.1/patches/patch-af	Thu Jan  1 08:00:00 1970
+++ mc/patches/patch-af	Fri Jun 20 00:22:20 1997
@@ -0,0 +1,19 @@
+*** Makefile.in.orig	Fri Jun 20 00:21:39 1997
+--- Makefile.in	Fri Jun 20 00:22:03 1997
+*************** config.h.in: configure.in acconfig.h
+*** 38,44 ****
+  install: installdirs @vcs@
+  	@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
+  	$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
+! 	$(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
+  	chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
+  	@echo "Please verify that the configuration values are correctly"
+  	@echo "set in the mc.ext file in $(libdir)"
+--- 38,44 ----
+  install: installdirs @vcs@
+  	@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
+  	$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
+! 	$(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
+  	chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
+  	@echo "Please verify that the configuration values are correctly"
+  	@echo "set in the mc.ext file in $(libdir)"
diff -ruN mc.3.2.1/pkg/PLIST mc/pkg/PLIST
--- mc.3.2.1/pkg/PLIST	Sat Apr  5 22:56:50 1997
+++ mc/pkg/PLIST	Fri Jun 20 01:18:11 1997
@@ -1,20 +1,28 @@
 bin/mc
+bin/mcmfmt
 sbin/mcserv
 lib/mc/FAQ
+lib/mc/gd.tcl
+lib/mc/gui.tcl
+lib/mc/mc.ext
+lib/mc/mc.hint
+lib/mc/mc.hlp
+lib/mc/mc.lib
+lib/mc/mc.menu
+lib/mc/mc.tcl
 lib/mc/bin/mcfn_install
 lib/mc/extfs/README
 lib/mc/extfs/a
+lib/mc/extfs/cpio
+lib/mc/extfs/deb
 lib/mc/extfs/extfs.ini
 lib/mc/extfs/ftplist
+lib/mc/extfs/lha
 lib/mc/extfs/lslR
+lib/mc/extfs/rar
 lib/mc/extfs/rpm
+lib/mc/extfs/zip
 lib/mc/extfs/zoo
-lib/mc/mc.ext
-lib/mc/mc.hint
-lib/mc/mc.hlp
-lib/mc/mc.lib
-lib/mc/mc.menu
-lib/mc/mc.tcl
 lib/mc/term/README.xterm
 lib/mc/term/ansi.ti
 lib/mc/term/linux.ti
@@ -23,4 +31,9 @@
 lib/mc/term/xterm.tcap
 lib/mc/term/xterm.ti
 man/man1/mc.1.gz
+man/man1/mcedit.1.gz
 man/man8/mcserv.8.gz
+@dirrm lib/mc/bin
+@dirrm lib/mc/extfs
+@dirrm lib/mc/term
+@dirrm lib/mc
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706191745.BAA12609>