Commit graph

164 commits

Author SHA1 Message Date
Damjan Jovanovic
865fc1ddb5 emulators/wine-devel: update to version 7.1 2022-01-31 15:21:52 +01:00
Alex S
6344ed87cd emulators/wine-devel: Use the right libgcc_s for 32-bit on amd64
Forward port 316c372c7d from the main
wine port:

  In our situation, where we leverage 32-bit, i386 executables of Wine
  in an amd64 world running 64-bit executables of Wine, the rpath of
  $PREFIX/lib/gcc10 which Mk/bsd.gcc.mk sets for the former makes the
  dynamic linker attempt to load a 64-bit version of libgcc_s.so which
  happens to be at that location on amd64.

  Removing this rpath setting at compilation time would be comparatively
  more involved, so leverage LD_32_LIBMAP which we are already using in
  wine-wow64.sh to point to the system version of libgcc_s.so.

  This works since for C code both flavors of libgcc_s.so are fully
  compatible and Wine's C++ dependencies Wine (like openal-soft and
  various Mesa userspace graphics drivers) are actually compiled with
  clang. In other words we are only reverting to the version of the
  library they would normally load without rpath interference.

Bump PORTREVISION so new packages with the tweaked script will be
generated.

PR:		259926
Reported by:	nc
Tested by:	nc
2021-12-11 19:25:53 +00:00
Alexander Vereeken
d1eb332c0e emulators/wine-devel: Fix message in wine-wow64.sh
The reference to wine for i386 really needs to be wine-devel to match
this port.

PR:		259827
2021-12-04 16:08:07 +00:00
Damjan Jovanovic
00078ad233 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)
2021-11-07 08:31:42 +00:00
Damjan Jovanovic
e041ced513 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)
2021-11-01 08:57:10 +00:00
Gerald Pfeifer
db74b2d979 emulators/wine-devel: Pare down pkg-message
Forward port commit 7758a5695f from
the emulators/wine port.

Approved by:	maintainer
2021-10-31 06:39:33 +00:00
Alex S
d10bf5d0be emulators/wine-devel: Adjust pkg32.sh to pkg 1.17.3
After recent changes, given an uninitialized root dir pkg now fails
with:

  pkg: Error opening the trusted directory /usr/share/keys/pkg/trusted
  pkg: Error loading trusted certificates

This works around it for our WoW setup.

PR:		259404
Approved by:	Damjan Jovanovic <damjan.jov@gmail.com>
2021-10-26 08:21:18 +00:00
Alex S
48fcd1c226 emulators/wine-devel: Point Vulkan loader at 32-bit Mesa libs
PR:		259211
Approved by:	Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
2021-10-25 14:31:53 +00:00
Gerald Pfeifer
9688dadd0b 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.
2021-09-29 11:56:01 +00:00
Gerald Pfeifer
24336172a3 emulators/wine-devel: Translate amd64 to x86_64
In a02e3c6686 we translated amd64
to x86-64, which is the marketing name, alas we need to use x86_64,
the technical name used on the GNU universe (and by Wine). What a
difference underscore vs dash makes.
2021-09-17 14:29:25 +00:00
Gerald Pfeifer
a02e3c6686 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]
2021-09-16 21:57:50 +00:00
Gerald Pfeifer
210a5da8ef emulators/wine-devel: Fix build on newer versions
Yet another recent breakage in dlls/nsiproxy.sys, this time only on
newer versions of FreeBSD, yet another patch submitted upstream (and
included locally temporarily).
2021-09-06 18:58:24 +00:00
Gerald Pfeifer
4e8baba14a 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.
2021-08-31 07:11:18 +00:00
Gerald Pfeifer
3353a8922a emulators/wine-devel: Fix the build in dlls/nsiproxy.sys
In what looks like a change between FreeBSD 11 and FreeBSD 12 and later
we now need to explicitly include sys/queue.h to avoid

   In file included from dlls/nsiproxy.sys/tcp.c:42:
   /usr/include/netinet/tcp_var.h:516:2: error:
   expected specifier-qualifier-list before 'TAILQ_ENTRY'
   516 | TAILQ_ENTRY(tcptw)  tw_2msl;

I submitted this upstream already where it got accepted, so this patch
files/patch-dlls-nsiproxy.sys is only a temporary stop gap.
2021-08-27 06:24:25 +00:00
Gerald Pfeifer
7461a3c201 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.
2021-08-19 06:31:49 +00:00
Gerald Pfeifer
7d6c458605 emulators/wine-devel: Fix build when devel/libsysinfo is present
When devel/libsysinfo is present, <sys/sysinfo.h> exists which
misleads Wine into enabling some code that invokes the sysinfo
function. That one isn't actually available, though, without
additional linking parameters (and we don't want to add another
dependency at this point anyway), so properly test for sysinfo()
before using it.

This is a patch of mine that was accepted upstream and should
come in via Wine 6.15.

PR:		257398
2021-08-12 07:57:34 +00:00
Gerald Pfeifer
27ae28dd24 emulators/wine-devel: Invoke with LD_BIND_NOW and revampe WoW
Forward port 1d2af6e089 and its
two follow-up fixes ad15b0e748 and
1b5885c463 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
2021-08-02 21:40:19 +00:00
Gerald Pfeifer
c6eb7a4880 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.
2021-08-01 09:18:12 +00:00
Gerald Pfeifer
21a122d5c9 emulators/wine-devel: Update to Wine 6.13
This includes the following changes:
 - Proper scrollbar theming.
 - More work towards WinSock PE conversion.
 - Preparation work for the GDI syscall interface.
 - Some progress on the IPHLPAPI PE conversion.
 - Various bug fixes.

My patch from files/patch-nsiproxy.sys has been included upstream,
alas new breakage has been introduced in dlls/nsiproxy.sys, so
"refresh" that with another patch.

The STAGING option now patches again; no longer mark it as broken.
2021-07-22 17:03:00 +00:00
Gerald Pfeifer
e110b9ed90 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.
2021-07-06 06:56:12 +00:00
Gerald Pfeifer
3bc39e8a76 Update to Wine 6.0 RC2, which brings bug fixes only since we're in code
freeze.

Wine Staging now uses the same version designation as Wine itself after
a report of mine, so revert special casing STAGING_DISTFILES; similarly
my two patches files/extrapatch-dlls-ntdll-unix-file.c and
files/extrapatch-staging-server-fd.c are now upstream, so remove them.
2020-12-14 09:28:07 +00:00
Gerald Pfeifer
8d6f21698f 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]
2020-12-07 10:03:02 +00:00
Gerald Pfeifer
8c03aa8bb1 Remove files/patch-dlls_kernel32_Makefile.in which should be a noop
based on an exchanged I've had with upstream.

Firstly, commits 55ba3648379d90642f174e74809b84130d6d1ddc and
e0138c4a6a7a87f1d25badd43e05490e706bc666 should obviate it need.

Secondly, and more importantly, winegcc passes that flag already
since

  commit e59395208d527d1bffb2725efc85fb798aee7610
  Author: Alexandre Julliard <julliard@winehq.org>
  Date:   Mon Mar 28 15:47:19 2016 +0900

  makefiles: Reduce the maximum page size for modules that have a base address.

  It avoid bumping into the next allocated base address on 64-bit.
2020-11-19 20:34:20 +00:00
Gerald Pfeifer
658e5248dd 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.
2020-11-12 13:31:01 +00:00
Gerald Pfeifer
d1488091c7 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.
2020-11-01 14:15:44 +00:00
Gerald Pfeifer
57879ba2e2 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.
2020-10-11 10:16:32 +00:00
Gerald Pfeifer
7fa17f420f 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.
2020-08-31 08:52:13 +00:00
Gerald Pfeifer
1e5ab6312a 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.
2020-08-03 06:56:02 +00:00
Gerald Pfeifer
08c4e70e5b 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
2020-07-30 12:20:24 +00:00
Antoine Brodin
02c4efd3b5 Revert r542851 and unbreak INDEX 2020-07-22 14:00:59 +00:00
Gerald Pfeifer
c3e4e7a1db 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
2020-07-22 10:41:53 +00:00
Gerald Pfeifer
feacd0a65f 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.)
2020-07-18 10:46:38 +00:00
Gerald Pfeifer
fb3614bdd2 Really remove files/patch-dlls_ntdll (a temporary build fix) that I
noted, but missed, in r539797.

This patch still applied, leading to duplication of the hunk in
question, which was benign though.
2020-07-02 11:24:58 +00:00
Gerald Pfeifer
f6f24dddc2 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.
2020-06-09 21:28:01 +00:00
Gerald Pfeifer
bf61ff8b56 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.
2020-05-24 12:37:00 +00:00
Gerald Pfeifer
5efd2c96b4 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.
2020-05-23 09:20:02 +00:00
Gerald Pfeifer
95ddc30d85 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.
2020-05-14 07:40:26 +00:00
Gerald Pfeifer
f6e1c4c7af 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.
2020-04-10 21:18:13 +00:00
Gerald Pfeifer
b12fc0eb0b According to pkg-fallout 11.3-RELEASE-p7 runs into problems building
dlls/dbghelp/module.c after upstream changes in the last two weeks due
to a specific combination of macros related to ELF being (not) defined:

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

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

Reported by:	pkg-fallout
2020-03-29 09:22:41 +00:00
Gerald Pfeifer
36657dd37f 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.
2019-09-02 12:48:11 +00:00
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Gerald Pfeifer
0817343f46 Since my upstream change
commit 37fdbf9afa4985edb4e158bef3cbb7c0dbb688a0
  Author: Gerald Pfeifer <gerald@pfeifer.com>
  Date:   Sun Aug 19 09:18:42 2018 +0800

    wbemprox: Use WS_AF_INET instead of AF_INET in get_ipsubnet.

    Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
    Signed-off-by: Piotr Caban <piotr@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>

files/patch-wbemprox-builtin.c actually is not necessary any longer.
Remove it to simplify things (and reduce local patches).
2019-06-29 01:50:47 +00:00
Gerald Pfeifer
b26f12d20e 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]
2019-06-23 12:17:48 +00:00
Gerald Pfeifer
094a2715a2 Update to Wine 4.7. This includes the following changes:
- Support for builtin libraries in PE format even on Unix.
 - More implementation of the Debug Engine DLL.
 - Support for the Command Link standard control.
 - Improved Edit control sizing in CJK locales.
 - Various bug fixes.

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

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

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

    configure: Link wineserver to libinotify if necessary.

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

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

PR:		202564 [1], 168617 [1]
2019-04-28 22:44:16 +00:00
Gerald Pfeifer
3ab0fa9e4f Add the temporary fix I created (but failed to commit) as part of the
update to Wine 3.14 in revision r477548 to work around a Linuxism when
it comes to include files.
2018-08-19 01:01:37 +00:00
Gerald Pfeifer
a008e3f800 Update to Wine 3.0 RC1, the first release candidate of Wine 3.0.
This includes the following changes:
 - Direct3D 11 enabled by default on AMD and Intel GPUs.
 - Implementation of the task scheduler.
 - Registry export support in the reg.exe tool.
 - Progman DDE support.
 - OLE data cache improvements.
 - More event support in MSHTML.
 - Relay debugging improvements.
 - Various bug fixes.

I got files/patch-dlls_advapi32_perf.c merged upstream, so we can
now remove it here.
2017-12-09 12:50:20 +00:00
Gerald Pfeifer
80998ac3f5 Update to Wine 2.22. This includes the following changes:
- Source selection dialog for scanners.
 - Float audio formats with more than 2 channels in XAudio.
 - Fixes for DLL injection support.
 - Input methods improvements.
 - Various bug fixes.

Mark the STAGING option, and hence the wine-staging port as well, as
BROKEN.  Once again that patchset still is not available yet a week
after the Wine snapshot.

Temporarily add a patch against dlls/advapi32/perf.c that I got
accepted upstream in the meantime, so it should become obsolete
with the next minor version.
2017-12-01 11:48:12 +00:00
Gerald Pfeifer
a8a1f31ebe Update to Wine 2.20. This includes the following changes:
- Improved event support in MSHTML.
 - Interpolation modes in Direct3D.
 - Improved metafile support in GdiPlus.
 - Initial version of Kerberos5 Authentication Package.
 - OLE clipboard cache improvements.
 - Various bug fixes.

Remove files/patch-partial-reservation.  This should not be needed any
longer since on FreeBSD the main wine program is now loaded at a lower
address, making more room available between Wine and 0x80000000, so it
may be ok now if the area above 0x80000000 stays reserved like on other
platforms. [1]

Mark the STAGING option (and hence the wine-staging port as well) as
BROKEN; that patchset still is not available yet, and we cannot wait
forever.

Discussed with: 	tijl [1]
2017-11-04 19:42:19 +00:00
Gerald Pfeifer
0fd0fb5528 Appease portlint wrt. patch file format. 2017-04-01 16:23:46 +00:00
Gleb Smirnoff
d5ee3148dc Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
2017-03-21 08:58:00 +00:00