| Summary: | games/wesnoth: NLS is broken | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | fiziologus | ||||
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
fiziologus
2012-06-16 08:40:09 UTC
Can you test? Looks like cmake build doesn't define ENABLE_NLS unlike autoconf. I've tested with LC_MESSAGES=ru_RU.UTF-8 and a few other locales. Responsible Changed From-To: freebsd-ports-bugs->philip Over to maintainer (via the GNATS Auto Assign Tool) green dog <fiziologus@gmail.com> writes: > 2012/6/16 Jan Beich <jbeich@tormail.org> > >> Can you test? Looks like cmake build doesn't define ENABLE_NLS unlike >> autoconf. >> I've tested with LC_MESSAGES=ru_RU.UTF-8 and a few other locales. >> >> > work Good. And don't drop bug-followup@ from CC unless you want the PR to end up in `feedback' state. Responsible Changed From-To: philip->ak I'll take it. ak 2012-07-10 17:19:40 UTC
FreeBSD ports repository
Modified files:
games/wesnoth Makefile
games/wesnoth/files patch-CMakeLists.txt
Log:
- Fix NLS support [1]
- Give maintainership to Rusty Nejdl <rnejdl@ringofsaturn.com>
- Remove ABI version numbers in LIB_DEPENDS
- Convert to new options framework
PR: ports/169144 [1]
Submitted by: Green Dog <fiziologus@gmail.com>, Jan Beich <jbeich@tormail.org> [1]
Revision Changes Path
1.99 +65 -61 ports/games/wesnoth/Makefile
1.2 +20 -9 ports/games/wesnoth/files/patch-CMakeLists.txt
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |