non port: emulators/wine-devel/Makefile |
Number of commits found: 555 (showing only 100 on this page) |
Wednesday, 17 Jun 2020
|
16:21 gerald
Update wine-mono-devel to the upstream release 5.1.0.
 |
Tuesday, 9 Jun 2020
|
21:28 gerald
Update to Wine 5.10. This includes the following changes:
- More progress on the WineD3D Vulkan backend.
- Beginnings of a separate Unix library for NTDLL.
- Better support for anti-cheat kernel drivers.
- More glyph substitutions in DirectWrite.
- Support for DSS private keys.
- ARM64 exception handling fixes.
- Various bug fixes.
files/patch-libs-wine-mmap.c has been included upstream, so remove it.
The area that files/patch-dlls_kernel32_Makefile.in touches has changed
upstream; adjust the patch to those changes, maintaining the gist of our
patch all along.
dlls/ntdll has seen significant rework upstream, unfortunately breaking
on i386 with GCC 9 (though apparently not GCC 10); address that with the
new files/patch-dlls_ntdll that I submitted upstream also.
 |
Sunday, 24 May 2020
|
12:37 gerald
Add a (temporary) patch wine-devel/files/patch-libs-wine-mmap.c to
address an issue that creeped in upstream among the fixes for FreeBSD
that made it into Wine 5.9. [1]
Remove files/patch-tools-winegcc which temporarily reverted the upstream
change that triggered a flurry of breakage and improvements for FreeBSD.
Bump PORTREVISION since both changes are substantial.
 |
Saturday, 23 May 2020
|
09:20 gerald
Update to Wine 5.9. This includes the following changes:
- Major progress on the WineD3D Vulkan backend.
- Initial support for splitting dlls into PE and Unix parts.
- Support for generating PDB files when building PE dlls.
- Timestamp updates in the Kernel User Shared Data.
- Various bug fixes.
files/patch-dlls-dwrite-opentype.c was a backport from upstream past
the Wine 5.8 snapshot so is included here - remove it.
Keep files/patch-tools-winegcc, which reverts an upstream change in
Wine 5.8 for the time being while we assess the situation.
 |
Thursday, 14 May 2020
|
07:40 gerald
Revert 1ccd638b1aa85fb3c43b49d69d279cd509ebdc21 from upstream which
causes problems upon startup while, hopefully, a fix will be created
upstream. (This changes tools/winegcc/winegcc.c)
Backport 23543f20058d1655d3ad552474ce99c01bbd78ea from upstream which
landed after the Wine 5.8 snapshot (and should be included in the next)
and avoid crashes related to fonts.
With these two changes Wine should mostly work again.
 |
Tuesday, 12 May 2020
|
07:41 gerald
Update to Wine 5.8. This includes the following changes:
- Support for Plug & Play device notifications.
- Still more progress on the WineD3D Vulkan backend.
- Initial implementation of a GIF encoder.
- Vulkan spec update.
- Various bug fixes.
 |
Saturday, 9 May 2020
|
10:48 gerald
Explicitly configure --without-inotify so that the presence of the
devel/libinotify port does not pull in an implicit dependency that
is not tracked properly.
Reported by: Andy Mender <andymenderunix@gmail.com>
PR: 245172
MFH: 2020Q2 (blanket: missing dependency)
 |
Wednesday, 6 May 2020
|
21:53 gerald
Push USES=pkgconfig to the global level instead just contingent on the
VKD3D option.
This makes a real difference for the GNUTLS option (on by default) and
others. Accordingly bump PORTREVISION.
Reported by: Benny Goemans <benny.goemans@belgacom.net>
MFH: 2020Q2 (blanket: missing dependency)
 |
Tuesday, 28 Apr 2020
|
18:04 gerald
The Wine Staging patchset is now available for Wine 5.6 (which is enabled
by the STAGING option).
On the way, remove some trailing whitespace that sneaked into the Makefile.
 |
Saturday, 25 Apr 2020
|
09:11 gerald
Update to Wine 5.7. This includes the following changes:
- Wine Mono engine updated to 5.0.0, with upstream WPF support.
- More progress on the WineD3D Vulkan backend.
- Beginnings of a USB device driver.
- Support for building with Clang in MSVC mode.
- Builtin modules no longer depend on libwine.
- Support for configuring Windows version from the command line.
- Various bug fixes.
 |
Friday, 10 Apr 2020
|
21:18 gerald
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.
 |
Thursday, 2 Apr 2020
|
18:54 gerald
Explicitly configure --without-unwind so that the presence of the
devel/libunwind port does not pull in an implicit dependency that
is not tracked properly.
Reported by: Andy Mender <andymenderunix@gmail.com>
PR: 245172
 |
Friday, 27 Mar 2020
|
22:41 gerald
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.
 |
Wednesday, 25 Mar 2020
|
22:04 salvadore
emulators/wine-devel: Change tested variable for master port detection
It has been observed that the target config-recursive for
emulators/i386-wine-devel can cause bsd.port.mk to be included twice when
run in i386 jails. This seems to be due to the fact that config recursive
ignores PKGNAMEPREFIX definiton, which is used in emulators/wine-devel to
test whether bsd.port.[pre.|post.]mk needs to be included or bsd.port.mk
has already been included by i386-wine-devel. We change the testing
variable to WINE_SLAVE_BUILD, defined in i386-wine-devel/Makefile.i386.
Approved by: gerald (maintainer, mentor)
Differential Revision: https://reviews.freebsd.org/D24167
 |
Saturday, 14 Mar 2020
|
12:54 gerald
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.
 |
Wednesday, 11 Mar 2020
|
19:49 salvadore
emulators/i386-wine-devel: Use standard ports infrastructure for ARCH
Until now i386-wine-devel defined its own ARCH variable and manually
included Makefile.i386 for i386 systems and Makefile.inc for amd64
systems. This commit makes use of the standard ARCH variable and renames
Makefile.inc to Makefile.amd64 so that the proper Makefile.${ARCH} is
automatically included.
This requires conditional inclusion of bsd.ports.pre.mk and
bsd.ports.post.mk by emulators/wine-devel [1], master port for
i386-wine-devel: those files must be included only if they have not
already been included by i386-wine-devel.
Approved by: gerald (mentor, maintainer [1])
 |
18:51 gerald
Enhance my hack to catch (more of the) false negatives of
Mk/Scripts/check-stagedir.sh in the presence of options to
also handle %%DATADIR%% in pkg-plist.
This would have caught what I fixed with r525543 | gerald | 2020-02-08.
PR: 220950
 |
Thursday, 5 Mar 2020
|
08:58 gerald
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.
 |
Monday, 2 Mar 2020
|
09:53 antoine
Revert 527613 and unbreak INDEX
 |
07:34 gerald
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]
 |
Friday, 28 Feb 2020
|
10:43 gerald
Add a description for the STAGING option that we've been missing.
Reported by: salvadore
PR: 244480, 244485
 |
Tuesday, 25 Feb 2020
|
12:12 salvadore
Migrate the STAGING option to use option helpers
This is the right thing to do in general and prepares for forthcoming
changes to emulators/i386-wine-devel.
Approved by: gerald (mentor)
 |
Thursday, 20 Feb 2020
|
22:46 gerald
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]
 |
Saturday, 8 Feb 2020
|
10:20 gerald
$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]
 |
Tuesday, 4 Feb 2020
|
13:29 gerald
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.
 |
Saturday, 1 Feb 2020
|
00:31 gerald
Fix the subdirectory of the ibiblio.org mirror sites - now at 5.0.
(We did not notice since by default the SF download infrastructure is
used in case.)
 |
Tuesday, 21 Jan 2020
|
06:38 gerald
Update to Wine 5.0 RC6, which is scheduled to be the last release
candidate and brings another twenty-some fixes.
 |
Wednesday, 15 Jan 2020
|
09:00 gerald
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.
 |
Sunday, 12 Jan 2020
|
05:24 gerald
Update to Wine 5.0 RC4 which closes another fifteen bug reports in
this release phase.
 |
Wednesday, 8 Jan 2020
|
03:38 gerald
Update to Wine 5.0 RC3 which fixes some four dozen bugs on top of RC2.
 |
Saturday, 4 Jan 2020
|
11:21 gerald
Update to Wine 5.0 RC2 which fixes three dozen or so bugs.
 |
Thursday, 2 Jan 2020
|
06:01 gerald
Make sure we employ USES=xorg only when X11/Xorg are actually used,
much as we have had this for USE_XORG and USE_GL for a while.
Without this building with option X11 off actually fails now due to
increased checks in the FreeBSD ports infrastructure.
PR: 242996
Reported by: Patrick McMunn <doctorwhoguy@gmail.com>
 |
Thursday, 26 Dec 2019
|
07:28 gerald
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.)
 |
Wednesday, 4 Dec 2019
|
02:32 gerald
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.
 |
Sunday, 24 Nov 2019
|
04:25 gerald
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]
 |
Sunday, 3 Nov 2019
|
09:23 gerald
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!
 |
Monday, 21 Oct 2019
|
11:48 gerald
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.
 |
Monday, 30 Sep 2019
|
14:02 gerald
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]
 |
Monday, 16 Sep 2019
|
03:26 gerald
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.
 |
Monday, 2 Sep 2019
|
12:48 gerald
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.
 |
Sunday, 18 Aug 2019
|
07:36 gerald
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.
 |
Saturday, 10 Aug 2019
|
17:48 gerald
Add a note how to work around Wine issuing an error message of
i386_set_ldt: Invalid argument
Did you reconfigure your kernel with "options USER_LDT"?
PR: 224264
Submitted by: rozhuk.im@gmail.com
Reviewed by: arrowd
MFH: 2019Q3 (documentation to address crash)
 |
Sunday, 4 Aug 2019
|
00:00 gerald
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.
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Monday, 15 Jul 2019
|
04:41 gerald
Fix the dependency on the wine-mono-devel port which was updated, but
this dependency missed in terms of code, even if mentioned in the log,
in revision 504944 | gerald | 2019-06-23.
PR: 239170
Submitted by: chadf@triularity.org
 |
Saturday, 13 Jul 2019
|
04:40 gerald
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]
 |
Tuesday, 9 Jul 2019
|
18:13 gerald
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.
 |
Sunday, 23 Jun 2019
|
12:17 gerald
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]
 |
Wednesday, 12 Jun 2019
|
05:56 gerald
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.
 |
Sunday, 26 May 2019
|
15:17 gerald
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.
 |
Friday, 10 May 2019
|
20:17 gerald
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.
 |
Monday, 29 Apr 2019
|
14:54 gerald
Actually update to Wine 4.7 which somehow was missing from revision 500375.
Reported by: makc
 |
Saturday, 27 Apr 2019
|
22:39 gerald
Update wine-mono-devel to the upstream release 4.8.3.
Approved by: dbn (blanket)
 |
Monday, 22 Apr 2019
|
14:09 gerald
Actually fix the dependency on wine-mono-devel for real.
PR: 237422
Pointy hat to: gerald
 |
14:01 gerald
Update wine-mono-devel to the upstream release 4.8.1. [1]
Adjust (and actually fix) the dependency on wine-mono-devel in
wine-devel. [2]
PR: 237448 [1], 237422 [2]
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: dbn [1] (blanket)
 |
Sunday, 14 Apr 2019
|
22:00 gerald
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.
 |
Monday, 1 Apr 2019
|
14:45 gerald
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.
 |
Sunday, 17 Mar 2019
|
23:05 gerald
Revert bogus part of revision 496112; STAGING should not have become a
default option.
 |
23:03 gerald
The Wine Staging patchset is now available for Wine 4.4.
 |
Saturday, 16 Mar 2019
|
22:17 gerald
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.)
 |
Sunday, 3 Mar 2019
|
15:04 gerald
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]
 |
Thursday, 21 Feb 2019
|
14:18 gerald
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.
 |
Saturday, 16 Feb 2019
|
16:38 gerald
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.
 |
Thursday, 7 Feb 2019
|
10:34 gerald
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.
 |
Thursday, 31 Jan 2019
|
09:51 gerald
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]
 |
Tuesday, 29 Jan 2019
|
14:02 gerald
Forward port r490827 | gerald | 2019-01-21 from emulators/wine:
Remove a hack (defining __builtin_ms_va_list and friends) for versions
of clang before 3.8 and hence versions of FreeBSD no longer maintained.
 |
Tuesday, 22 Jan 2019
|
18:28 gerald
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.
 |
Friday, 18 Jan 2019
|
22:56 gerald
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).
 |
Sunday, 13 Jan 2019
|
06:34 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)
 |
Thursday, 10 Jan 2019
|
19:10 gerald
Update to RC5 of Wine 4.0 with about a dozen bugfixes.
 |
Saturday, 29 Dec 2018
|
01:53 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.
 |
Saturday, 22 Dec 2018
|
19:29 gerald
Update to RC3 of Wine 4.0 which brings about two dozen bugfixes.
 |
Monday, 17 Dec 2018
|
19:12 gerald
Revert bogus part of r487705 (enablement of the STAGING option by default
for testing purposes only).
 |
19:10 gerald
The Wine Staging patchset is now available for Wine 4.0 RC2.
 |
01:52 gerald
Update to RC2 of Wine 4.0 which brings a dozen or so bugfixes.
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Monday, 10 Dec 2018
|
16:32 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.
 |
Thursday, 6 Dec 2018
|
23:12 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.
 |
Sunday, 25 Nov 2018
|
13:07 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.
 |
Saturday, 10 Nov 2018
|
19:55 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.
 |
Saturday, 27 Oct 2018
|
06:38 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.
 |
Tuesday, 16 Oct 2018
|
15:17 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.
 |
00:00 jbeich
emulators/wine-devel: expose Vulkan support
VULKAN is for Vulkan-native while VKD3D is for Direct3D 12 games
PR: 231248
 |
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
 |
Friday, 28 Sep 2018
|
21:53 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.
 |
Friday, 14 Sep 2018
|
21:20 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.
 |
Tuesday, 11 Sep 2018
|
18:34 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
 |
Saturday, 1 Sep 2018
|
10:54 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.
 |
Saturday, 25 Aug 2018
|
12:28 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.
 |
Sunday, 19 Aug 2018
|
00:36 gerald
Revert the inadvertent enabling of the STAGING option by default in
revision 477548.
 |
00:25 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]
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Saturday, 21 Jul 2018
|
20:11 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]
 |
Wednesday, 11 Jul 2018
|
14:46 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.
 |
Tuesday, 26 Jun 2018
|
18:08 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.
 |
Sunday, 24 Jun 2018
|
20:18 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
 |
Saturday, 16 Jun 2018
|
10:48 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.
 |
Thursday, 31 May 2018
|
12:30 gerald
Revert inadvertret change to OPTIONS_DEFAULT in previous commit (r471203).
Pointy hat to: self
 |
12:27 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>
 |
Saturday, 26 May 2018
|
00:49 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.
 |
Number of commits found: 555 (showing only 100 on this page) |