Installation appears to proceed fine, but upon running, for example, winecfg with a clean prefix:
MacBook-Pro:hades$wine:winecfg created the configuration directory '/Users/hades/.wine' err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\rundll32.exe" failed, status c0000005 err:module:DelayLoadFailureHook failed to delay load user32.dll.CreateDialogParamW wine: Call from 0x7b427241 to unimplemented function user32.dll.CreateDialogParamW, aborting wine: Unimplemented function user32.dll.CreateDialogParamW called at address 0x7b427241 (thread 000b), starting debugger... err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 40") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
the workaround seems to be to rebuild fontconfig from source.
sudo port -ns upgrade --force fontconfig
On “El Capitan” too!
Thanks!