summaryrefslogtreecommitdiff
path: root/emulators/wine/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2020-05-26wine: updated to 4.0.4adam1-1/+136
Bugs fixed in 4.0.4 (total 65): * NEXON client installers using embedded IE browser control: buttons don't respond to click (Lunia Senki, Combat Arms, War Rock) * Microsoft Document Explorer 2008 crashes when using MS Help 2 URL from command line (ieframe's WebBrowser COM object doesn't support aggregation) * Password Safe crashes with page fault when renaming entries * Brothers In Arms Hell's Highway : Setup asks for DVD for every .cab file (SetupPromptForDiskA/W should only show a dialog if the file doesn't exist) * LegoLand: crashes at main menu without native directmusic * TSDoctor 1.0.58 fails to run * treeview wstr overrun in TVN_GETDISPINFOW (ExamXML crashes when opening an XML file) * UFO: Extraterrestrials Gold - crash at start caused by wine's built-in dsound/directmusic * GdipGraphicsClear() needs to overwrite pixels, not alpha blend (Text misrendered in Brain Workshop) * Skyrim (Steam) hangup on quit * In The Adventures Of Lomax some graphic elements flicker, disappear or are garbled * Problems with Russian localization in page setup dialog * using winegcc with stdin passes arguments in the wrong position to gcc * FXCM Trading Station II installer reports 'OLE error 80004001' when running as 'Windows Vista' or higher ('ITaskbarList3::ThumbBarSetImageList' is a stub) * 64-bit dlls/msdaps/row_server_p.c generates build warnings (discarded "const" qualifier) * Broken geometry in Indiana Jones and the Emperor's Tomb * Broken Sword: The Angel of Death demo needs IDirectSoundFXI3DL2Reverb interface * The Moment of Silence launcher unusable (displays only black) * Wine with freetype 2.7 causes font rendering issues * The Witcher 2: Assassins of Kings - menus and subtitles rendered incorrectly (with built-in d3dx9) * VSDC Video Editor. Crashes in ole32 when opening. * HashMyFiles: Drag & Drop from native File Managers (Dolphin, Nautilus, ...) does not work * Multiple .NET applications (Chime, DxO Photolab 2 trial) crash, need RegisterApplicationRecoveryCallback to return S_OK * Tetris for Windows has wrong colors for the game pieces and the score box * HotS - taking screenshot causes client crash, needs d3dx11_42.dll.D3DX11SaveTextureToFileW * Far Cry 5 Cannot Steer Land Vehicles * Multiple applications need msvcr120.dll.?_Yield@_Context@details@Concurrency@@SAXXZ (Darkest Dungeon, Noita, Amazon Kindle for PC) * Shed installer - text overflow in browse-for-folder dialog * Abiword 2.6.8 comboboxes should have a white background color * μTorrent has squares in its update dialog * Smoke not rendering properly in Castlevania: Lords of Shadow 2 * IVMU Social Network Client (500 series) crashes when selecting menu / settings * Adobe DNG Converter 11.2+ runs into Call to unimplemented function api-ms-win-core-winrt-error-l1-1-0.dll.GetRestrictedErrorInfo * winetricks -q --verify dotnet461 crashes under win64 * type command in cmd.exe with two files and stdout redirect, behavior is different * boolean type defined as 'unsigned char' rather than 'char' * 32-bit LAVFilters 0.74.x installer fails to register 64-bit AX codec/filters in Wow64 environment (32-bit regsvr32.exe needs to support 64-bit dll registration and vice versa by re-exec with proper bitness) * Multiple 64-bit game and application crash reporting tools need x86_64 'ntdll.RtlCaptureStackBackTrace' implementation * Glide wrapper - Configuration buttons misbehaving * Accel World vs. Sword Art Online needs WTSRegisterSessionNotificationEx() to return true. * ListBox LB_SETSEL doesn't scroll to newly selected item * _putws outputs NULs, other wchar.h functions don't * ExHIBIT (Sample Project): Can't select menu item in the title screen * Zoom Edit&Share 5.0.0.0: installer crashes starting with wine-3.19 * commit "winex11.drv: Wake up the display on user input." introduced severe performance issues with atomic modesetting kernel drivers * iCloud refuses to install: "Your computer is missing Media features." * putty.exe displays an error at startup when placed in a path with accented characters. * Magic: The Gathering Arena installer needs powershell.exe (cannot find it) * FindFirstFileExW believes every directory entry has been read if NtQueryDirectoryFile underfills buffer * FindFirstFileExW seems to be missing FILE_OPEN_FOR_BACKUP_INTENT flag to NtOpenFile * Need for Speed: Carbon - Autosculpt causes geometry corruption and GL_INVALID_OPERATION error * Blur: cars have no wheels when Wine is compiled with Ryzen optimisations * Nextiva: Logging in fails with "Client is unable to connect to the server." * IGMP source specific multicast does not create join requests for source * NtCreateFile incorrectly returns STATUS_OBJECT_NAME_NOT_FOUND when RootDirectory is populated * R-Studio (file recovery tool) wants ntoskrnl.exe.IoCreateUnprotectedSymbolicLink * motec i2 pro v1.0 data logger fails to start * Multiple applications need shcore.dll.GetScaleFactorForMonitor stub (Karafun player, Sync) * UPlay fails to start : "Error at hooking API NtProtectVirtualMemory" (UPlay's hooking engine can't handle ENDBR32 instruction inserted at non-hotpatch API entries due to distro build environments '-fcf-protection') * Visual C++ Express 2005 needs shell32.PathResolveW implementation (or fake success) * Wrong color mapping with client-side graphics on 256-color X server * IXMLDOMDocument_load() paths aren't URL-unescaped (Microsoft Document Explorer 2008 startup error) * Building wine on CentOS7 fails due to lack of libkrb5 * Dell Latitude E6440 BIOS updater crashes on unimplemented function ntoskrnl.exe.KeSetImportanceDpc * Arma Cold War Assault: Cursor stuck at low fps since Wine 5.0-rc6
2020-05-23wine: make it build on Darwinadam1-4/+4
2020-05-22wine: Update to 4.0 (most recent stable version known to build on NetBSD)nia1-0/+2943
The most recent stable version (5.0) is known to be problematic due to the need for individual programs to link against msvcrt. Based partially on zerous's "wine32" package in pkgsrc-wip. Includes several years of changes. This package does not include WoW64 support, so you can't run 32-bit binaries on a 64-bit system. That's for later...
2008-06-22Update emulators/wine to 1.0, as requested in PR pkg/38985.dholland1-988/+0
Add missing dep on libxml2. Also merge some stuff from wip/wine: - more options (esound, ldap, dbus, ssl, x11) - split PLIST to accomodate extra files on Linux and FreeBSD (PR pkg/36320) This also fixes the broken build against current openldap. (PR pkg/38025)
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-7/+7
through PLIST_SUBST to the plist module.
2007-08-11Changes 0.9.43:adam1-2/+20
- Direct3D support on top of WGL instead of GLX for better portability. - Many DirectSound fixes. - Still more gdiplus functions. - Many crypt32 improvements. - Lots of bug fixes.
2007-07-31Changes 0.9.42:adam1-1/+9
- Support for activation contexts and side-by-side assemblies. - Many more gdiplus functions. - More messaging support in crypt32.dll. - Many HTTP protocol handling fixes. - Lots of bug fixes.
2007-07-17Changes 0.9.41:adam1-1/+4
- A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes.
2007-07-01Changes 0.9.40:adam1-1/+9
- Many MSHTML improvements - A few more sound fixes - Many Direct3D fixes - Lots of bug fixes
2007-06-16Changes 0.9.39:adam1-1/+25
- Many MSHTML improvements. - Several improvements to the sound support. - A number of Winsock fixes. - Several new supported constructs in the IDL compiler. - Many Direct3D threading fixes. - Lots of bug fixes.
2007-05-12Changes 0.9.37:adam1-1/+2
- MSI automation with JScript/VBScript support. - Various MSHTML improvements. - The usual assortment of Direct3D fixes. - Support for a few more exe protection schemes. - Lots of bug fixes.
2007-04-29Changes 0.9.36:adam1-1/+6
- Midi support in the CoreAudio driver. - Mixer support in the Alsa driver. - A lot of MSI fixes. - Implementation for most D3DRM functions. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-04-13Changes 0.9.35:adam1-2/+2
- Broken aRts sound driver now removed for good. - Many fixes to the Quartz DLL sound support. - File I/O performance improvements. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-04-10Changes 0.9.34:adam1-1/+3
- Support for Xcursor. - A range of fixes for various installers. - New builtin xcopy tool. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-03-17Changes 0.9.33:adam1-1/+2
- Many Direct3D fixes and performance improvements. - More comctl32 tests and some bug fixes. - Compatibility improvements in cmd.exe. - Still more fixes to builtin OLE. - Support for process control on Solaris. - Lots of bug fixes.
2007-03-05Changes 0.9.32:adam1-1/+3
- Many Direct3D fixes and performance improvements. - Several new features in the builtin cmd.exe. - Improvements to HTML help support. - Lots of bug fixes.
2007-02-17Changes 0.9.31:adam1-1/+3
- Many Direct3D fixes and performance improvements. - Several new comctl32 test cases. - IDL compiler improvements. - More OLE32 marshalling fixes. - Lots of bug fixes.
2007-01-30Changes 0.9.30:adam1-1/+4
- Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes.
2007-01-10Changes 0.9.29:adam1-2/+3
- More work on the new Direct3D state management. - Debugger support for Mac OS. - Many OLE fixes and improvements. - Audio input support on Mac OS. - Lots of bug fixes.
2007-01-02Changes 0.9.28:adam1-1/+2
- OpenGL in child windows should work again. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Improved audio and font support on Mac OS. - Lots of bug fixes.
2006-12-09Changes 0.9.27:adam1-3/+1
- Better support for noexec kernels. - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Lots of bug fixes.
2006-11-25Changes 0.9.26:adam1-1/+6
- Better support for Unix locale settings. - Improved X11 keyboard support. - Various MSI fixes. - Winecfg improvements. - Lots of bug fixes.
2006-10-29Changes 0.9.24:adam1-2/+5
- Support for multiple monitors using Xinerama. - Various MSI fixes and improvements. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes.
2006-10-18Changes 0.9.23:adam1-11/+29
- Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - Still more MSI fixes and improvements. - Lots of bug fixes. Changes 0.9.22: - The usual assortment of MSI improvements. - Several bug fixes to the various common controls. - Pixel shaders enabled by default in D3D. - Various improvements to the build process. - Many translation updates. - Lots of bug fixes. Changes 0.9.20: - XEmbed system tray support. - Many improvements to NTLM support. - Many messages made localizable instead of hardcoded to English. - Improved support for various OpenGL platforms. - More improvements to the IDL compiler. - Lots of bug fixes.
2006-07-28Changes 0.9.18:adam1-3/+10
- Still more work on Direct3D. - A lot of MSI bug fixes and improvements. - More compatible memory management. - Several fixes for Win64 support. - Some performance improvements. - Lots of bug fixes.
2006-07-10Changes 0.9.17:adam1-1/+10
- Still more work on Direct3D shaders. - Now using the Gecko engine directly for MSHTML. - Better support for apps switching to full screen mode. - Support for multiple joysticks. - Lots of bug fixes.
2006-07-03Changes 0.9.16:adam1-1/+7
- More work on Direct3D shaders. - Major DirectDraw rewrite on top of Direct3D. - Support for debug information in Dwarf format. - Beginnings of an OleView Winelib application. - Lots of bug fixes.
2006-06-12Changes 0.9.15:adam1-1/+6
- More MS/RPC improvements. - Core Audio driver for Mac OS X. - More complete DNSAPI dll. - Improvements to Web browser support. - Lots of bug fixes.
2006-05-26Changes 0.9.14:adam1-1/+5
- Better MS/RPC compatibility. - Many fixes to Direct3D shaders. - Several improvements to the header control. - Lots of bug fixes
2006-05-12Changes 0.9.13:adam1-3/+9
- New GPhoto backend for TWAIN. - Dynamic drive configuration using HAL. - A gazillion Direct3D fixes. - New TCP transport for RPC. - Lots of bug fixes.
2006-04-14Changes 0.9.12:adam1-1/+14
- New Winelib Internet Explorer application (all 5 lines of it). - Several improvements to the font support. - More work on the IDL compiler. - Faster drawing of the cards in Solitaire (very important feature). - A number of fixes for issues found by the Coverity code cheker. - Lots of bug fixes.
2006-04-01Changes 0.9.11:adam1-3/+3
- Fake dll files created in the system directory to help installers. - Desktop mode now properly supports multiple processes. - Better type parsing in dbghelp. - Several OpenGL fixes. - A bunch of Unicode functions in advpack. - Lots of bug fixes.
2006-03-31Changes 0.9.10:adam1-34/+33
- Improved ESD audio driver. - More Web browser improvements in mshtml and wininet. - Direct3D fixes and preparation for ddraw code migration. - Explorer process now managing the desktop window. - Lots of bug fixes.
2006-03-13OpenGL is now optional, enabled by defaultadam1-15/+15
2006-03-06Changes 0.9.9:adam1-50/+52
- Many new features and improvements in Richedit. - More Web browser support. - Recursive directory change notifications. - Wine installation is now fully relocatable. - Direct3D 8 and 9 now use the same code. - Many debugger improvements. - Systray is now handled by the explorer process. - Lots of bug fixes
2006-02-26Update to 0.9.8:wiz1-4/+13
0.9.8: - Better Web browser support. - Beginnings of a Wordpad application. - Many richedit improvements. - A number of Direct3D fixes. - A few more options in winecfg. - Lots of bug fixes. 0.9.7: - Directory change notifications can use inotify now. - Hardware breakpoints in the Wine debugger. - Beginnings of support for tape APIs. - A bunch of improvements to the IDL compiler. - Better scheme for mapping My Documents etc. to Unix directories. - Lots of bug fixes. pkgsrc change: Install fnt2bdf and bin2res tools. Improve PLIST. Ok adam@
2006-01-20Changes 0.9.6:adam1-3/+9
- A bunch of OLE fixes and improvements. - DirectSound improvements, including full duplex support. - Fix for the Windows metafile vulnerability. - Many static control improvements. - Some fixes for copy protection support. - Lots of bug fixes.
2005-10-26Changes 0.9:adam1-2/+3
This is release 0.9 of Wine, a free implementation of Windows on Unix. After 12 years of development, this release marks the beginning of the beta testing phase. Everybody is encouraged to try it; while there are still bugs, most applications are expected to at least install and do something useful.
2005-10-10Changes 20050930:adam1-14/+39
- Joystick force feedback support. - Beginnings of Win64 support. - Many MSI fixes and cleanups. - Font linking support. - Several OLE fixes. - Some fixes for MacOS/x86. - Lots of bug fixes.
2005-09-07Changes 20050830:adam1-27/+24
- A lot more theming support. - Many improvements to the various crypto dlls. - More LDAP support. - Beginnings of an MSXML implementation. - Better MSHTML support. - Emulated version now set to Windows 2000 by default. - Direct3D fixes and improvements. - Lots of bug fixes.
2005-07-26Changes 20050725:adam1-4/+28
* Beginnings of theme support in common controls. * Many MSHTML improvements. * A bunch of OLE fixes for InstallShield installers. * Many Direct3D fixes and improvements. * Beginnings of LDAP support. * Various cleanups after removal of the config file. * Lots of bug fixes.
2005-05-25Changes 20050419:adam1-13/+23
- Mailslot support. - Support for side mouse buttons (X buttons). - More Richedit improvements. - Loading of Windows registry files disabled for now. - Many code cleanups. - Lots of bug fixes. Changes 20050524: - Many MSI improvements. - More features in the file manager. - Better compatibility for Winelib import libraries. - SGML documentation moved out of the source tree. - Header files cleanups. - Lots of bug fixes.
2005-03-22Changes 20050310:adam1-1/+4
- Initial implementation of a true Richedit control. - Shell extension for browsing Unix directories. - More MSI work. - PBuffer support in OpenGL. - Window painting regressions should be fixed. - Lots of bug fixes.
2005-02-16Changes 20050211:adam1-3/+18
* Still more work on the MSI dll. * More OLE work, including a builtin stdole32.tlb. * Fixed inter-process window resize and repaint. * Lots of bug fixes.
2005-01-17PLIST fix + depend on fontforgeadam1-12/+12
2005-01-14Changes 20050111:adam1-2/+64
- Many OLE bug fixes and improvements. - A lot more work on the MSI dll. - Update regions now handled in the Wine server. - Beginnings of typelib generation in the IDL compiler. - Many janitorial cleanups. - Lots of bug fixes.
2004-05-06Changes 20040505:adam1-1/+15
- Many more filesystem improvements, including autodetection of drive types and devices, and support for editing the drive configuration with winecfg. - Many Direct3D improvements. - Several fixes to the various sound drivers. - Lots of bug fixes
2004-04-09Changes 20040408:adam1-1/+14
* DOS devices and drives are now configured through symlinks. * Many shell32 improvements. * New task manager merged from ReactOS. * First version of wineprefixcreate tool for initial setup. * Lots of bug fixes.
2004-03-12Changes 20040309:adam1-7/+36
* Much improved winegcc tool, now used to build Wine itself. * VxDs are now separate libraries for better modularity. * Improvements and simplifications to the drive configuration. * New setupapi INF script to create the initial registry. * Many improvements to the various multimedia dlls. * Lots of bug fixes.
2004-02-16Changes 20040213:adam1-2/+7
- Improved support for screen resolution changes. - More shell32 improvements. - Several Winelib compatibility fixes. - Beginnings of support for typelib creation. - Lots of bug fixes.