Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2022 01:59:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263196] emulators/wine-proton: update to 7.0
Message-ID:  <bug-263196-7788-HFFOeSKIBk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263196-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263196-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263196

--- Comment #2 from Alex S <iwtcex@gmail.com> ---
This is mostly reasonable with a few misses:

1. BUILD_DEPENDS should contain
`llvm${_LLVM_VERSION}>=3D0:devel/llvm${_LLVM_VERSION}`;
2. faudio, jpeg-turbo, libjxr, lcms2, png, libxml2 should be removed from
LIB_DEPENDS (all these libs are bundled with Wine now);
3. USES still has `jpeg`;
4. CONFIGURE_ARGS still has `--without-mingw`; we should also borrow
`--with-pcap`, `--with-pthread`, `--without-coreaudio`, `--without-gssapi`,
`--without-netapi` from the wine-devel port.
5. I don't think we actually need `WINELIBDIR=3D  ${PREFIX}/lib`;
6. we _definitely_ don't want to touch USE_LDCONFIG =E2=80=94 nothing in th=
is port
should be present in any kind of default search paths;
7. trap codes were only fixed in wine-7.1, so
patch-dlls_ntdll_unix_signal_x86_64.c is still necessary;
8. I don't quite remember what `export PATH=3D"${TARGET%/*}:${PATH}"` line =
was
doing in wine-wow64.sh, but I'd rather keep it in place for now;
9. also keep `export
GST_PLUGIN_SYSTEM_PATH_1_0=3D"${TARGET%/*/*/*}/lib/gstreamer-1.0"`.

Would you like to update the patch or should I make these adjustments for y=
ou?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263196-7788-HFFOeSKIBk>