Bug 27352 - mc-4.5.54_1: mcedit linked to mc (not midc)
Summary: mc-4.5.54_1: mcedit linked to mc (not midc)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ade Lovett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-15 18:50 UTC by albert.kinderman
Modified: 2001-05-17 18:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description albert.kinderman 2001-05-15 18:50:01 UTC
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"

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
How-To-Repeat: make and install -DWITH_SLANG
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2001-05-17 18:07:11 UTC
Responsible Changed
From-To: freebsd-ports->ade

I'll take care of this momentarily.
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2001-05-17 18:35:32 UTC
State Changed
From-To: open->closed

Alternate patch applied.  Thanks for the heads-up.