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/pkg-plist

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

«  1 | 2 | 3  »  

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 
Tuesday, 31 Mar 2020
19:01 gerald search for other commits by this committer
The Wine Staging patchset for Wine 5.5 (off by default) brought one
additional file we missed due to the accidental early commit as part
of revision r529780.  Address that.
Original commitRevision:530004 
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 
Saturday, 8 Feb 2020
10:20 gerald search for other commits by this committer
$DATADIR/winebus.inf is now provided by Wine itself, no longer just by
the Wine Staging patchset (which is contingent on the STAGING option).

We did not detect this due to the way Mk/Scripts/check-stagedir.sh has
false negatives in the presence of %%OPTION%%s in pkg-plist. [1]

PR:		220950 [1]
Original commitRevision:525543 
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 
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 
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 
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 
Tuesday, 16 Jul 2019
05:40 gerald search for other commits by this committer
Fix packaging list (pkg-plist) when the MPG123 option is set.

PR:		239202
Submitted by:	avos
MFH:		2019Q3 (packing list with non-default option)
Original commitRevision:506725 
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 
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 
Wednesday, 1 May 2019
21:17 gerald search for other commits by this committer
Adjust packaging for the STAGING option - three more files.
Original commitRevision:500616 
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, 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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
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
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 
Saturday, 28 Apr 2018
10:37 gerald search for other commits by this committer
include/wine/windows/ddk/fltkernel.h no longer depends on the STAGING
option, it's been merged in the upstream tree.
Original commitRevision:468535 
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
13:08 gerald search for other commits by this committer
Fix pkg-plist in the presense of the STAGING option (and hence Wine Staging
patchset): wined3d-csmt.dll is no longer created.
Original commitRevision:466047 
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 
Sunday, 18 Mar 2018
22:24 gerald search for other commits by this committer
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>
Original commitRevision:464959 
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 
Tuesday, 20 Feb 2018
11:57 gerald search for other commits by this committer
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
Original commitRevision:462388 
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 
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 
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 
03:48 gerald search for other commits by this committer
Fix pkg-plist for the MPG123 option -- where a different dynamic
library is now created.
Original commitRevision:454221 
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 
Thursday, 12 Oct 2017
16:15 gerald search for other commits by this committer
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
Original commitRevision:451904 
Wednesday, 4 Oct 2017
20:40 gerald search for other commits by this committer
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.
Original commitRevision:451249 
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 
Friday, 29 Sep 2017
23:16 gerald search for other commits by this committer
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.
Original commitRevision:450939 
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 
Tuesday, 25 Jul 2017
21:01 gerald search for other commits by this committer
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.
Original commitRevision:446628 
Sunday, 23 Jul 2017
19:59 gerald search for other commits by this committer
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]
Original commitRevision:446505 
Wednesday, 12 Jul 2017
03:42 gerald search for other commits by this committer
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.
Original commitRevision:445571 
Sunday, 2 Jul 2017
02:49 gerald search for other commits by this committer
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.
Original commitRevision:444862 
Wednesday, 14 Jun 2017
21:29 gerald search for other commits by this committer
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.
Original commitRevision:443601 
Saturday, 20 May 2017
16:46 gerald search for other commits by this committer
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.
Original commitRevision:441319 
Thursday, 20 Apr 2017
18:53 gerald search for other commits by this committer
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.
Original commitRevision:438988 
Monday, 10 Apr 2017
07:51 gerald search for other commits by this committer
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.
Original commitRevision:438128 
Tuesday, 21 Mar 2017
21:13 gerald search for other commits by this committer
Update wine-devel to Wine 2.4.  This includes the following changes:
 - Built-in implementation of cryptographic hashes.
 - More Direct3D command stream work.
 - Simulated bold and italic in DirectWrite.
 - Improvements to the XML reader.
 - Various bug fixes.

Also the Mono engine (wine-mono-devel) is updated with upstream fixes
to version 4.7.0.
Original commitRevision:436657 
Tuesday, 7 Mar 2017
19:59 gerald search for other commits by this committer
Update to Wine 2.3.  This includes the following changes:
 - Obsolete wineinstall script removed.
 - More Direct3D command stream work.
 - A few more Shader Model 5 instructions.
 - Better underline rendering in DirectWrite.
 - Improved ODBC support on 64-bit.
 - Various bug fixes.
Original commitRevision:435645 
Friday, 24 Feb 2017
20:11 gerald search for other commits by this committer
Update to Wine 2.2.  This includes the following changes:
 - Windows version set to Windows 7 for new prefixes.
 - More steps towards the Direct3D command stream.
 - Still more Shader Model 5 instructions.
 - Initial support for double-buffered theme painting.
 - Various bug fixes.
Original commitRevision:434745 
Thursday, 9 Feb 2017
09:11 gerald search for other commits by this committer
Update to Wine 2.1 and hence the new development branch past the
Wine 2.0 release series.  This includes the following changes:
 - Many fixes that were deferred during code freeze.
 - More Shader Model 5 instructions.
 - A number of improvements to MIME message handling.
 - Line breaking improvements in DirectWrite.
 - HID bus service now running by default.
 - Direct2D rendering improvements.
 - Various bug fixes.

Source tarballs now use xz compression, so download size has reduced nicely.
Original commitRevision:433715 
Friday, 27 Jan 2017
22:08 gerald search for other commits by this committer
Remove the %%STAGING%% tag from lib/wine/fakedlls/vcruntime140.dll
(something the current QA framework failed to find).

Bump PORTREVISION since this will add this file to the default package.
Original commitRevision:432598 
Friday, 30 Dec 2016
17:42 gerald search for other commits by this committer
Fix pkg-plist (and hence packaging) when building with OpenAL (and the
OPENAL option).  Many more Windows libraries included now.

PR:		215338
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
Original commitRevision:430011 
Saturday, 17 Dec 2016
14:34 gerald search for other commits by this committer
Fix the package list: Over the last couple of snapshots, a number of
components has moved from the Wine Staging project into Wine proper,
so %%STAGING%%foo/bar/smthng in pkg-plist now becomes just foo/bar/smthng.

However, make check-plist did not notice this and indeed both the
port before this update and with this update always pass check-plist
without issues, both when the STAGING option is set and when it's not.

(This is not a cosmetic issue, by the way, it did affect functionality
of the Wine ports.)

PR:		215338
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
Original commitRevision:428764 
Thursday, 8 Dec 2016
12:38 gerald search for other commits by this committer
Fix a typo in pkg-plist that sneaked in after all my testing, and hence
packaging for lib/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so.
Original commitRevision:428114 
Wednesday, 7 Dec 2016
12:00 gerald search for other commits by this committer
Update to Wine 1.9.24.  This includes the following changes:
 - Support for unordered access views in Direct3D.
 - Many fixes in the regression tests.
 - Some more improvements in HID support.
 - Various bug fixes.

The Staging patchset has not been ported to this version of Wine yet,
even after nearly two weeks, so mark the port BROKEN when the STAGING
option is set.  This also affects the wine-staging port.
Original commitRevision:428049 
Saturday, 26 Nov 2016
16:44 gerald search for other commits by this committer
Fix the order of seven (1+6) file entries.
Original commitRevision:427173 
Wednesday, 16 Nov 2016
10:26 gerald search for other commits by this committer
Update to Wine 1.9.23.  This includes the following changes:
 - Color font support in Direct2D.
 - More color formats in Direct3D.
 - Uninstallation fixes in MSI.
 - Various bug fixes.
Original commitRevision:426233 
Sunday, 6 Nov 2016
16:11 gerald search for other commits by this committer
Update to Wine 1.9.22.  This includes the following changes:
 - Initial implementation of bitmap rendering in Direct2D.
 - More WebServices implementation.
 - A few more steps towards HID support.
 - Various bug fixes.
Original commitRevision:425502 
Wednesday, 19 Oct 2016
15:19 gerald search for other commits by this committer
Update to Wine 1.9.21.  This includes the following changes:
 - Initial version of the HID minidriver.
 - Support for lists in the RichEdit control.
 - System tray improvements.
 - Various bug fixes.

Sort a number of entries in pkg-plist; all files within a given
directory should be fine now, even module %%OPTIONS%%.
Original commitRevision:424260 
Monday, 3 Oct 2016
07:11 gerald search for other commits by this committer
Update to Wine 1.9.20.  This includes the following changes:
 - Reimplementation of the clipboard API.
 - Message handling in WebServices.
 - Many more API Set libraries.
 - Various bug fixes.

Sort the fonts from Staging into the others in pkg-plist.
Original commitRevision:423171 
Monday, 19 Sep 2016
07:55 gerald search for other commits by this committer
Update to Wine 1.9.19.  This includes the following changes:
 - Initial version of a udev bus driver for HID.
 - Various improvements in joystick support.
 - Initial implementation of DC rendering in Direct2D.
 - Improved metafile support in GDI+.
 - Various bug fixes.
Original commitRevision:422414 

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

«  1 | 2 | 3  »