From nobody@FreeBSD.org  Tue May 15 10:48:38 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id C231E37B422
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 May 2001 10:48:38 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f4FHmch04053;
	Tue, 15 May 2001 10:48:38 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200105151748.f4FHmch04053@freefall.freebsd.org>
Date: Tue, 15 May 2001 10:48:38 -0700 (PDT)
From: albert.kinderman@csun.edu
To: freebsd-gnats-submit@FreeBSD.org
Subject: mc-4.5.54_1: mcedit linked to mc (not midc)
X-Send-Pr-Version: www-1.0

>Number:         27352
>Category:       ports
>Synopsis:       mc-4.5.54_1: mcedit linked to mc (not midc)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 15 10:50:01 PDT 2001
>Closed-Date:    Thu May 17 10:35:32 PDT 2001
>Last-Modified:  Thu May 17 10:35:49 PDT 2001
>Originator:     Albert Kinderman
>Release:        4.3-STABLE
>Organization:
>Environment:
FreeBSD 4.3-STABLE Saturday May 5, 2001
>Description:
after make and install  -DWITH_SLANG

/usr/local/bin/mcedit is a symlink to mc

mc does not exist, so invocations of mcedit produce "command not found"

>How-To-Repeat:
make and install -DWITH_SLANG
>Fix:
create symlink from /usr/local/bin/mcedit to /usr/local/bin/midc

I believe this is done in edit/Makefile line 179

-$(LN_S) mc $(DESTDIR)$(bindir)/$(binprefix)mcedit 
+$(LN_S) midc $(DESTDIR)$(bindir)/$(binprefix)mcedit
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->ade 
Responsible-Changed-By: ade 
Responsible-Changed-When: Thu May 17 10:07:11 PDT 2001 
Responsible-Changed-Why:  
I'll take care of this momentarily. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27352 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Thu May 17 10:35:32 PDT 2001 
State-Changed-Why:  
Alternate patch applied.  Thanks for the heads-up. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27352 
>Unformatted:
