Commit graph

1024 commits

Author SHA1 Message Date
Gerald Pfeifer
3e853282f9 emulators/wine-devel: Update to Wine 9.0-rc2
This includes the following changes:
 - Bug fixes only, we are in code freeze.
2023-12-18 13:45:45 +00:00
Gerald Pfeifer
1429de03bc emulators/wine-devel: Update to Wine 9.0-rc1
This includes the following changes:
 - Bundled vkd3d upgraded to version 1.10.
 - Support for DH encryption keys with a recent GnuTLS.
 - Keyboard layouts support in the Wayland driver (which we don't use
   yet, though).
 - Various bug fixes.
2023-12-12 13:54:42 +00:00
Gerald Pfeifer
5d2af9e3de 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]
2023-11-26 21:25:03 +00:00
Alastair Hogge
132921c8f8 emulators/wine-devel: GSTREAMER dependency cleanup
* Add missing USES=gnome and USE=GNOME=glib20 for GSTREAMER dependencies
* Add ${STRIP_CMD} to GNU configure environment variable ac_cv_prog_STRIP

PR:		274953
2023-11-16 23:40:27 +00:00
Gerald Pfeifer
22ca9450fa 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.
2023-11-11 15:55:28 +00:00
Alastair Hogge
1f3b9362b9 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
2023-11-06 19:16:50 -05:00
Gerald Pfeifer
a9a707cc8f emulators/wine-devel: Unbreak on i386
Revert an upstream change to tools/winebuild/res32.c that exposed
resource contraints for clang on i386 (cf. the upstream reports
at https://github.com/llvm/llvm-project/issues/62339
and https://bugs.winehq.org/show_bug.cgi?id=54889 ).

Apply this patch only on i386 to minimize divergence and risk on
64-bit x86.

PR:		273987 [1], 271201 [2]
Bi-sected by:	Damjan Jovanovic <damjan.jov@gmail.com> [2]
Motivated by:	scf [1]
2023-11-01 12:32:50 +00:00
Gerald Pfeifer
2d82a45aca 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.
2023-10-31 21:32:21 +00:00
Gerald Pfeifer
1d03b8604e emulators/wine-devel: Sort pkg-plist 2023-10-30 16:52:30 +00:00
Gerald Pfeifer
63ef7d1ab0 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
2023-10-22 16:15:52 +00:00
Gerald Pfeifer
944eff5cfa emulators/wine-devel: Improve configuration for ALSA and OSS
Use ALSA_CONFIGURE_WITH and OSS_CONFIGURE_WITH instead of the
ALSA_CONFIGURE_ON and OSS_CONFIGURE_ON forms.

This properly handles the case where neither the ALSA nor OSS option
are set. It's more resilient to future changes. And shorter.

PR:		273987
2023-10-16 08:23:03 +00:00
Gerald Pfeifer
bc9ce7077b 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.
2023-10-15 09:39:32 +00:00
Gerald Pfeifer
e79d172473 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
2023-10-14 21:43:57 +00:00
Gerald Pfeifer
a37c1315dc 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
2023-10-01 10:15:37 +00:00
Gerald Pfeifer
049f2d665b 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
2023-09-20 20:43:36 +00:00
Gerald Pfeifer
20db1fde7e emulators/wine-devel: Remove myself from pkg-descr
While I occasionally contribute when time permits, I stepped down as
official maintainer. Still listing me here would be confusing.
2023-09-15 03:48:12 +00:00
Gerald Pfeifer
2f0499ea74 emulators/wine-devel: Default to LLVM 15 (instead of 10 or 11)
Port dc3c11a883 from emulators/wine:

  If the user has set the default version of LLVM to 10 or 11, use
  LLVM 15 instead (rather than LLVM 12 as before). LLVM 15 is the
  current default in ports, so one less version to install in case.

Plus it's what everyone else uses. And what this port uses in most
cases.

Approved by:	portmgr (blanket)
2023-09-11 11:56:12 +00:00
Gerald Pfeifer
39f0209b6f emulators/wine-devel: Cover alsa-lib in LD_32_LIBMAP
Forward port commit 215305d603 from emulators/wine:

  Author: Alexander Vereeken <Alexander88207@protonmail.com>
  Date:   Sun Aug 27 21:19:15 2023 +0000

  Ensure the ALSA run-time portions are found under WoW64.

i386 and hence (the old way of) WoW64 is currently BROKEN, so this
is not actually exercised right now. Still good to have this for
when/if it may become relevant again.

PR:		268164
2023-09-09 13:11:24 +00:00
Gerald Pfeifer
5e8f5f9620 emulators/wine-devel: Configure --without-pcsclite
Be explicit about it rather than relying on autoconf. This leads to
(more) reproducible builds.

Approved by:	portmgr (blanket)
2023-09-06 10:22:39 +00:00
Gerald Pfeifer
e7ba5f6bf1 emulators/wine-devel: Switch the default from OSS to ALSA
ALSA has been the default on Linux for ages and is what the majority
of upstream Wine developers use. More importantly, though, it appears
newer versions of Wine aren't actually quite working with OSS for many.
So, switch the default over to ALSA.

(This forward ports 06e0feb25f from emulators/wine.)

Bump PORTREVISION.

PR:             268164
Approved by:	maintainer timeout
2023-09-03 07:50:01 +00:00
Gerald Pfeifer
0ad24a4ecf emulators/wine-devel: Do not redefine DISTFILES
This is probably a relict of the (recently removed) Wine Staging
patchset support and uses the default setting anyways.

Approved by:	portmgr (blanket)
2023-08-29 06:46:29 +00:00
Gerald Pfeifer
ba0e1a78f3 emulators/wine-devel: Add run-time dependency on alsa-plugins
When using the ALSA option (which is not the default) audio did not
work - no audio device appeared for playing and recording and the
following message appeared:

  ALSA lib dlmisc.c:285:(snd_dlobj_cache_get0) Cannot open shared
  library /usr/local/lib/alsa-lib/libasound_module_pcm_oss.so

Providing alsa-plugins at run time addresses this.

(This is a forward port of a26844393b and 3a2594ed6f from the primary
wine port.)

Bump PORTREVSION accordingly.

PR:		273137
2023-08-20 08:07:09 +00:00
Alexander Vereeken
16d8a4b821 emulators/wine-devel: Fix 32-bit pkg invocation for WoW64
This addresses a regression introduced with commit 3f914243d8
on 2022-03-12 which was a forward port from emulators/wine and not
sufficiently adjusted to this port).

Do not bump PORTREVISION since 32-bit builds are broken right now.

PR:	273137
2023-08-15 21:57:36 +00:00
Gerald Pfeifer
7b73514fd1 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
2023-08-13 13:29:15 +00:00
Gerald Pfeifer
af6f5b25da 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>
2023-07-10 08:49:17 +00:00
Jan Beich
83cf9277fc emulators/wine: support graphics/mesa-devel for WoW64
WoW64 currently uses i386 packages on amd64 under special PREFIX, so
- Include mesa-devel paths to LIBGL_DRIVERS_PATH override
- Respect libmap.conf(5) in 32-bit packages

To use simply install mesa-devel as regular and WoW64 package e.g.,
$ pkg install mesa-devel
$ /usr/local/share/wine/pkg32.sh install mesa-devel

In case of issues simply remove mesa-devel e.g.,
$ pkg delete mesa-devel
$ /usr/local/share/wine/pkg32.sh delete mesa-devel

PR:		271140
Reviewed by:	Alex S
Approved by:	maintainer timeout (2 months)
2023-06-29 00:57:50 +00:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Tobias C. Berner
eb98026ac9 emulators/wine-devel,emulators/wine-proton: remove check for removed LLVM_VER 2023-01-15 08:50:45 +01:00
Gerald Pfeifer
6c28ccdfda emulators/wine-devel: Sort pkg-plist 2022-12-15 08:40:33 +00:00
Damjan Jovanovic
387cc07d34 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.
2022-12-10 22:50:47 +00:00
Damjan Jovanovic
624f970c84 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.
2022-11-22 21:04:23 +00:00
Damjan Jovanovic
aeaeb81611 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.
2022-11-16 08:59:10 +00:00
Damjan Jovanovic
0d591db561 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]
2022-11-15 07:59:16 +00:00
Gerald Pfeifer
37e3806d7b 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)
2022-11-01 13:39:21 +00:00
Damjan Jovanovic
481a5510a7 emulators/wine-devel: update to version 7.17
This includes the following changes:
 - High Unicode planes support in DirectWrite.
 - Some work towards Wow64 support in the Vulkan driver.
 - Various bug fixes.
2022-09-26 16:06:00 +02:00
Damjan Jovanovic
439e85e22a 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.
2022-09-11 10:56:14 +00:00
Stefan Eßer
ade2a047e0 Remove WWW lines that have been moved into Makefiles
Approved by:	portmgr (implicit)
2022-09-08 17:46:38 +02:00
Stefan Eßer
986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00
Gerald Pfeifer
09e5822c0f 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
2022-09-05 15:30:15 +00:00
Damjan Jovanovic
08d85ddae1 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.
2022-08-03 20:11:12 +00:00
Damjan Jovanovic
5834740e9a 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)
2022-07-23 17:21:46 +02:00
Tobias C. Berner
27eb52ac6a emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alexander Best <arundel@gmx.net>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Brian Gaeke <brg@dgate.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Gunter Wambaugh <techgunter@yahoo.com>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  Janni
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jeremy Karlson
  *  Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
  *  Joel Sutton <jsutton@webnet.com.au>
  *  Joerg Wunsch <joerg@FreeBSD.org>
  *  Jonathan M. Bresler (jmb)
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kaltashkin Eugene <zhecka@gmail.com>
  *  Kevin Bowling <kbowling@FreeBSD.org>
  *  Li-Lun Wang <llwang@infor.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Hinner
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Nicole Reid <root@cooltrainer.org>
  *  Nishika <nishika@cheerful.com>
  *  Pavel I Volkov <pavelivolkov@googlemail.com>
  *  Piotr Kubaj
  *  Ruan Wei (iamayan@gmail.com)
  *  Sebastian Schuetz <sschuetz@fhm.edu>
  *  Seiichirou Hiraoka
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <axl@iafrica.com>
  *  Simon Dick <simond@irrelevant.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Stijn Hoop <stijn@win.tue.nl>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Bernard <nanard@free.fr>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Tobias Reifenberger <tr@freebsd.mayn.de>
  *  Tom Carrick <knyghtmare@knyghtmare.com>
  *  Travis Poppe <tlp@liquidx.org>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  alepulver
  *  alex
  *  dchapes@ddm.on.ca
  *  dk
  *  elbarto
  *  janek@gaja.ipan.lublin.pl
  *  jhb
  *  jmz
  *  joerg
  *  jraynard
  *  krion
  *  kstailey
  *  mbr@FreeBSD.org
  *  okeeblow <root@cooltrainer.org>
  *  pixel
  *  pjm
  *  tenser@spitfire.ecsel.psu.edu
  *  trasz
  *  trasz <trasz@pin.if.uz.zgora.pl>
  * # Created by Timothy Beyer <beyert@cs.ucr.edu>

With hat:	portmgr
2022-07-20 16:21:50 +02:00
Damjan Jovanovic
11eaf23053 emulators/wine-devel: update to version 7.12
Approved by:	Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
2022-07-11 19:59:05 +02:00
Stefan Eßer
23a14cd7d5 emulators/wine-devel: update to version 7.11
Approved by:	Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
2022-07-11 19:59:05 +02:00
Damjan Jovanovic
10e44112da emulators/wine-devel: update to version 7.10
This includes the following changes:
 - macOS driver converted to PE.
 - Mono engine updated to version 7.3.0.
 - Windows-compatible Unicode collation.
 - Wow64 support in SECUR32.
 - Various bug fixes.

Approved by:	damjan.jov@gmail.com (maintainer)
2022-07-11 18:29:15 +02:00
Gerald Pfeifer
d9e87fa814 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)
2022-07-05 08:05:56 +00:00
Gerald Pfeifer
08d2327e5b 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)
2022-06-21 06:33:24 +00:00
Gerald Pfeifer
c00d1c5e99 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)
2022-06-19 23:40:29 +00:00
Hans Petter Selasky
eb5fce936e emulators/wine-devel: Fix packaging with ALSA on
Make sure the built ALSA libraries are included in the package when ALSA is on.
Fixes ce1e733047 and "make check-plist" .

Approved by: pi (implicit)
2022-05-01 16:45:52 +02:00
Damjan Jovanovic
5c352cfbb4 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.
2022-04-28 16:33:49 +02:00