Bug 105401

Summary: Conflict between MOVED and chinese/xcin25 - breaks make index
Product: Ports & Packages Reporter: Richard J. Dawes <rdawes>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me CC: rafan
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Richard J. Dawes 2006-11-11 18:20:15 UTC
From MOVED:
chinese/xcin25|chinese/xcin|2006-11-05|Reflect its real portname

However, port is still at chinese/xcin25 ...  chinese/xemacs21
expects chinese/xcin to exist, but it doesn't, and so a 'make
describe' at chinese/xemacs21 fails, causing 'make index' for
the PC to fail.

Simple rename doesn't work: at least one port (chinese/xemacs)
still depends on chinese/xcin25 ...

Fix: 

Create a symbolic link to fool ports' expected dependency paths:

# cd /usr/ports/chinese
# ln -s xcin25 xcin
How-To-Repeat: 
Run 'make index' under Ports directory.
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-11-11 18:44:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Take. 

Adding to audit trail from misfiled PR ports/105403:
Date: Sun, 12 Nov 2006 02:48:10 +0800
Comment 2 Richard J. Dawes 2006-11-11 19:31:32 UTC
Hello, Rong-En!

My sincere apologies -- This was my goof -- I used the wrong
supfile!  Please close the PR.  Thanks,

-Rich
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-11-11 20:14:23 UTC
State Changed
From-To: open->closed

Close at submitter's request.