notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/wine-devel/distinfo

Number of commits found: 344 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Sunday, 12 Apr 2020
10:05 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 5.6 (which is enabled
by the STAGING option).
Original commitRevision:531500 
Friday, 10 Apr 2020
21:18 gerald search for other commits by this committer
Update to Wine 5.6.  This includes the following changes:
 - Still more Media Foundation work.
 - Improvements to Active Directory LDAP support.
 - A few more modules converted to PE.
 - Improvements to gdb proxy mode.
 - Various bug fixes.

My fix for a build problem on some versions of FreeBSD in
files/patch-dlls-dbghelp has been accepted upstream, so remove here.

The Wine Staging patch set is lagging once again; we'll add support
once it's available.
Original commitRevision:531339 
Sunday, 29 Mar 2020
09:22 gerald search for other commits by this committer
According to pkg-fallout 11.3-RELEASE-p7 runs into problems building
dlls/dbghelp/module.c after upstream changes in the last two weeks due
to a specific combination of macros related to ELF being (not) defined:

  module.c: In function 'image_locate_build_id_target':
  module.c:643:32: error: 'NT_GNU_BUILD_ID' undeclared (first use in this
function)
    643 |                 if (note[2] == NT_GNU_BUILD_ID)
        |                                ^~~~~~~~~~~~~~~

Add a patch that I created and provided upstream where it was tentatively
ack-ed already.

Reported by:	pkg-fallout
Original commitRevision:529780 
Friday, 27 Mar 2020
22:41 gerald search for other commits by this committer
Update to Wine 5.5.  This includes the following changes:
 - Builtin libraries use the new UCRTBase C runtime.
 - Compatibility mode used when reporting Windows version.
 - Better support for debug information in PE files.
 - Support for linguistic case mappings.
 - More attributes supported in WebServices.
 - Various bug fixes.
Original commitRevision:529283 
Saturday, 14 Mar 2020
12:54 gerald search for other commits by this committer
Update to Wine 5.4.  This includes the following changes:
 - Unicode data updated to Unicode version 13.
 - Builtin programs use the new UCRTBase C runtime.
 - More correct support for Internationalized Domain Names.
 - Support for painting rounded rectangles in Direct2D.
 - Text drawing in D3DX9.
 - Various bug fixes.

This also brings a set of new changes with the Staging Patchset,
so maybe worth a try enabling the STAGING option if something is
not working.
Original commitRevision:528406 
Thursday, 5 Mar 2020
08:58 gerald search for other commits by this committer
Re-apply the main part of r527613 | gerald | 2020-03-02 that covers the
update to Wine 5.3:

  Update to Wine 5.3.  This includes the following changes:
   - More work towards Ucrtbase runtime support.
   - Full support for Unicode normalization.
   - Improvements in Shell Folders handling.
   - Various bug fixes.
Original commitRevision:527817 
Monday, 2 Mar 2020
09:53 antoine search for other commits by this committer
Revert 527613 and unbreak INDEX
Original commitRevision:527622 
07:34 gerald search for other commits by this committer
Update to Wine 5.3.  This includes the following changes:
 - More work towards Ucrtbase runtime support.
 - Full support for Unicode normalization.
 - Improvements in Shell Folders handling.
 - Various bug fixes.

Also allow for this port to be used as master port for i386-wine-devel,
which means we need to avoid duplicate inclusions of bsd.port.pre.mk and
bsd.port.post.mk. [1]

Submitted by:	salvadore [1]
Original commitRevision:527613 
Thursday, 20 Feb 2020
22:46 gerald search for other commits by this committer
Update to Wine 5.2.  This includes the following changes:
 - More compatible codepage mapping tables. [A]
 - Support for using the null display driver as a real driver.
 - Better UTF-8 support in the Resource and Message Compilers.
 - Fixes for using ucrtbase as C runtime.
 - Various bug fixes.

It also brings a significant number of changes to the packaging list,
notably due to [A].

Finally remove wine-staging and i386-wine-staging as conflicts since
those do not exist any longer. [1]

Submitted by:	salvadore [1]
Original commitRevision:526595 
Tuesday, 4 Feb 2020
13:29 gerald search for other commits by this committer
Wine 5.1 is the first snapshot after the Wine 5.0 release, indicating that
development for Wine 6 has started.  This brings the following changes:
 - Better reporting of error location in JScript and VBScript.
 - Support for relocatable installation of the Winelib tools.
 - Ellipse drawing in Direct2D.
 - OLE monikers improvements.
 - Various bug fixes.

Two files (.h/.idl) moved out of the staging patchset with this snapshot.
Original commitRevision:525161 
Tuesday, 21 Jan 2020
06:38 gerald search for other commits by this committer
Update to Wine 5.0 RC6, which is scheduled to be the last release
candidate and brings another twenty-some fixes.
Original commitRevision:523701 
Wednesday, 15 Jan 2020
09:00 gerald search for other commits by this committer
Update to Wine 5.0 RC5 which fixes another nineteen bugs during the
release stabilization process.

Surprisingly still file additions, though only include files, both
for the default configuration and with the Staging patchset.
Original commitRevision:523086 
Sunday, 12 Jan 2020
05:24 gerald search for other commits by this committer
Update to Wine 5.0 RC4 which closes another fifteen bug reports in
this release phase.
Original commitRevision:522752 
Wednesday, 8 Jan 2020
03:38 gerald search for other commits by this committer
Update to Wine 5.0 RC3 which fixes some four dozen bugs on top of RC2.
Original commitRevision:522359 
Saturday, 4 Jan 2020
11:21 gerald search for other commits by this committer
Update to Wine 5.0 RC2 which fixes three dozen or so bugs.
Original commitRevision:522029 
Thursday, 26 Dec 2019
07:28 gerald search for other commits by this committer
Update to Wine 5.0 RC1, the first release candidate of the upcoming
Wine 5.0 release series.  This includes the following changes:
 - Gecko update, with support for running from a global location.
 - Unicode data updated to Unicode version 12.1.
 - Initial version of the MSADO (ActiveX Data Objects) library.
 - Update installation support in the WUSA (Windows Update Standalone)
   tool.
 - More progress on the kernel32/kernelbase restructuring.
 - Support for signing with ECDSA keys.
 - Various bug fixes.

In tandem update wine-gecko-devel from 2.47 to 2.47.1 - a minor update,
though URL and filename change from wine_devel to wine-devel, which is
in line with wine-mono-devel, for example, but easy to miss.  (Due to
revision r520775 this is only a one-liner now, though.)
Original commitRevision:520892 
Wednesday, 4 Dec 2019
02:32 gerald search for other commits by this committer
Update to Wine 4.21.  This includes the following changes:
 - HTTP proxy configuration through DHCP.
 - Parameter block support in D3DX9.
 - A few more dlls converted to PE.
 - Various bug fixes.
Original commitRevision:518982 
Sunday, 24 Nov 2019
04:25 gerald search for other commits by this committer
Update to Wine 4.20.  This includes the following changes:
 - New version of the Mono engine with an FNA update. [1]
 - Code persistence in VBScript and JScript.
 - Vulkan spec updates.
 - Various bug fixes.

And further merges (and two files) coming over from Wine Staging.

Update wine-mono-devel to the upstream release 4.9.4. [1]

Approved by:	dbn (blanket) [1]
Original commitRevision:518293 
Sunday, 3 Nov 2019
09:23 gerald search for other commits by this committer
Update to Wine 4.19.  This includes the following changes:
 - A number of additional VBScript features.
 - More stateblock support in WineD3D.
 - Some fixes for ARM64 support (which we do not have on FreeBSD).
 - Various bug fixes.

And some bits have moved from STAGING into the main tree; yeah!
Original commitRevision:516403 
Monday, 21 Oct 2019
11:48 gerald search for other commits by this committer
Update to Wine 4.18.  This includes the following changes:
 - Many new VBScript functions.
 - A number of cleanups and improvements in Quartz.
 - Fixes for several test failures.
 - Various bug fixes.

Both the standard installation and the Staging patchset have gained new
libraries.
Original commitRevision:515101 
Monday, 30 Sep 2019
14:02 gerald search for other commits by this committer
Update to Wine 4.17.  This includes the following changes:
 - New version of the Mono engine with upstream fixes.
 - Support for DXTn compressed textures.
 - Initial version of the Windows Script runtime library.
 - Support for XRandR device change notifications.
 - Support for generating RSA keys.
 - Various bug fixes.

Update wine-mono-devel to the upstream release 4.9.3. [1]

Approved by:	dbn (blanket) [1]
Original commitRevision:513378 
Monday, 16 Sep 2019
03:26 gerald search for other commits by this committer
Update to Wine 4.16.  This includes the following changes:
 - More reliable mouse grabbing in games.
 - Better cross-compilation support in WineGCC.
 - Improved compatibility with Windows debuggers.
 - Various bug fixes.
Original commitRevision:512139 
Monday, 2 Sep 2019
12:48 gerald search for other commits by this committer
Update to Wine 4.15.  This includes the following changes:
 - Initial implementation of the HTTP service.
 - RichEdit control optimizations.
 - Various bug fixes.

lib/wine/wuauserv.exe.so (and Co) have moved from the Staging patchset,
off by default, to upstream.

A variation of files/patch-dlls_iphlpapi_ipstats.c has been merged
upstream after my submission, so drop this local patch.
Original commitRevision:510782 
Sunday, 18 Aug 2019
07:36 gerald search for other commits by this committer
Update to Wine 4.14.  This includes the following changes:
 - New version of the Mono engine (4.9.2) with upstream updates.
 - Various bug fixes.
Original commitRevision:509189 
Sunday, 4 Aug 2019
00:00 gerald search for other commits by this committer
Update to Wine 4.13.  This includes the following changes:
 - Support for Passport HTTP redirects.
 - A bunch of header updates.
 - Various bug fixes.

And some new stuff coming in via the optional Staging patchset.
Original commitRevision:508039 
Saturday, 13 Jul 2019
04:40 gerald search for other commits by this committer
Update to Wine 4.12.1 which is a quick bug fix release on top of the
regular 4.12 release that includes fixes for broken 64-bit prefix
initialization.

It also addresses a build failure for Wine Staging (the STAGING
option set in this port). [1]

PR:		239159 [1]
Reported by:	John Hein <jcfyecrayz@liamekaens.com> [1]
Original commitRevision:506504 
Tuesday, 9 Jul 2019
18:13 gerald search for other commits by this committer
Update to Wine 4.12.  This includes the following changes:
 - Still more DLLs are built as PE files by default.
 - Support for Plug & Play device drivers.
 - Better support for the Visual Studio remote debugger.
 - More support for enumerating display devices.
 - Various bug fixes.
Original commitRevision:506291 
Sunday, 23 Jun 2019
12:17 gerald search for other commits by this committer
Update wine-mono-devel to the upstream release 4.9.0. [1]

Update to Wine 4.11.  This includes the following changes:
 - Updated version of the Mono engine, including Windows.Forms.
 - More DLLs are built as PE files by default.
 - Faster implementation of Slim Reader/Writer locks on Linux.
 - Initial support for enumerating display devices.
 - Various bug fixes.

files/patch-dlls_kernel32_Makefile.in needs some adjustments due
to slightly changed context, alas no functional changes.

Approved by:	dbn (blanket) [1]
Original commitRevision:504944 
Wednesday, 12 Jun 2019
05:56 gerald search for other commits by this committer
Update to Wine 4.10.  This includes the following changes:
 - Many DLLs are built as PE files by default.
 - More support for installing Plug and Play drivers.
 - Clock synchronization in Media Foundation.
 - Volume adjustment in audio drivers.
 - Various bug fixes.
Original commitRevision:504001 
Sunday, 26 May 2019
15:17 gerald search for other commits by this committer
Update to Wine 4.9.  This includes the following changes:
 - Initial support for installing Plug and Play drivers.
 - Support for building 16-bit modules in PE format.
 - A lot of code moved to the new KernelBase DLL.
 - Various game controller fixes.
 - Use higher performance system clocks if available.
 - Various bug fixes.

The Wine code around Video4Linux (enabled by the V4L option) has changed
upstream; adjust both the configure invocations and dependency.

A bit more than the usual changes to the packaging list, though everything
appears to be routine evolution there.
Original commitRevision:502726 
Thursday, 16 May 2019
20:58 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 4.8.
Original commitRevision:501805 
Friday, 10 May 2019
20:17 gerald search for other commits by this committer
Update to Wine 4.8.  This includes the following changes:
 - Support building most programs in PE format.
 - Unicode data updated to Unicode 12.0.
 - Support for MSI patch files.
 - Default to non-PIC builds on i386.
 - Joystick support improvements.
 - Asturian locale.
 - Various bug fixes.

Packaging-wise, one additional include file and one moves from the
Staging patchset into Wine proper.
Original commitRevision:501196 
Monday, 29 Apr 2019
14:54 gerald search for other commits by this committer
Actually update to Wine 4.7 which somehow was missing from revision 500375.

Reported by:	makc
Original commitRevision:500412 
Sunday, 28 Apr 2019
22:44 gerald search for other commits by this committer
Update to Wine 4.7.  This includes the following changes:
 - Support for builtin libraries in PE format even on Unix.
 - More implementation of the Debug Engine DLL.
 - Support for the Command Link standard control.
 - Improved Edit control sizing in CJK locales.
 - Various bug fixes.

Officially this also brought an updated version of the Mono engine,
which we got two days ago via revision 500271 already, though.

My local patch files/patch-libinotify is not required any longer [1]
(and would not apply to begin with) after the following upstream commit:

  commit 07c2e8581a2745725cd7ce4282eedb9a8084a1e4
  Author: Damjan Jovanovic <damjan.jov@gmail.com>
  Date:   Sat Apr 20 15:14:53 2019 +0200

    configure: Link wineserver to libinotify if necessary.

    Outside Linux, wineserver fails to link when sys/inotify.h
    is present, as it tries to find inotify symbols in libc,
    which doesn't have them. The inotify symbols are in libinotify.so.
    Detect it properly, and link to it where available.

    Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>

PR:		202564 [1], 168617 [1]
Original commitRevision:500375 
Tuesday, 16 Apr 2019
22:29 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 4.6.
Original commitRevision:499125 
Sunday, 14 Apr 2019
22:00 gerald search for other commits by this committer
Update to Wine 4.6.  This includes the following changes:
 - Beginnings of a Vulkan backend for WineD3D.
 - Support for loading Mono libraries from a shared location.
 - Libwine.dll no longer needed when using Wine DLLs on Windows.
 - Regression tests compiled directly to PE format.
 - Support for the Split Button Common Control.
 - Complex structs support in the typelib marshaller.
 - Video capture ported to Video4Linux version 2.
 - Initial version of the Debug Engine DLL.
 - Various bug fixes.

And two more files have moved from Staging to the primary tree.
Original commitRevision:498953 
Monday, 1 Apr 2019
14:45 gerald search for other commits by this committer
Update to Wine 4.5.  This includes the following changes:
 - Support for Vulkan 1.1.
 - Better support for kernel objects in device drivers.
 - Still more Media Foundation APIs implemented.
 - Support for SVG elements in MSHTML.
 - Fixes for case conversion troubles in Turkish locale.
 - Various bug fixes.
Original commitRevision:497483 
Sunday, 17 Mar 2019
23:03 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 4.4.
Original commitRevision:496112 
Saturday, 16 Mar 2019
22:17 gerald search for other commits by this committer
Update to Wine 4.4.  This includes the following changes:
 - New MSIDB tool for manipulating MSI databases.
 - Support for custom draw buttons in common controls.
 - Many more Media Foundation APIs implemented.
 - Various bug fixes.

(The MSIDB tool was formerly part of the Wine Staging patchset, so we
just need to adjust pkg-plist to include it unconditionally.)
Original commitRevision:495970 
Tuesday, 5 Mar 2019
04:42 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 4.3.
Original commitRevision:494676 
Sunday, 3 Mar 2019
15:04 gerald search for other commits by this committer
Update to Wine 4.3.  This includes the following changes:
 - Reimplementation of XAudio2 using the FAudio library.
 - Mono engine updated to the latest upstream.
 - More modern handling of iconic windows.
 - Improved handling of kernel objects.
 - Various bug fixes.

audio/faudio is a new fixed dependency to cover the first item above;
for the second, update emulators/wine-mono-devel to version 4.8.0. [1]

Three more files have moved from the Wine Staging tree into the main tree.

Approved by:	dbn (blanket) [1]
Original commitRevision:494512 
Thursday, 21 Feb 2019
14:18 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 4.2, and the build
issue(s) I reported have been addressed, so we can remove the BROKEN
marker for our STAGING option.
Original commitRevision:493503 
Saturday, 16 Feb 2019
16:38 gerald search for other commits by this committer
Update to Wine 4.2.  This includes the following changes:
 - Unicode string normalization support.
 - Support for ECC cryptographic keys.
 - Support for mixing 32/64-bit dlls in the load path.
 - Futex-based implementations for more synchronization primitives.
 - Various bug fixes.
Original commitRevision:493046 
Thursday, 7 Feb 2019
10:34 gerald search for other commits by this committer
Now that Wine 4.0 has been released, Wine is in regular development
again and Wine 4.1 is the first snapshot bringing the following changes:
 - Support for NT kernel spinlocks.
 - Better glyph positioning in DirectWrite.
 - More accurate reporting of CPU information.
 - Context handle fixes in the IDL compiler.
 - Various bug fixes.

Sadly the Wine Staging patchset as released in this patchset is broken in
various ways (two of which have been fixed since, but the one hitting here
still in progress), so mark this BROKEN when the STAGING option is set.
Original commitRevision:492357 
Thursday, 31 Jan 2019
09:51 gerald search for other commits by this committer
Update to Wine 4.0, the actual release, with essentially no real changes
from the last RC.  This will shortly move to the main emulators/wine port,
but let's give it a bit of time and wider exposure first.

Forward port r491148 | gerald | 2019-01-25:

Add a new option, GCC, that controls the use of GCC instead of the
system compiler (usually clang these days) as we have been doing since
r334935 in 2013-11-26.  And make that the default, both since there've
been user reports about Wine not working properly with the toolchain
in FreeBSD 12 and since there may be other challenges given that both
upstream and in other distributions GCC is being used all along. [1]

PR:		231010 [1]
Reviewed by:	mat [1]
Tested by:	sbruno [1]
Original commitRevision:491699 
Tuesday, 22 Jan 2019
18:28 gerald search for other commits by this committer
Update to RC6 of Wine 4.0 which addresses another dozen or so bugs
and, oddly enough, sees the Wine Staging patchset install three more
files.

Add gl to X11_USES since a naked USE_GL= as we've had has been
deprecated for a while.
Original commitRevision:490967 
Friday, 18 Jan 2019
22:56 gerald search for other commits by this committer
Update to RC6 of Wine 4.0 with some further bugfixes and an updated
dependency to version 4.7.5 of the Mono engine (wine-mono-devel).
Original commitRevision:490679 
Thursday, 10 Jan 2019
19:10 gerald search for other commits by this committer
Update to RC5 of Wine 4.0 with about a dozen bugfixes.
Original commitRevision:489888 
Saturday, 29 Dec 2018
20:36 gerald search for other commits by this committer
The Wine Staging patchset is now also available for Wine 4.0 RC4.
Original commitRevision:488684 
01:53 gerald search for other commits by this committer
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.
Original commitRevision:488645 
Saturday, 22 Dec 2018
19:29 gerald search for other commits by this committer
Update to RC3 of Wine 4.0 which brings about two dozen bugfixes.
Original commitRevision:488124 
Monday, 17 Dec 2018
19:10 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 4.0 RC2.
Original commitRevision:487705 
01:52 gerald search for other commits by this committer
Update to RC2 of Wine 4.0 which brings a dozen or so bugfixes.
Original commitRevision:487640 
Monday, 10 Dec 2018
16:32 gerald search for other commits by this committer
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.
Original commitRevision:487184 
Sunday, 25 Nov 2018
13:07 gerald search for other commits by this committer
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.
Original commitRevision:485860 
Tuesday, 13 Nov 2018
22:26 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 3.20.
Original commitRevision:484901 
Saturday, 10 Nov 2018
19:55 gerald search for other commits by this committer
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.
Original commitRevision:484639 
Tuesday, 30 Oct 2018
07:41 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 3.19.
Original commitRevision:483456 
Saturday, 27 Oct 2018
06:38 gerald search for other commits by this committer
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.
Original commitRevision:483112 
Tuesday, 16 Oct 2018
15:17 gerald search for other commits by this committer
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.
Original commitRevision:482232 
Sunday, 30 Sep 2018
08:01 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 3.17.
Original commitRevision:480941 
Friday, 28 Sep 2018
21:53 gerald search for other commits by this committer
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.
Original commitRevision:480884 
Saturday, 22 Sep 2018
07:18 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 3.16.
Original commitRevision:480354 
Friday, 14 Sep 2018
21:20 gerald search for other commits by this committer
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.
Original commitRevision:479807 
Thursday, 6 Sep 2018
00:20 gerald search for other commits by this committer
The Wine Staging patchset is now available for Wine 3.15.
Original commitRevision:479069 
Saturday, 1 Sep 2018
10:54 gerald search for other commits by this committer
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.
Original commitRevision:478672 
Saturday, 25 Aug 2018
12:28 gerald search for other commits by this committer
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.
Original commitRevision:478025 
Sunday, 19 Aug 2018
00:25 gerald search for other commits by this committer
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]
Original commitRevision:477548 
Saturday, 21 Jul 2018
20:11 gerald search for other commits by this committer
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]
Original commitRevision:475074 
Wednesday, 11 Jul 2018
14:46 gerald search for other commits by this committer
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.
Original commitRevision:474454 
Tuesday, 26 Jun 2018
18:08 gerald search for other commits by this committer
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.
Original commitRevision:473403 
Saturday, 16 Jun 2018
10:48 gerald search for other commits by this committer
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.
Original commitRevision:472535 
Saturday, 26 May 2018
21:42 gerald search for other commits by this committer
Add information on the Wine Staging patchset (aka the STAGING option)
for version 3.9.

PR:		228518
Submitted by:	lightside@gmx.com
Original commitRevision:470950 
00:49 gerald search for other commits by this committer
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.
Original commitRevision:470875 
Monday, 14 May 2018
00:25 gerald search for other commits by this committer
 - 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.
Original commitRevision:469843 
Tuesday, 1 May 2018
14:20 gerald search for other commits by this committer
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.
Original commitRevision:468761 
Saturday, 14 Apr 2018
15:37 gerald search for other commits by this committer
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.
Original commitRevision:467322 
Saturday, 31 Mar 2018
12:40 gerald search for other commits by this committer
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.
Original commitRevision:466046 
Saturday, 17 Mar 2018
17:32 gerald search for other commits by this committer
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.)
Original commitRevision:464836 
10:29 gerald search for other commits by this committer
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.
Original commitRevision:464779 
Saturday, 3 Mar 2018
20:48 gerald search for other commits by this committer
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.
Original commitRevision:463533 
Sunday, 18 Feb 2018
12:54 gerald search for other commits by this committer
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.
Original commitRevision:462223 
Saturday, 3 Feb 2018
22:41 gerald search for other commits by this committer
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).
Original commitRevision:460858 
Sunday, 14 Jan 2018
00:21 gerald search for other commits by this committer
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.
Original commitRevision:458947 
Monday, 8 Jan 2018
00:13 gerald search for other commits by this committer
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.)
Original commitRevision:458393 
Sunday, 31 Dec 2017
06:11 gerald search for other commits by this committer
Update to Wine 3.0 RC4 which brings yet more bug fixes.
Original commitRevision:457668 
Saturday, 23 Dec 2017
04:30 gerald search for other commits by this committer
Update to Wine 3.0 RC2, which brings a few more bug fixes.
Original commitRevision:457020 
Monday, 18 Dec 2017
19:14 gerald search for other commits by this committer
Update to Wine 3.0 RC2, which brings a number of bug fixes (no features).
Original commitRevision:456670 
Saturday, 9 Dec 2017
12:50 gerald search for other commits by this committer
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.
Original commitRevision:455854 
Friday, 1 Dec 2017
11:48 gerald search for other commits by this committer
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.
Original commitRevision:455277 
Thursday, 23 Nov 2017
08:16 gerald search for other commits by this committer
The Wine Staging patchset finally became available for this version, so
unbreak the STAGING option and hence also the wine-staging port.
Original commitRevision:454745 
Wednesday, 15 Nov 2017
13:27 gerald search for other commits by this committer
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]
Original commitRevision:454242 
Monday, 6 Nov 2017
16:41 gerald search for other commits by this committer
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.
Original commitRevision:453629 
Saturday, 4 Nov 2017
19:42 gerald search for other commits by this committer
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]
Original commitRevision:453481 
Friday, 20 Oct 2017
21:04 gerald search for other commits by this committer
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.
Original commitRevision:452561 
Wednesday, 4 Oct 2017
19:15 gerald search for other commits by this committer
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.
Original commitRevision:451242 
Thursday, 21 Sep 2017
20:28 gerald search for other commits by this committer
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.
Original commitRevision:450303 
Friday, 8 Sep 2017
14:08 gerald search for other commits by this committer
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.
Original commitRevision:449455 
Wednesday, 23 Aug 2017
21:49 gerald search for other commits by this committer
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.
Original commitRevision:448639 
Tuesday, 8 Aug 2017
06:27 gerald search for other commits by this committer
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.
Original commitRevision:447532 

Number of commits found: 344 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »