https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274367
Nuno Teixeira <edua...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #246140|0 |1 is obsolete| | --- Comment #17 from Nuno Teixeira <edua...@freebsd.org> --- Created attachment 246173 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246173&action=edit CMake version 4 (Buildable, clean logs) - Cleanup LIB_DEPENDS - Put port options working - Add specific OPT_LIB_DEPENDS where needed - Add more cmake build options to match old version - Disable more detections to reduce noise and to prevent problems in dirty enviroments - Patched cmake to fix "bad symlink" in bin/wx-config (absolute -> relative) - NLS if disabled as I didn't found any reference to it in cmake config files. Closest I found is: wx_option(wxUSE_INTL "use internationalization system") wx_option(wxUSE_XLOCALE "use x-locale support (requires wxLocale)") - Looking for opinions if a COPYSHARE is needed to install: %%NLS%%share/locale/<COUNTRY>/LC_MESSAGES/wxstd-3.2.mo files. Tested gtk2 and gtk3 flavors and options. All building test was made on 15-CURRENT under poudriere-devel. Ready to do run tests. -- You are receiving this mail because: You are the assignee for the bug.