summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files/patch-partial-reservation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 2.20. This includes the following changes:Gerald Pfeifer2017-11-041-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Improved event support in MSHTML. - Interpolation modes in Direct3D. - Improved metafile support in GdiPlus. - Initial version of Kerberos5 Authentication Package. - OLE clipboard cache improvements. - Various bug fixes. Remove files/patch-partial-reservation. This should not be needed any longer since on FreeBSD the main wine program is now loaded at a lower address, making more room available between Wine and 0x80000000, so it may be ok now if the area above 0x80000000 stays reserved like on other platforms. [1] Mark the STAGING option (and hence the wine-staging port as well) as BROKEN; that patchset still is not available yet, and we cannot wait forever. Discussed with: tijl [1] Notes: svn path=/head/; revision=453481
* Update to Wine 1.8 RC3. Just bugfixes on our way towards a release.Gerald Pfeifer2015-12-071-0/+1
| | | | | | | Pet overeager portlint (when it comes to patch format). Notes: svn path=/head/; revision=403238
* Update to Wine 1.3.10. [1][2] This includes the following changes:Gerald Pfeifer2010-12-311-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Icons in the "open with" menus. - Man pages for all installed binaries. - Support for schemas in MSXML. - Many installer fixes. - Beginnings of support for ActiveX in built-in browser. - More work on ActiveX support. - Icons on Internet shortcut menu entries. - Standardization of code implementing COM interfaces. - New scheme for auto-generated DLL registrations. - OpenCL library wrapper. - Support for notification balloons in system tray. - Obsolete AudioIO sound driver removed. - Various MSI fixes. - Translation updates. - Various bug fixes. Lots of new man pages. Also, remove references to FreeBSD 6 from pkg-message. [2] PR: 153434 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> [1] Alex Kozlov <spam@rm-rf.kiev.ua> [2] Notes: svn path=/head/; revision=267201
* Replace the partial memory reservation patch by a simpler variation.Gerald Pfeifer2010-09-181-18/+3
| | | | | | | | Submitted by: tijl Tested by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=261367
* Update to Wine 1.1.18. Among others, this includes the following changes:Gerald Pfeifer2009-03-281-0/+27
- RPC over HTTP support. - Improved support for upgrades in MSI. - Many Direct3D code cleanups. - Various bug fixes. Apply a patch to address some FreeBSD-specific issues and un-IGNORE this port. [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] PR: 133157 Notes: svn path=/head/; revision=231208