#50724: audacity: mixed localization issues -----------------------+------------------------- Reporter: devans@… | Owner: rjvbertin@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: haspatch Port: audacity | -----------------------+------------------------- Changes (by devans@…): * keywords: => haspatch Comment: Your patch addresses the issue of retaining the missing directory once it's created but ${destroot}${aud_app_path}/Contents/Resources/en.lproj is never created by your post-destroot script because there is no corresponding ${destroot}${prefix}/share/locale/en. This latter directory doesn't exist because there is no en translation -- it's the default. Attached is a patch that adds the extra line necessary to install ${destroot}${aud_app_path}/Contents/Resources/en.lproj as well as increment the revision of the port to force the necessary rebuild. I've tested this switching to French and Russian and back to English as before with good results. English is English, French is French, etc. If this works for you, I'll commit it and close the ticket. -- Ticket URL: <https://trac.macports.org/ticket/50724#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X