Summary: | [patch] can't account for partially translated man pages with just MANLANG and MAN[N] | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nick Barkas <snb> | ||||||
Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Nick Barkas
2006-12-03 07:20:20 UTC
Responsible Changed From-To: freebsd-ports-bugs->portmgr bsd.port.mk is port manager territory I agree with the intent of your patch but don't like the addition of the MAN_PARTIAL_TRANSLATIONS variable. It seems that you don't need it though: * keep the meaning of MANLANG as before * When iterating through each element of MANLANG, check for MAN_${sect}_${lang}. If it exists, install those manpages, otherwise install the MAN_${sect} manpages. Kris State Changed From-To: open->feedback Waiting for revised patch Here is a new patch which does what you suggest. MAN${sect} continues its current behavior, and extra man pages that don't get installed for all languages in MANLANG can be separately specified with MAN$ {sect}_${lang}. Thanks! Nick State Changed From-To: feedback->open New, good patch received State Changed From-To: open->analyzed Accepted for a test build on the cluster. State Changed From-To: analyzed->closed This patch has been committed, thanks. |