non port: emulators/wine-devel/pkg-plist |
Number of commits found: 291 (showing only 100 on this page) |
Sunday, 26 Nov 2023
|
21:25 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.21
This includes the following changes:
- High-DPI scaling and initial Vulkan support in the Wayland driver
(which we don't use yet, though).
- Updates to the locale database.
- Various bug fixes.
Revert
* Add ${STRIP_CMD} to GNU configure environment variable ac_cv_prog_STRIP
from commit 132921c8f8. [1]
PR: 274953 [1]
Discussed with: Alastair Hogge <agh@riseup.net> [1]
5d2af9e |
Saturday, 11 Nov 2023
|
15:55 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.20
This includes the following changes:
- More DirectMusic implementation.
- Protocol associations exported to the Unix desktop.
- Code cleanups in preparation for code freeze.
- Various bug fixes.
22ca945 |
Tuesday, 7 Nov 2023
|
00:16 Robert Clausecker (fuz) Author: Alastair Hogge
emulators/wine-devel: Fix build on i386
Fix pkg-plist to restore building on i386.
Also sort the following in pkg-plist:
include/wine/svcctl.h
include/wine/svcctl.idl
PR: 274905
1f3b936 |
Tuesday, 31 Oct 2023
|
21:32 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.19
This includes the following changes:
- More DirectMusic implementation.
- Various bug fixes.
And we no longer unconditionally pass --without-gstreamer to
configure; both the --without and --with forms now are covered
more specifically.
2d82a45 |
Monday, 30 Oct 2023
|
16:52 Gerald Pfeifer (gerald)
emulators/wine-devel: Sort pkg-plist
1d03b86 |
Sunday, 22 Oct 2023
|
16:15 Gerald Pfeifer (gerald)
emulators/wine-devel: Use GStreamer when supporting sound
When ALSA or OSS are enabled, i.e., we have sound enabled, pull
in and use GStreamer as well.
PR: 273987
Reported by: scf
63ef7d1 |
Sunday, 15 Oct 2023
|
09:39 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.18
This includes the following changes:
- Bundled vkd3d upgraded to version 1.9.
- Initial window management in the Wayland driver (which we don't use).
- SoundFont support in DirectMusic.
- Various bug fixes.
- Bundled FluidSynth library for DirectMusic.
- More window management in the Wayland driver.
- More effect support in Direct3D 10.
- Various bug fixes.
It also includes a fix I got upstream. 8.17 lacks that and fails to
build, which is why we skipped it.
bc9ce70 |
Saturday, 14 Oct 2023
|
21:43 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.16
This includes the following changes:
- Beginnings of a DirectMusic revival.
- Many fixes and improvements in the regression tests.
- Various bug fixes.
And one fix of mine to keep FreeBSD building.
Reset maintainer since sadly Damjan has not been available for the
last ten months due to personal circumstances. Thank you for your
contributions as maintainer and before that - and I hope to see you
back!
PR: 273987
Approved by: maintainer timeout
e79d1724 |
Sunday, 1 Oct 2023
|
10:15 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.15
This includes the following changes:
- Support for TEXT print processor.
- Cycle Collection support in MSHTML.
- Cross-process memory notifications in Wow64.
- Various bug fixes.
PR: 273837
Approved by: maintainer timeout
a37c131 |
Wednesday, 20 Sep 2023
|
20:43 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.14
This includes the following changes:
- Initial support for painting windows in the Wayland driver
(which we do not use yet).
- Command stream performance improvements in WineD3D.
- Wow64 support in WineGStreamer.
- WeakMap support in JScript.
- Georgian translation.
- Dumping of Windows registry files in WineDump.
- Fixes for Wow64 window messages.
- Various bug fixes.
And it brings loads of packaging changes.
PR: 273538
Approved by: maintainer timeout
049f2d6 |
Sunday, 13 Aug 2023
|
13:29 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 8.11
This includes changes from release candidates of version 8.0 and the
actual 8.0 release as well as 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8,
8.9, 8.10, and ultimately 8.11, specifically the following:
- Bundled vkd3d upgraded to version 1.6.
- Vulkan and OpenGL thunking optimizations.
- More support for print processors.
- Improved joystick control panel.
- Long types printf format conversion finished.
- Windows version set to Windows 10 for new prefixes.
- Many code cleanups that were deferred during code freeze.
- Better debug information in Wow64 mode.
- Wow64 thunks in the WPCAP library.
- Indeo IV50 codec support.
- Monitor names set from EDID data.
- Support for the Low Fragmentation Heap.
- Smard card support using PCSC-Lite. [not enabled]
- Bundled Zydis library for more correct disassembly.
- Initial step of the Wayland graphics driver.
- Cleanups in IME support.
- A number of test fixes.
- Bundled vkd3d upgraded to version 1.7.
- Better error reporting in the IDL compiler.
- Support for shared Wow64 Classes registry key.
- More cleanups in IME support.
- Support for configuring a WinRT dark theme.
- Bundled math library from Musl libc.
- Improved spool file support in the PostScript driver.
- DXBC shader parsing delegated to vkd3d.
- More spool file improvements in the PostScript driver.
- More work towards full PE support in the PostScript driver.
- Initial support for loading ARM64EC modules.
- More work on IME restructuration.
- Completion of PE conversion in the PostScript driver.
- Doppler shift support in DirectSound.
- GdiPlus performance improvements.
- All PE->Unix transitions go through the syscall interface.
- Mouse cursor clipping improvements.
- Support for virtual memory placeholders.
- Locale and timezone data updates.
- More mouse cursor clipping improvements.
- Support for TLS alerts.
- Increased available address space in WoW64 mode.
- Various bug fixes.
Now configure --without-pcap since the requirements have changed
since upstream commit 032e8d9c362b881a4213c819d1cc6262f2df4b35 on
February 7th 2023 and stock FreeBSD does not meet them any longer.
Finally, Wine 8.x so far does not appear to work on FreeBSD/i386, so
mark as BROKEN. Still better to progress than being stuck.
PR: 271201, 272710
7b73514 |
Monday, 10 Jul 2023
|
08:49 Gerald Pfeifer (gerald)
emulators/wine-devel: Remove the STAGING option
The Wine Staging patchset is experimental and goes on top of bi-weekly
development snapshots of Wine on top of a non-standard (in the world of
Wine) operating system. That's a lot of moving parts and has proven too
much to reasonably handle and user uptake has been limited at best.
Plus upstream has completely reinvented the mechanism to apply this
patchset and adjusting to that (and the additional dependencies) would
further slow down finally upgrading this port. [1]
(files/extra-gitapply was about the previous mechanism around Wine
Staging.)
PR: 271201 [1]
Discussed with: Damjan Jovanovic <damjan.jov@gmail.org>
af6f5b2 |
Thursday, 15 Dec 2022
|
08:40 Gerald Pfeifer (gerald)
emulators/wine-devel: Sort pkg-plist
6c28ccd |
Saturday, 10 Dec 2022
|
22:50 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: update to Wine 7.22
This includes the following changes:
- 32-on-64 thunks for both Vulkan and OpenGL.
- OpenLDAP library bundled and built as PE.
- Support for the RAW print processor in WinPrint.
- More progress on the long types printf format conversion.
- Various bug fixes.
Also since Wine now comes with the Windows version of OpenLDAP
bundled, remove the native OpenLDAP dependency from the Port.
387cc07 |
Tuesday, 22 Nov 2022
|
21:04 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: update to Wine 7.21
This includes the following changes:
- OpenGL library converted to PE.
- Support for multi-architecture PE builds.
- More preparation work for Vulkan 32-on-64 support.
- Support for creating import libraries without dlltool.
- Locale data updates.
- Various bug fixes.
Additionally, OpenAL has been removed as a dependency, as upstream
no longer provides it either.
624f970 |
Wednesday, 16 Nov 2022
|
08:59 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: update to Wine 7.20
This includes the following changes:
- Font linking improvements.
- A number of fixes for exception unwinding.
- Support for dumping EMF spool files in WineDump.
- Various bug fixes.
files/patch-dlls-ntdll-unix-file.c has been merged upstream; drop it.
aeaeb81 |
Tuesday, 15 Nov 2022
|
07:59 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 7.19
This includes the following changes:
- Support for storing DOS attributes on disk.
- Bundled vkd3d upgraded to version 1.5.
- Support for MPEG-4 audio format.
- Various bug fixes.
This version also requires a patch for the ENODATA error code which
does not consistently exist on FreeBSD. [1]
Submitted by: gerald [1]
0d591db |
Tuesday, 1 Nov 2022
|
13:39 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 7.18
This includes the following changes:
- Character tables updated to Unicode 15.0.0.
- Async reader fixes in GStreamer support.
- Various bug fixes.
(The Staging patchset is broken on FreeBSD 12.x with this snapshot;
simply mark the port as BROKEN in that case.)
Co-authored-by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
37e3806 |
Sunday, 11 Sep 2022
|
10:56 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 7.16
This includes the following changes:
- Wow64 support in X11 driver.
- Session storage in MSHTML.
- Unicode regexp fixes in MSXML.
- IME improvements in Edit control.
- Various bug fixes.
439e85e |
Monday, 5 Sep 2022
|
15:30 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 7.15
This includes the following changes:
- Command lists in Direct2D.
- RSA encryption.
- Initial Wow64 thunking in WIN32U.
- Optional support for colors in test output.
- Various bug fixes.
Approved by: maintainer
09e5822 |
Wednesday, 3 Aug 2022
|
20:11 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.14
This includes the following changes:
- More progress on syscall interface for USER32.
- Improved font fallbacks in DirectWrite.
- Some fixes for socket shutdowns.
- Various bug fixes.
Also since the ibiblio mirror doesn't have Wine 7.x, and SourceForge
doesn't have 7.14, replace them with the upstream URL.
08d85dd |
Saturday, 23 Jul 2022
|
15:21 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.13
This includes the following changes:
- Gecko engine updated to version 2.47.3.
- USB driver converted to PE.
- Some theming improvements.
- Various bug fixes.
Approved by: Damjan Jovanovic <damjan.jov@gmail.org> (maintainer)
5834740 |
Monday, 11 Jul 2022
|
17:59 Stefan Eßer (se)
emulators/wine-devel: update to version 7.11
Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
23a14cd |
17:59 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.12
Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
11eaf23 |
Tuesday, 5 Jul 2022
|
08:05 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 7.9
This includes the following changes:
- A number of fixes for test failures on Windows.
- Various bug fixes.
Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
d9e87fa |
Tuesday, 21 Jun 2022
|
06:33 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 7.8
This includes the following changes:
- X11 and OSS drivers converted to PE.
- WoW64 support in the sound drivers.
- Number formatting using the new locale database.
- Various bug fixes.
(Three files less in an installation with STAGING off.)
Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
08d2327 |
Sunday, 19 Jun 2022
|
23:40 Gerald Pfeifer (gerald)
emulators/wine-devel: Fix alphabetical sorting of pkg-plist
Over the last couple of updates four, five files got slotted into
pkg-plist out of alphabetic ordering. Address that and make things
consistent again.
Approved by: portmgr (blanket)
c00d1c5 |
Sunday, 1 May 2022
|
14:45 Hans Petter Selasky (hselasky)
emulators/wine-devel: Fix packaging with ALSA on
Make sure the built ALSA libraries are included in the package when ALSA is on.
Fixes ce1e733047cfa6bdea3d1bfb767814c7fa2a9809 and "make check-plist" .
Approved by: pi (implicit)
eb5fce9 |
Thursday, 28 Apr 2022
|
14:33 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.7
Relevant changes:
- More progress on the PE conversion of the X11 and OSS drivers.
- Support for UTF-8 as default Ansi codepage.
- Theming support for control panel applets.
5c352cf |
Friday, 22 Apr 2022
|
21:04 Gerald Pfeifer (gerald)
emulators/wine-devel: Fix packaging with OSS off
With revision ce1e733047cfa6bdea3d1bfb767814c7fa2a9809 we introduced
a choice between ALSA and OSS, the latter being the default as before.
This fixes the packaging list when OSS is off (and ALSA on).
2895c1d |
Saturday, 16 Apr 2022
|
01:36 Gerald Pfeifer (gerald)
emulators/wine-devel: Sort pkg-plist
%%WINE32%%lib/wine/%%WINEARCH%%-unix/libwow32.a was put into the
wrong place; easy enough to fix.
2d85790 |
Friday, 8 Apr 2022
|
21:43 Stefan Eßer (se) Author: Gerald Pfeifer
emulators/wine-devel: Update to Wine 7.5
This includes the following changes:
- ALSA driver converted to PE.
- Locale database generated from Unicode CLDR.
- HLSL compiler support with the bundled vkd3d.
- Initial support for the OCSP protocol.
- More cleanups to support 'long' type.
- Various bug fixes.
97c6082 |
Wednesday, 23 Mar 2022
|
21:42 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.4
Changes from 7.2 to 7.3 (skipped):
- More large scale cleanups to support 'long' type.
- Proper support for API sets.
- Progress on the PE conversion of USER32 and WineALSA.
- A number of HID joystick fixes.
Changes from 7.3 to 7.4:
- 'Light' theme enabled by default.
- Bundled vkd3d library.
- WineD3D, D3D12 and DXGI modules converted to PE.
- More large scale cleanups to support 'long' type.
- Various bug fixes.
7249a84 |
Friday, 18 Mar 2022
|
22:15 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.2
This update includes the following changes:
- Large scale cleanup to support 'long' type with MSVCRT.
- Mono engine updated to version 7.1.1.
- More theming fixes in common controls.
- Beginnings of a WMA decoder.
- Support for 64-bit time_t.
- Various bug fixes.
This update installs the wine binaries with ASLR disabled to work
around an issue on 13-STABLE and -CURRENT.
e513846 |
Monday, 31 Jan 2022
|
14:21 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to version 7.1
865fc1d |
Saturday, 8 Jan 2022
|
10:45 Stefan Eßer (se) Author: Damjan Jovanovic
emulators/wine-devel: update to 7.0-rc4
The 4th milestone of the soon to be released Wine 7.0 with 38 bug
fixes, and another 22 bug fixes from the (skipped) RC3 release.
In addition to the patch provided by Damjan, part of the PLIST change
in PR 260612 has been applied to install some files that used to be
dependent on the STAGING option.
ee7c597 |
Monday, 20 Dec 2021
|
11:05 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 7.0 RC2
This is the second milestone of the forthcoming Wine 7.0 release
series. It fixes 34 bugs in addition to the 32 bugs RC1 (which we
skipped) did in addition to the following features it brought:
- Reimplementation of the WinMM joystick driver.
- All Unix libraries converted to the syscall-based interface.
fcc2449 |
Monday, 6 Dec 2021
|
20:31 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 6.23
This includes the following changes:
- Mount manager and CoreAudio driver converted to PE.
- Support for exception handling in Wow64 mode.
- Optional support for using the distribution's PE libraries.
- A number of UI improvements in WineDbg.
- Various bug fixes.
Also fix a pkg-plist issue on i386. [1]
PR: 260125 [1]
Submitted by: Filipe da Silva Santos <contact@shiori.com.br> [1]
5678d83 |
Monday, 22 Nov 2021
|
13:16 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 6.22
This includes the following changes:
- More improvements to HID joystick support.
- WoW64 thunks in a number of Unix libraries.
- Beginnings of moving USER32 to Win32u.
- Various bug fixes.
The Mono engine has been updated to version 7.0.0 in a separate
update to emulators/wine-mono-devel.
Approved by: maintainer (= author)
f339ae3 |
Sunday, 7 Nov 2021
|
08:31 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 6.21
This includes the following changes:
- WinSpool, GPhoto, and a few other modules converted to PE.
- Better support for inline functions in DbgHelp.
- Beginnings of a MSDASQL implementation.
- Various bug fixes.
files/patch-dlls-winebus-6.20 and files/patch-no-procfs have been
accepted upstream, so remove our local copies.
With that, and additional upstream changes, mounting /proc is no
longer required on FreeBSD, so we don't need to document it. [1]
PR: 258795 [1]
Approved by: maintainer (= author)
00078ad |
Tuesday, 2 Nov 2021
|
06:27 Gerald Pfeifer (gerald)
emulators/wine-devel: Account for bundled mpg123 library
Since version 6.20 Wine bundles and unconditionally uses its own copy of
the mpg123 library.
Accordingly remove the MPG123 option and associated logic, unconditionally
package associated files (Mk/Scripts/check-stagedir.sh missed those [1]),
and bump PORTREVISION.
PR: 220950 [1]
e32f90c |
Monday, 1 Nov 2021
|
08:57 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 6.20
This includes the following changes:
- MSXml, XAudio, DInput and a few other modules converted to PE.
- A few system libraries are bundled with the source to support PE builds.
- HID joystick is now the only supported joystick backend in DirectInput.
- Better support for MSVCRT builds in Winelib.
- Various bug fixes.
Also, using our patches within this Port (for now):
- procfs no longer needs to be mounted on /proc, we use sysctl() instead.
- The Staging patchset will apply even if $PORTSDIR is a Git repository.
The latter requires lang/gawk as an additional EXTRACT_DEPENDS.
(The now bundled system libraries will trigger some follow-up changes,
but for now we're okay.)
Approved by: maintainer (= author)
e041ced |
Sunday, 24 Oct 2021
|
01:50 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Package win32u.dll on 64-bit, too
Since upstream commit 80df54a407680859ea777ae0b60aef6f8f378719
in early October 2021, and thus the recent 6.19 release, user32
directly links to win32u which has evolved from a pure stub
during that period.
We have been packaging win32u since FreeBSD commit
1b62862f143abe52c91f69e09c024d8814fd6b95 and the update to Wine 6.11,
alas only on i386. Now it builds and is necessary universally, so
package it everywhere.
Bump PORTREVISION.
PR: 259223
Reported by: Thibault Payet <monwarez@mailoo.org>
Approved by: maintainer (= author)
58a766e |
Tuesday, 19 Oct 2021
|
06:18 Gerald Pfeifer (gerald)
emulators/wine-devel: Fix pkg-plist when X11 is off
Mark three files that are only installed when the X11 option is
enabled accordingly.
8189a2a |
Wednesday, 13 Oct 2021
|
20:54 Gerald Pfeifer (gerald) Author: Damjan Jovanovic
emulators/wine-devel: Update to Wine 6.19
This includes the following changes:
- IPHlpApi, NsiProxy, WineDbg and a few other modules converted to PE.
- More HID joystick work.
- Kernel parts of GDI moved to Win32u.
- More work towards Dwarf 3/4 debug support.
- Various bug fixes.
It also brings minor packaging changes related to the Staging patch set.
a5156f5 |
Wednesday, 29 Sep 2021
|
11:56 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.18
This includes the following changes:
- Shell32 and WineBus libraries converted to PE.
- Unicode data updated to Unicode version 14.
- More work towards Dwarf 3/4 debug support.
- HID joystick enabled by default.
- Various bug fixes.
files/patch-amd64-vs-x86-64, which I submitted upstream, is obsolete
now and the issue has been addressed upstream even more thoroughly,
so drop our local patch.
9688dad |
Sunday, 26 Sep 2021
|
13:27 Gerald Pfeifer (gerald)
emulators/wine-devel: Merge the VKD3D option into X11
Vulkan and vkd3d have few additional dependencies on top of OpenGL
(via Mesa) so fold them into the general X11 switch.
This further reduces the number of options in this port.
PR: 258375
a26036d |
Thursday, 16 Sep 2021
|
21:57 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.17
This includes the following changes:
- WineCfg program converted to PE.
- Better high-DPI support in builtin applications.
- More preparation work for the GDI syscall interface.
- Improved debugger support in Wow64 mode.
- Various bug fixes.
My patch files/patch-dlls-nsiproxy.sys has been accepted upstream,
so remove it on our end.
Work around FreeBSD calling x86-64 by the name of amd64 and the
Ports Collection using this in a variable ARCH, which interferes
with Wine's variable of the same name and messes things up badly.
I have hope to be able to upstream files/patch-amd64-vs-x86-64. [1]
PR: 257020 [1]
Inspired by: Ivan Rozhuk <rozhuk.im@gmail.com> [1]
a02e3c6 |
Friday, 10 Sep 2021
|
07:46 Gerald Pfeifer (gerald)
emulators/wine-devel: Complete the packaging list on amd64
On the way alphabetically sort two other files (both of which are
conditionals).
5b6ae60 |
Tuesday, 31 Aug 2021
|
07:11 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.16
This includes the following changes:
- Initial version of a HID-based joystick backend.
- Improved high-DPI theming support.
- More preparation work for the GDI syscall interface.
- Better CodeView support in WineDump.
- Various bug fixes.
It also addresses a couple of FreeBSD-specific build issues I had to
address due to system headers not including others actually required:
nsiproxy: Include sys/param.h.
nsiproxy: Include netinet/in_pcb.h.
nsiproxy: Include stddef.h.
ntdll: Always return a value in get_builtin_init_funcs.
nsiproxy: Include sys/types.h from udp.c.
nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS.
nsiproxy: Include netinet/in.h in udp.c.
nsiproxy: Include sys/queue.h from tcp.c.
My patch files/patch-dlls-nsiproxy.sys has been integrated upstream,
so remove it here.
4e8baba |
Thursday, 19 Aug 2021
|
06:31 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.15
This includes the following changes:
- WinSock (WS2_32) library converted to PE.
- Support for performance data in the registry.
- More 32->64-bit thunks for NTDLL calls.
- Improved floating point status handling in the C runtime.
- More preparation work for the GDI syscall interface.
- Various bug fixes.
My patch files/patch-dlls-ntdll-unix-virtual.c has been accepted
upstream in the meantime, so remove it here.
7461a3c |
Sunday, 8 Aug 2021
|
09:19 Gerald Pfeifer (gerald)
emulators/wine-devel: XAudio2 no longer depends on OpenAL
Since upstream commit 3e390b1aafff47df63376a8ca4293c515d74f4ba on
2019-02-20 XAudio2 uses FAudio (which already is an unconditional
dependency) and no longer depends on OpenAL, so adjust the packing
list accordingly. [1]
We did not detect this via regular testing due to false negatives
in Mk/Scripts/check-stagedir.sh in the presence of %%OPTION%%s in
pkg-plist. [2]
PR: 257651 [1], 220950 [2]
Submitted by: Alex S <iwtcex@gmail.com> [1]
835981d |
Monday, 2 Aug 2021
|
21:40 Gerald Pfeifer (gerald)
emulators/wine-devel: Invoke with LD_BIND_NOW and revampe WoW
Forward port 1d2af6e08958ac78de9fae727283ac8cdaf8705f and its
two follow-up fixes ad15b0e748b6bd93ef1e36b1c605c1da29d10565 and
1b5885c463320a2af0e7fe2ed0fdca93d760ad19 from emulators/wine:
Wine 6.0 and later need LD_BIND_NOW / LD_32_BIND_NOW on FreeBSD,
cf. https://bugs.winehq.org/show_bug.cgi?id=50257 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252307
so move the actual binaries to wine64.bin / wine.bin and invoke
them via a script that does those settings. [1]
Also revamp the WoW handling/packging which combines 32-bit/i386
Wine into 64-bit/amd64 Wine. [1]
Submitted by: Alex S <iwtcex@gmail.com> [1]
PR: 257284 [1], 252307 [1], 255336, 257020
27ae28d |
Sunday, 1 Aug 2021
|
09:18 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.14
This includes the following changes:
- 32->64-bit thunks implemented in WOW64 dll.
- More preparation work for the GDI syscall interface.
- Various bug fixes.
My patch files/patch-nsiproxy.sys has been accepted upstream, so
remove our local version.
c6eb7a4 |
Wednesday, 28 Jul 2021
|
06:22 Gerald Pfeifer (gerald)
emulators/wine-devel: Fix up pkg-plist
This is the update for Wine 6.13 which was missing from the original
commit.
1abe074 |
Tuesday, 6 Jul 2021
|
06:56 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.12
This includes the following changes:
- Builtin "Blue" and "Classic Blue" themes.
- More work towards WinSock PE conversion.
- Beginnings of the NSI (Network Store Interface) implementation.
- Support for 32/64-bit registry views in reg.exe.
- Various bug fixes.
The Staging patch set is broken for this snapshot; mark the STAGING
option broken accordingly.
Add files/patch-nsiproxy.sys which addresses a build issue on
non-Linux platforms that I pushed upstream in the meantime.
e110b9e |
Sunday, 20 Jun 2021
|
06:47 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.11
This includes the following changes:
- Theming support in all builtin programs.
- All remaining CRT math functions imported from Musl.
- Support for codepage 720 (Arabic).
- Various bug fixes.
1b62862 |
Monday, 7 Jun 2021
|
05:47 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.10
This brings the following changes:
- Shell folders naming scheme follows recent Windows.
- WinePulse library converted to PE.
- More math functions from Musl in the C runtime.
- Various bug fixes.
- And the Mono engine has been updated to version 6.2.0.
0c075c3 |
Wednesday, 26 May 2021
|
08:00 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.9
This includes the following changes:
- WPCAP library converted to PE.
- Support for paper forms in the print spooler.
- More math functions from Musl in the C runtime.
- Various bug fixes.
78fd939 |
Thursday, 20 May 2021
|
05:44 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.8
This includes the following changes:
- Libraries installed into architecture-specific subdirectories.
- Secur32 library converted to PE.
- Support for Map object in JavaScript.
- Various bug fixes.
The first of the above implies massive changes to the packaging
structure.
105de62 |
Monday, 17 May 2021
|
06:01 Gerald Pfeifer (gerald)
emulators/wine-devel: Complete packaging on 64-bit
This did not show up with 32-bit builds and it still packaged fine
with 64-bit builds, alas wow64cpu.dll ended up missing there.
ce06cc1 |
Monday, 26 Apr 2021
|
09:32 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.7
This includes the following changes:
- NetApi32, WLDAP32, and Kerberos libraries converted to PE.
- More Media Foundation work.
- ES6 JavaScript mode.
- Improved WOW64 file system redirection.
- More Plug & Play driver support.
- Keyboard raw input device.
- Various bug fixes.
And another good number of code moves from the Staging tree into the
main tree (as reflected in pkg-plist).
6562fa7 |
Monday, 12 Apr 2021
|
13:11 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.6
This includes the following changes:
- DWrite and DnsApi libraries converted to PE.
- Plug & play driver support improvements.
- Various bug fixes.
Also a decent number of files installed no longer are contingent on
the Staging patchset, having moved into Wine proper.
On the way simplify the dependency on wine-mono-devel.
996345a |
Friday, 9 Apr 2021
|
21:44 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 6.5
This includes the following changes:
- OpenCL support updated to version 1.2.
- More support for IE compatibility modes in MSHTML.
- More windowless RichEdit work.
- A few more WinRT library stubs.
- Various bug fixes.
d3e3974 |
Tuesday, 23 Mar 2021
|
07:35 gerald
The Staging Patchset for Wine 6.4 is available; include it.
Just a minor change in terms of packaging (wow64cpu.dll is gone).
 |
Sunday, 14 Mar 2021
|
11:23 gerald
Update to Wine 6.4. This includes the following changes:
- Support for the DTLS protocol.
- Fontset support in DirectWrite.
- Dialog for editing Access Control entries.
- Theming support for a few more common controls.
- Support for Korean Wansung encoding.
- Various bug fixes.
 |
Sunday, 28 Feb 2021
|
07:18 gerald
Update to Wine 6.3. This includes the following changes:
- Better debugger support in the NT syscall interface.
- WineGStreamer library converted to PE.
- Still more WinRT support in WIDL.
- Optional support for build IDs.
- Various bug fixes.
Most of the files that "disppeared" from the Staging patchset (with
the STAGING option active) with version 6.2 are back. It appears some
patches were temporarily deactivated in that one snapshot.
 |
Saturday, 20 Feb 2021
|
07:26 gerald
The Wine Staging patchset for Wine 6.2 is now available.
A bit unexpectedly a number of files disappeared without being
migrated to the main Wine code base; it appears some sets of
patches were disabled for the time being.
 |
Friday, 12 Feb 2021
|
22:38 gerald
Update to Wine 6.2. This includes the following changes:
- Support for NTDLL debugger APIs.
- More WinRT support in WIDL.
- Various bug fixes.
Also the Mono engine and hence emulators/wine-mono-devel are updated
to version 6.0.0, with DirectX support.
 |
Tuesday, 2 Feb 2021
|
23:15 gerald
Update to Wine 6.1, the first development snapshot after the Wine 6.0
release and first step towards Wine 7.0.
This includes the following changes:
- Arabic text shaping.
- More WinRT support in WIDL.
- VKD3D version 1.2 is used for Direct3D 12.
- Various bug fixes.
Two files have propagated from the Staging patchset to mainline.
 |
Tuesday, 22 Dec 2020
|
16:26 gerald
Update to Wine 6.0 RC3, which brings further bug fixes.
The Wine Staging patchset does not appear to follow the RC phase and
criteria and brings a bunch of new files.
 |
Monday, 7 Dec 2020
|
10:03 gerald
Adjust the download of the Staging patchset to the Wine 6.0 RC1 release
and hence re-enable it. [1]
Temporarily include a patch of mine to address a build breakage with
that patchset, files/extrapatch-staging-server-fd.c.
Update the description for the STAGING option and explicitly label it
as unsupported.
PR: 251606 [1]
 |
Saturday, 5 Dec 2020
|
01:00 gerald
Update to Wine 6.0 RC1, the first milestone of the forthcoming Wine 6.0
release series.
This includes the following changes:
- WindowsCodecs and QCap libraries converted to PE.
- Faster font initialization at process start.
- Support for named pipes with empty names.
- Various bug fixes.
 |
Wednesday, 25 Nov 2020
|
02:24 gerald
The Wine Staging patchset for Wine 5.22 is now available.
(This surprisingly reverts a few additions in terms of installed files
that did not appear in mainline, either.)
 |
Saturday, 21 Nov 2020
|
01:58 gerald
Update to Wine 5.22. This includes the following changes:
- C runtime libraries converted to PE.
- Use fontconfig cache for faster startup.
- Video playback improvements.
- 3DES cipher support.
- Various bug fixes.
 |
Thursday, 12 Nov 2020
|
13:31 gerald
Update to Wine 5.21. This includes the following changes:
- GDI32 library converted to PE.
- More fixes for windowless RichEdit.
- A number of timezone updates.
- Various bug fixes.
files/extrapatch-server-file.c that I added to work around upstream
breakage with the Wine Staging patchset is not necessary any longer,
nor is half of files/extrapatch-dlls-ntdll-unix-file.c.
 |
Sunday, 1 Nov 2020
|
14:15 gerald
Unbreak the (non-default) STAGING option. This requires two local patches
on top of the Wine Staging patchset that address upstream regressions.
It also brings a fair number of STAGING-specific additions to the set of
Wine libraries.
 |
Saturday, 24 Oct 2020
|
11:41 gerald
Update to Wine 5.20. This includes the following changes:
- More work on the DSS cryptographic provider.
- A number of fixes for windowless RichEdit.
- Support for FLS callbacks.
- Window resizing in the new console host.
- Various bug fixes.
 |
Sunday, 11 Oct 2020
|
10:16 gerald
Update to Wine 5.19.
This includes the following changes from Wine 5.18 which we had to skip
since it failed to build on FreeBSD:
- USER32 library converted to PE.
- Console no longer requires the curses library.
- Support for display modes with various orientations.
- A number of syntax fixes in the WIDL compiler.
- Vulkan shader compilation using the new vkd3d-shader library.
- Non-recursive makefiles.
Plus the following changes from version 5.19 itself:
- Wine Mono engine updated to 5.1.1, with WPF text formatting support.
- KERNEL32 library converted to PE.
- DSS cryptographic provider.
- Windowing support in the new console host.
- A number of exception handling fixes.
- Various bug fixes.
Our local patch files/patch-tools-makedep became obsolete by those
changes that first broke version 5.18 and now appear fixed in 5.19.
files/patch-dlls_kernel32_Makefile.in needs some adjustments due to
changed context, but retains the core tweak we've been carrying.
 |
Sunday, 13 Sep 2020
|
10:25 gerald
Update to Wine 5.17. This includes the following changes:
- ADVAPI32 library converted to PE.
- Beginnings of an NDIS network driver.
- Still more restructuration of the console support.
- Various bug fixes.
The Wine Staging patchset for this release is broken on FreeBSD and/or
with GCC 9, so mark this option as broken:
file.c:237:37: error: 'EXTATTR_NAMESPACE_USER' undeclared (first use in this fun
ction)
237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_
USER_PREFIX_LEN],
file.c:237:67: error: 'XATTR_USER_PREFIX_LEN' undeclared (first use in this func
tion); did you mean 'XATTR_USER_PREFIX'?
237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_
USER_PREFIX_LEN],
 |
Monday, 31 Aug 2020
|
08:52 gerald
Update to Wine 5.16. This includes the following changes:
- Support for x86 AVX registers.
- Still more restructuration of the console support.
- Various bug fixes.
Revert an upstream patch (7571fa87df453e404d8b6ca58e2da95340156849)
that breaks the build with GCC 9 for now - files/patch-tools-makedep.
A number of files transitioned from the Staging patchset to the main
codebase, in addition the Staging patchset lost some and gained some.
 |
Thursday, 20 Aug 2020
|
05:20 gerald
Update to Wine 5.15. This includes the following changes:
- Initial implementation of the XACT Engine libraries.
- Beginnings of a math library in MSVCRT based on Musl.
- Still more restructuration of the console support.
- Direct Input performance improvements.
- Exception handling fixes on x86-64.
- Various bug fixes.
lib/wine/libx3daudio1_7.def "disappeared" from the Staging patchset,
without migrating to the default case. That's in addition to a number
of the usual dose of packaging changes.
 |
Monday, 3 Aug 2020
|
06:56 gerald
Update to Wine 5.14. This includes the following changes:
- More restructuration of the console support.
- Initial version of the Webdings font.
- Beginnings of PE conversion of the MSVCRT libraries.
- Various bug fixes.
My patch files/extrapatch-dlls-ntdll-unix-registry.c is now upstream,
so remove it here.
 |
Thursday, 30 Jul 2020
|
12:20 gerald
Reapply revision 542851 that broke the index via an interaction with
emulators/i386-wine-devel and was reverted, now with a tweak to avoid
that breakage:
The Wine Staging patchset for Wine 5.13 is now available and fixed
(compared to the previous one).
It also addresses the build issue for Wine 5.13 that I fixed via
files/patch-dlls-ntdll-unix-registry.c, so we need to make that
patch only apply when the Wine Staging patchset is not used.
PR: 248118 [1]
Submitted by: vvd@unislabs.com
 |
Wednesday, 22 Jul 2020
|
14:00 antoine
Revert r542851 and unbreak INDEX
 |
10:41 gerald
The Wine Staging patchset for Wine 5.13 is now available and fixed
(compared to the previous one).
It also addresses the build issue for Wine 5.13 that I fixed via
files/patch-dlls-ntdll-unix-registry.c, so we need to make that
patch only apply when the Wine Staging patchset is not used.
PR: 248118
Submitted by: vvd@unislabs.com
 |
Saturday, 18 Jul 2020
|
10:46 gerald
Update to Wine 5.13. This includes the following changes:
- Re-mapping of INI files to the registry.
- System call thunks in NTDLL.
- Reimplementation of floating point numbers printing.
- Beginnings of a restructuration of the console support.
- Various bug fixes.
A build error got in upstream the day this snapshot was created;
temporarily address this via files/patch-dlls-ntdll-unix-registry.c
which I alreadly submitted upstream.
(The Wine Staging patchset isn't yet available. No change on that
front yet - it was marked BROKEN anyway.)
 |
Saturday, 4 Jul 2020
|
10:17 gerald
Update to Wine 5.12. This includes the following changes:
- NTDLL converted to PE format.
- Support for the WebSocket API.
- Improved RawInput support.
- Vulkan spec update.
- Various bug fixes.
 |
Monday, 22 Jun 2020
|
06:52 gerald
Update to Wine 5.11. This includes the following changes:
- Wine Mono engine 5.1.0 provides WpfGfx library support.
- More work on the separate Unix library for NTDLL.
- Beginnings of a NetIO kernel driver implementation.
- Initial support for the Print Ticket API.
- Various bug fixes.
Among others my fix from files/patch-dlls_ntdll was accepted upstream,
so remove it here.
Two files have moved from the Staging patchset to the general tree, so
package them across the board.
This snapshot should also fix issues on recent -CURRENT. [1]
PR: 247374 [1]
 |
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.
 |
Saturday, 30 May 2020
|
10:19 gerald
The Wine Staging patchset (which is not enabled by default) gained one
file it installs - take that into account.
 |
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.
 |
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, 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.
 |
Tuesday, 31 Mar 2020
|
19:01 gerald
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.
 |
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.
 |
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.
 |
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
 |
Number of commits found: 291 (showing only 100 on this page) |