Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2001 10:48:38 -0700 (PDT)
From:      albert.kinderman@csun.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/27352: mc-4.5.54_1: mcedit linked to mc (not midc)
Message-ID:  <200105151748.f4FHmch04053@freefall.freebsd.org>

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

>Number:         27352
>Category:       ports
>Synopsis:       mc-4.5.54_1: mcedit linked to mc (not midc)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 15 10:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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