Bug 223878

Summary: Errors about orphaned docs directories with PORTDOCS=*, the testcase supplied
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: ports-bugs, tcberner
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2017-11-26 08:05:07 UTC
This port https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193884 has PORTDOCS=*, but 'make check-plist' still prints errors about the orphaned directories:
> Error: Orphaned: %%PORTDOCS%%@dir %%DOCSDIR%%/doxygen/d0/d02
> Error: Orphaned: %%PORTDOCS%%@dir %%DOCSDIR%%/doxygen/d0/d06
> Error: Orphaned: %%PORTDOCS%%@dir %%DOCSDIR%%/doxygen/d0/d09
> ...
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2017-11-26 08:10:25 UTC
Remove the empty directories in post-install,  they look useless.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-11-26 09:14:04 UTC
https://reviews.freebsd.org/D13246
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2017-11-28 09:29:24 UTC
This looks more of a doxygen problem, I'd say. Something, like:

 ${FIND} -d ${DOCSDIR} -type d -empty -delete

should remove the problem.
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2022-09-07 15:22:12 UTC
Moin moin 

Closing this, due to old age. Please re-open the issue, if it is still relevant.


mfg Tobias