Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.r5,1 13 Jan 2019 06:34:32
  |
gerald  |
Update ibiblio.org MASTER_SITE which includes a reference to the version
number and was thus broken since we upgraded to Wine 4.0 RC1 in revision
r487184.
PR: 234459
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
MFH: 2019Q1 (fix URL for secondary MASTER_SITE) |
4.0.r5,1 10 Jan 2019 19:10:46
  |
gerald  |
Update to RC5 of Wine 4.0 with about a dozen bugfixes. |
4.0.r4,1 29 Dec 2018 20:36:01
  |
gerald  |
The Wine Staging patchset is now also available for Wine 4.0 RC4. |
4.0.r4,1 29 Dec 2018 01:53:56
  |
gerald  |
Update to RC4 of Wine 4.0 which brings only a few additional fixes.
Create a proper USES block in Makefile, moving the existing USES
statement there. |
4.0.r3,1 22 Dec 2018 19:29:44
  |
gerald  |
Update to RC3 of Wine 4.0 which brings about two dozen bugfixes. |
4.0.r2,1 17 Dec 2018 19:12:06
  |
gerald  |
Revert bogus part of r487705 (enablement of the STAGING option by default
for testing purposes only). |
4.0.r2,1 17 Dec 2018 19:10:36
  |
gerald  |
The Wine Staging patchset is now available for Wine 4.0 RC2. |
4.0.r2,1 17 Dec 2018 01:52:43
  |
gerald  |
Update to RC2 of Wine 4.0 which brings a dozen or so bugfixes. |
4.0.r1_1,1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.0.r1,1 10 Dec 2018 16:32:03
  |
gerald  |
Update to Wine 4.0 RC1, the first release candidate of the upcoming
Wine 4.0 release series. This includes the following changes:
- Updates to the timezone database.
- Vulkan support updated to the latest spec.
- Stream I/O support in WebServices.
- Better palette support in WindowsCodecs.
- Synchronization objects support for kernel drivers.
- Various bug fixes. |
3.21,1 06 Dec 2018 23:12:56
  |
gerald  |
Explicitly configure without SDL (SLD2) support to increase reproducability
of builds. Without this existing SDL files might be found and used when
building outside of a clean and minimal build environment. |
3.21,1 25 Nov 2018 13:07:47
  |
gerald  |
Update to Wine 3.21. This includes the following changes:
- Typelib marshaller rewrite using NDR functions.
- Support for memory font resources in DirectWrite.
- Joystick support improvements.
- Various bug fixes. |
3.20,1 13 Nov 2018 22:26:05
  |
gerald  |
The Wine Staging patchset is now available for Wine 3.20. |
3.20,1 10 Nov 2018 19:55:37
  |
gerald  |
Update to Wine 3.20. This includes the following changes:
- Async interfaces and ACF files in the IDL compiler.
- Support for substorage transforms in MSI.
- RPC/COM marshalling fixes.
- Support for Unicode requests in WinHTTP.
- Shell Autocomplete optimizations.
- Various bug fixes. |
3.19,1 30 Oct 2018 07:41:09
  |
gerald  |
The Wine Staging patchset is now available for Wine 3.19. |
3.19,1 27 Oct 2018 06:38:53
  |
gerald  |
Update to Wine 3.19. This includes the following changes:
- Support for file I/O completion modes.
- WaitOnAddress synchronization primitives.
- Better support for 32-bit .NET binaries on 64-bit.
- Improved recovery on broken RPC connection.
- Various bug fixes.
And two files are no longer contingent on the Staging patchset,
functionality is now in Wine proper. |
3.18,1 16 Oct 2018 15:17:32
  |
gerald  |
Update to Wine 3.18. This includes the following changes:
- Subpixel font rendering with FreeType >= 2.8.1.
- Support for OAEP algorithm in RSA encryption.
- Array marshalling fixes in DCOM.
- Improved DPI scaling in the Wine console.
- Various bug fixes. |
3.17_1,1 16 Oct 2018 00:00:47
  |
jbeich  |
emulators/wine-devel: expose Vulkan support
VULKAN is for Vulkan-native while VKD3D is for Direct3D 12 games
PR: 231248 |
3.17_1,1 30 Sep 2018 08:01:20
  |
gerald  |
The Wine Staging patchset is now available for Wine 3.17. |
3.17_1,1 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
3.17,1 28 Sep 2018 21:53:27
  |
gerald  |
Update to Wine 3.17. This includes the following changes:
- Improved Shell Autocomplete support.
- More implementation of OPC Services.
- Improvements to the Pager common control.
- Various bug fixes. |
3.16,1 22 Sep 2018 07:18:11
  |
gerald  |
The Wine Staging patchset is now available for Wine 3.16. |
3.16,1 14 Sep 2018 21:20:56
  |
gerald  |
Update to Wine 3.16. This includes the following changes:
- Initial implementation of OPC Services.
- Support for rendering buttons from an ImageList.
- Better support for CSS properties in MSHTML.
- Namespace fixes in XML Writer.
- Various bug fixes.
And include/wine/windows/virtdisk.h now comes in via mainline, no longer
just Staging. |
3.15_1,1 11 Sep 2018 18:34:28
  |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
3.15,1 06 Sep 2018 00:20:37
  |
gerald  |
The Wine Staging patchset is now available for Wine 3.15. |
3.15,1 01 Sep 2018 10:54:42
  |
gerald  |
Update to Wine 3.15. This includes the following changes:
- HID device support in Raw Input.
- Many more new icons in Shell32.
- WinHTTP converted to use Windows Sockets.
- Syntax fixes in the command line interpreter.
- Various bug fixes.
The libdinput8 changes added in Wine 3.14 have since moved from
Staging to Wine proper. |
3.14,1 25 Aug 2018 12:28:16
  |
gerald  |
The Staging patchset is now available for Wine 3.14 as well, and
requires some additions to pkg-list and one change where main wine
and Staging go differently about libdinput8. |
3.14,1 19 Aug 2018 01:01:37
  |
gerald  |
Add the temporary fix I created (but failed to commit) as part of the
update to Wine 3.14 in revision r477548 to work around a Linuxism when
it comes to include files. |
3.14,1 19 Aug 2018 00:36:10
  |
gerald  |
Revert the inadvertent enabling of the STAGING option by default in
revision 477548. |
3.14,1 19 Aug 2018 00:25:02
  |
gerald  |
Update to Wine 3.14. This includes the following changes:
- Support for DXTn texture decompression.
- Deferral support for MSI install actions.
- Support for Japanese keyboard in DirectInput.
- More improvements in the standard Task Dialog.
- A few more icons in Shell32.
- Various bug fixes.
Forward port r471521 | tcberner | 2018-06-03 20:03:49 +0000 from the
emulators/wine port [1]:
emulators/wine: fix desktop file on amd64
Submitted by: tcberner [1]
Reviewed by: gerald [1]
Approved by: dbn [1]
Differential Revision: https://reviews.freebsd.org/D15489 [1] |
3.13_1,1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.13,1 21 Jul 2018 20:11:31
  |
gerald  |
Update to Wine 3.13. This includes the following changes:
- Initial support for performance data in the registry.
- Mono engine updated with some bug fixes.
- Improvements in the standard Task Dialog.
- Various bug fixes.
Make the dependency on devel/autoconf more general. [1]
Reviewed by: tijl [1] |
3.12,1 11 Jul 2018 14:46:38
  |
gerald  |
Update to Wine 3.12. This includes the following changes:
- Unicode data updated to Unicode 11.0.0.
- Proxy configuration dialog in the Internet control panel.
- Syntax fixes in the Cmd.exe command intepreter.
- Some more glyphs in the Wingdings font.
- Various bug fixes.
Align the sorting of MASTER_SITES with the emulators/wine port again,
now that SF is regularly updated again. |
3.11,1 26 Jun 2018 18:08:05
  |
gerald  |
Update to Wine 3.11. This includes the following changes:
- More debugger support for Wow64 processes.
- Support for sha256/sha384 hashes in ECDSA signatures.
- Better reporting of hyper-threaded CPUs.
- Improvements to the standard Task Dialog.
- Various bug fixes. |
3.10,1 24 Jun 2018 20:18:44
  |
gerald  |
The VKD3D option is not operational yet, and there is at least one
prerequisite port we are missing, so make sure we IGNORE this port
should anyone try to enable this option nevertheless.
PR: 229276 |
3.10,1 16 Jun 2018 10:48:52
  |
gerald  |
Update to Wine 3.10. This includes the following changes:
- Swapchain support in Direct 3D 12.
- Vulkan support updated to the latest spec.
- Debugger support for Wow64 processes.
- Still more support for the Task Scheduler.
- Various bug fixes. |
3.9,1 31 May 2018 12:30:45
  |
gerald  |
Revert inadvertret change to OPTIONS_DEFAULT in previous commit (r471203).
Pointy hat to: self |
3.9,1 31 May 2018 12:27:52
  |
gerald  |
Replace explicit settings of CFLAGS and LDFLAGS in favor of USES=localbase
(the former predating the latter by at least a decade alas with variation).
PR: 226396
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
3.9,1 26 May 2018 21:42:57
  |
gerald  |
Add information on the Wine Staging patchset (aka the STAGING option)
for version 3.9.
PR: 228518
Submitted by: lightside@gmx.com |
3.9,1 26 May 2018 00:49:40
  |
gerald  |
Update to Wine 3.9. This includes the following changes:
- OpenGL core contexts enabled by default in Direct 3D.
- Beginnings of Direct 3D 12 implementation using vkd3d.
(This is inactive for now due to a non-existant dependency, and hidden
behind a new option VKD3D which is always off.)
- More support for the Task Scheduler.
- Some more Task Dialog support.
- Better arrow support in GdiPlus.
- Various bug fixes.
ext-ms-win-uxtheme-themes-l1-1-0.dll and feclient.dll which in the past were
available only via the Wine Staging patchset are now part of mainstream Wine. |
3.8,1 14 May 2018 00:25:34
  |
gerald  |
- Infrastructure for writing kernel driver tests.
- Support for showing file properties in the Shell browser.
- MP3 decoder as a DirectX Media Object.
- More support for the Task Scheduler.
- Support for COM aggregation in UrlMon.
- Various bug fixes. |
3.7,1 05 May 2018 15:17:46
  |
danfe  |
For ports under `emulators', `games', `irc`, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list. |
3.7,1 01 May 2018 14:20:11
  |
gerald  |
Update to Wine 3.7. This includes the following changes:
- MSI custom actions run in a separate process.
- Support for job files in the Task Scheduler.
- Improved viewport support in Direct 3D.
- Larger resolution version of the standard icons.
- Various bug fixes. |
3.6,1 28 Apr 2018 10:37:59
  |
gerald  |
include/wine/windows/ddk/fltkernel.h no longer depends on the STAGING
option, it's been merged in the upstream tree. |
3.6,1 18 Apr 2018 04:08:45
  |
gerald  |
Change the name of the check-wine-devel-vs-wine-staging target to
check-wine-devel-vs-staging for brevity (and since the wine-staging
port is gone for the time being and STASGING is just an option for now).
Fix a typo in some of that target's output on the way. |
3.6,1 14 Apr 2018 15:37:39
  |
gerald  |
Update to Wine 3.6. This includes the following changes:
- Support for PNG format icons.
- Support for 1D textures.
- More infrastructure for high DPI support.
- OLE data cache improvements.
- Various bug fixes. |
3.5,1 02 Apr 2018 14:15:25
  |
gerald  |
Remove workaround (really: requiring GCC) for a clang 6.0.0 crash on
FreeBSD revision 1200056.
PR: 224863 |
3.5,1 31 Mar 2018 13:08:42
  |
gerald  |
Fix pkg-plist in the presense of the STAGING option (and hence Wine Staging
patchset): wined3d-csmt.dll is no longer created. |
3.5,1 31 Mar 2018 12:40:30
  |
gerald  |
Update to Wine 3.5. This includes the following changes:
- More Vulkan support, including the vulkan-1 loader.
- Support for RSA and ECDSA cryptographic keys.
- Improved manifest file parser.
- Support for the Places toolbar in file dialogs.
- Various bug fixes. |
3.4_1,1 18 Mar 2018 22:24:42
  |
gerald  |
Fully disable building Kerberos components.
We already had --without-krb5, alas when someone had krb5 installed
in their build environment, the build still failed. This takes care
using a bigger hammer.
PR: 226396
Analyzed by: John Hein <z7dr6ut7gs@snkmail.com> |
3.4,1 17 Mar 2018 17:32:40
  |
gerald  |
The Wine Staging patchset has reappeared for the time being, with new
maintainers and at a new location, so reintroduce the STAGING option
(off by default, as before).
Since we had kept the code in the Makefile, this mostly involves
adjusting the download site and restoring and updating pkg-plist.
(Observe how Wine 3.3 has merged a fair number of changes, so the
specials in pkg-plist are fewer than when we had to take this out.) |
3.4,1 17 Mar 2018 10:29:34
  |
gerald  |
Update to Wine 3.4. This includes the following changes:
- More Vulkan support, including integration with the X11 driver.
- Better handling of privileged instructions on x86-64.
- Hex edit dialog improvements in RegEdit.
- Assortment of patches merged from wine-staging.
- Various bug fixes.
Also the SF mirror is back and working again. |
3.3,1 03 Mar 2018 20:48:07
  |
gerald  |
Update to Wine 3.3. This includes the following changes:
- Beginnings of Vulkan support.
- Direct3D multi-threaded command stream enabled by default.
- Multisample textures enabled by default.
- Support for game controllers through SDL.
- Support for loading CIL-only .Net binaries.
- Various bug fixes.
Temporarily disable the SF mirrors which appear to serve a 0 byte
distfile right now. |
3.2,1 20 Feb 2018 11:57:39
  |
gerald  |
Remove entries tagged as %%STAGING%%. Like other parts not removed with
revision 462267 (in particular in Makefile) I had hoped to keep those to
retain history in case the Wine Staging project rebounds, but that is not
how the option framework operates.
Reported by: pkg-fallout |
3.2,1 18 Feb 2018 21:21:40
  |
gerald  |
Remove the STAGING option which has been marked BROKEN for 11 weeks
now that the Wine Staging tree has been declared suspended yesterday,
cf. https://www.wine-staging.com/news/2018-02-17-future-wine-staging.html .
Leave in the actual code for the time being, to maintain history in
case this somehow gets restarted in the near future. |
3.2,1 18 Feb 2018 12:54:19
  |
gerald  |
Update to Wine 3.2. This includes the following changes:
- Separate implementation of USER controls for ComCtl32 v6.
- Multisample texture support in Direct3D.
- Support for HID gamepads.
- More event support in MSHTML.
- Obsolete DOS code removed.
- Various bug fixes. |
3.1,1 18 Feb 2018 00:17:59
  |
gerald  |
Fix the ibiblio.org URL in MASTER_SITE - the old address redirects,
which in itself is a reason to adjust, but even redirects in an
incompatible manner. |
3.1,1 08 Feb 2018 21:54:25
  |
gerald  |
The issue of clang 6.0.0 crashing when building Wine was just resolved
with __FreeBSD_version 1200057, so reduce the window of versions we
need a workaround for to 1200056.
PR: 224863
Thanks to: dim |
3.1,1 03 Feb 2018 22:41:40
  |
gerald  |
Now that Wine 3.0 has been released, Wine is in regular development
again and Wine 3.1 is the first snapshot. It includes the following
changes:
- Kerberos authentication support.
- Window class redirection for Common Controls 6.
- Support for X11 ARGB visuals.
- DOSBox is required for running DOS executables.
(This is enabled via the existing DOSBOX option.)
- Various bug fixes.
As some functionality moved from the Wine Staging tree, so have some
files that now install by default (and are thus no longer contingent
on the STAGING option). |
3.0.r6,1 28 Jan 2018 14:47:36
  |
gerald  |
Use GCC instead of the system compiler on FreeBSD 12.x/AMD64 with
clang 6.0.0 since that compiler crashes.
PR: 224863 |
3.0.r6,1 21 Jan 2018 21:17:12
  |
gerald  |
Configure --without-krb5 aka Kerberos support. This should not make a
real difference (and definitely not for clean builds), but makes this
explicit and also avoids a configure warning. |
3.0.r6,1 14 Jan 2018 00:21:44
  |
gerald  |
Update to Wine 3.0 RC6 which brings some further bug fixes.
Replace STAGING_LIB_DEPENDS by LIB_DEPENDS+= in the block providing
support for the STAGING option to have (nearly) everything related
to that in one place. |
3.0.r5,1 08 Jan 2018 00:13:21
  |
gerald  |
Update to Wine 3.0 RC5 which brings yet more bug fixes.
Configure --without-udev since FreeBSD does not feature udev support
as such. (This should not be a practical change, but makes this explicit
and also avoids a configure warning.) |
3.0.r4,1 31 Dec 2017 06:11:40
  |
gerald  |
Update to Wine 3.0 RC4 which brings yet more bug fixes. |
3.0.r3,1 24 Dec 2017 17:17:36
  |
tijl  |
Replace USE_AUTOTOOLS with a plain dependency on devel/autoconf. |
3.0.r3,1 23 Dec 2017 04:30:27
  |
gerald  |
Update to Wine 3.0 RC2, which brings a few more bug fixes. |
3.0.r2,1 18 Dec 2017 19:14:32
  |
gerald  |
Update to Wine 3.0 RC2, which brings a number of bug fixes (no features). |
3.0.r1,1 09 Dec 2017 12:50:21
  |
gerald  |
Update to Wine 3.0 RC1, the first release candidate of Wine 3.0.
This includes the following changes:
- Direct3D 11 enabled by default on AMD and Intel GPUs.
- Implementation of the task scheduler.
- Registry export support in the reg.exe tool.
- Progman DDE support.
- OLE data cache improvements.
- More event support in MSHTML.
- Relay debugging improvements.
- Various bug fixes.
I got files/patch-dlls_advapi32_perf.c merged upstream, so we can
now remove it here. |
2.22,1 02 Dec 2017 12:36:01
  |
gerald  |
Actually commit the following, which I had omitted from revision 455277:
Mark the STAGING option, and hence the wine-staging port as well, as
BROKEN. Once again that patchset still is not available yet a week
after the Wine snapshot. |
2.22,1 01 Dec 2017 11:48:12
  |
gerald  |
Update to Wine 2.22. This includes the following changes:
- Source selection dialog for scanners.
- Float audio formats with more than 2 channels in XAudio.
- Fixes for DLL injection support.
- Input methods improvements.
- Various bug fixes.
Mark the STAGING option, and hence the wine-staging port as well, as
BROKEN. Once again that patchset still is not available yet a week
after the Wine snapshot.
Temporarily add a patch against dlls/advapi32/perf.c that I got
accepted upstream in the meantime, so it should become obsolete
with the next minor version. |
2.21,1 23 Nov 2017 08:16:50
  |
gerald  |
The Wine Staging patchset finally became available for this version, so
unbreak the STAGING option and hence also the wine-staging port. |
2.21,1 18 Nov 2017 20:29:03
  |
gerald  |
Explicitly add x11 and xext to USE_XORG (when the X11 option is set),
both of which were pulled in implicitly so far.
Somehow this escaped my testing in a sandbox so far.
Reported by: Mk/Scripts/qa.sh via dbn@ |
2.21,1 15 Nov 2017 13:27:11
  |
gerald  |
Update to Wine 2.21. This includes the following changes:
- Still more metafile support in GdiPlus.
- Indirect draws support in Direct 3D.
- Services fixes on WoW64.
- Better DPI scaling in the Shell Explorer.
- Various bug fixes.
On the way, generally disable PulseAudio support, not just for the
Wine Staging case (where this originally only existed). [1]
Talking about Wine Staging, mark that (via the STAGING option, and hence
the wine-staging port as well) as BROKEN once again; that patchset still
is not available yet, and we cannot wait forever.
PR: 195765 [1]
Reported by: dbn [1] |
2.20,1 15 Nov 2017 03:48:27
  |
gerald  |
Fix pkg-plist for the MPG123 option -- where a different dynamic
library is now created. |
2.20,1 06 Nov 2017 16:41:17
  |
gerald  |
The Staging patchset now became available for Wine 2.20, so unbreak
wine-devel in the presence of the STAGING option and wine-staging per se. |
2.20,1 04 Nov 2017 19:42:19
  |
gerald  |
Update to Wine 2.20. This includes the following changes:
- 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] |
2.19,1 20 Oct 2017 21:04:33
  |
gerald  |
Update to Wine 2.19. This includes the following changes:
- Named pipes now fully handled by the Wine server.
- Support for a new Microsoft root certificate.
- More transform fixes in GdiPlus.
- Some heap allocation optimizations.
- Various bug fixes. |
2.18_2,1 12 Oct 2017 16:15:11
  |
gerald  |
include/wine/windows/d3d11_2, include/wine/windows/d3d11_3 and
include/wine/windows/d3d11_4 actually are not contingent on the
STAGING option, so always package them.
PR: 220950 |
2.18_1,1 12 Oct 2017 16:02:44
  |
gerald  |
Use ${GREP}, ${SED}, and ${PRINTF} instead of their direct brethren.
Reported by: portlint |
2.18_1,1 04 Oct 2017 20:40:36
  |
gerald  |
bin/widl actually never was dependent on the STAGING option, this was
a test escaping into the tree as part of the recent version update. |
2.18,1 04 Oct 2017 20:24:00
  |
gerald  |
Add a new Makefile target check-wine-devel-vs-wine-staging that works
around a deficiency of Mk/Scripts/check-stagedir.sh that does not spot
entries in pkg-plist that move from being enabled only with the STAGING
option (%%STAGING%%foo/bar/file) to being there by default (foo/bar/file).
This has caused actual issues for users, so we need to regularly check
for such cases, which a simple `check-wine-devel-vs-wine-staging` will
now do, provided the staging directory is accessible.
PR: 220950 |
2.18,1 04 Oct 2017 19:15:41
  |
gerald  |
Update to Wine 2.18. This includes the following changes:
- Radial gradients in Direct2D.
- Asynchronous message support in WebServices.
- Virtual memory write watches improvements.
- FreeType 2.8.1 compatibility fixes.
- Various bug fixes. |
2.17_1,1 29 Sep 2017 23:16:11
  |
gerald  |
Fix pkg-plist wrt. four files that have moved from only being available
with the Wine Staging patchset (and the STAGING option of this port) to
the default case. |
2.17,1 21 Sep 2017 20:28:13
  |
gerald  |
Update to Wine 2.17. This includes the following changes:
- Better support for grayscale mode in DirectWrite.
- Per-application StartupWMClass in desktop files.
- Virtual memory compatibility improvements.
- Palette handling improvements in WindowsCodecs.
- Reply messages improvements in WebServices.
- Various bug fixes. |
2.16_1,1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.16,1 08 Sep 2017 14:08:12
  |
gerald  |
Update to Wine 2.16. This includes the following changes:
- Support for pasting metafiles in RichEdit.
- Better support for grayscale PNG images.
- Support for safety features in library loading.
- Better handling of transforms in GdiPlus.
- Rendering improvements in DirectWrite.
- Various bug fixes.
Move ONLY_FOR_ARCHS into its proper location. |
2.15,1 23 Aug 2017 21:49:57
  |
gerald  |
Update to Wine 2.15. This includes the following changes:
- Support for AES encryption.
- Improved Bezier support in Direct2D.
- Chunked transfer improvements in WinInet.
- Various bug fixes.
Move USES a bit up in the Makefile to respect desired order. |
2.14,1 08 Aug 2017 06:32:26
  |
gerald  |
Update wine-mono-devel from upstream 4.7.0 to 4.7.1 with minor fixes. |
2.14,1 08 Aug 2017 06:27:24
  |
gerald  |
Update to Wine 2.14. This includes the following changes:
- Mono engine updated with some bug fixes.
- C++ calling convention workarounds in the IDL compiler.
- Various bug fixes.
Sort ONLY_FOR_ARCHS. |
2.13,1 25 Jul 2017 21:01:35
  |
gerald  |
Update to Wine 2.13. This includes the following changes:
- Unicode data updated to Unicode 10.0.0.
- Nicer looking default mouse cursors.
- Persistent connections support in WinHTTP.
- Message Framing protocol support in WebServices.
- Improved metafile support in GdiPlus.
- Debug registers support in x86-64 exception handling.
- Anti-aliasing improvements in DirectWrite.
- Various bug fixes. |
2.12_1,1 23 Jul 2017 19:59:16
  |
gerald  |
Move some twenty files that originally were part of the Wine Staging
patchset when Wine 2.0 branched and have been integrated into the Wine
development tree since then from being only included in packages / installed
ports when option STAGING is active to the general case (i.e., omit
the leading %%STAGING%% marker from their entries in pkg-plist).
This points to an unfortunate deficiency in Mk/Scripts/check-stagedir.sh
which we are relying on. [1]
PR: 220950 [1] |
2.12,1 12 Jul 2017 03:42:38
  |
gerald  |
Update to Wine 2.12. This includes the following changes:
- Some performance improvements with async I/O.
- More RegEdit file parser improvements.
- Beginnings for MSI user interface support.
- Various bug fixes.
And correspondingly various new library files. |
2.11,1 02 Jul 2017 02:49:24
  |
gerald  |
Update to Wine 2.11. This includes the following changes:
- Support for security labels.
- More dictionary support in WebServices.
- New registry file parser in RegEdit.
- Various bug fixes. |
2.10,1 14 Jun 2017 21:29:14
  |
gerald  |
Update to Wine 2.10. This includes the following changes:
- Dictionary support in WebServices.
- A number of Direct2D fixes.
- User interface improvements in RegEdit.
- OLE clipboard cache fixes.
- Various bug fixes.
Associated (non-trivial) changes to pkg-plist. |
2.9,1 31 May 2017 06:53:21
  |
gerald  |
Update to Wine 2.9. This includes the following changes:
- Support for tesselation shaders in Direct3D.
- Binary mode support in WebServices.
- Clipboard changes detected through Xfixes.
- User interface improvements in RegEdit.
- Various bug fixes. |
2.8_1,1 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2.8,1 20 May 2017 16:46:53
  |
gerald  |
Update to Wine 2.8. This includes the following changes:
- Direct3D command stream runs asynchronously.
- Better serial and parallel ports autodetection.
- Still more fixes for high DPI settings.
- Various bug fixes. |
2.7,1 03 May 2017 20:52:04
  |
gerald  |
Update to Wine 2.7. This includes the following changes:
- TCP and UDP connection support in WebServices.
- Various shader improvements for Direct3D 11.
- Improved support for high DPI settings.
- Partial reimplementation of the GLU library.
- Support for recent versions of OSMesa.
- Various bug fixes. |
2.6,1 20 Apr 2017 18:53:29
  |
gerald  |
Update to Wine 2.6. This includes the following changes:
- Multi-threaded command stream in Direct3D.
- More Shader Model 5 instructions.
- More support for 3D textures.
- Better font transformations in DirectWrite.
- Various bug fixes. |
2.5_1,1 10 Apr 2017 07:51:16
  |
gerald  |
Update to Wine 2.5. This includes the following changes:
- Support for message-mode named pipes.
- Translation of version resources through po files.
- Transform feedback support in Direct3D.
- Scheduler classes in C++ runtime.
- Better scrolling in popup menus.
- More improvements to the XML reader.
- Various bug fixes.
Plus a number of new facilities coming with wine-staging and the
STAGING option in wine-devel. |