[Bug 263196] emulators/wine-proton: update to 7.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263196] emulators/wine-proton: update to 7.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Apr 2022 01:59:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263196
--- Comment #2 from Alex S <iwtcex@gmail.com> ---
This is mostly reasonable with a few misses:
1. BUILD_DEPENDS should contain
`llvm${_LLVM_VERSION}>=0: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= ${PREFIX}/lib`;
6. we _definitely_ don't want to touch USE_LDCONFIG — nothing in this 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="${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="${TARGET%/*/*/*}/lib/gstreamer-1.0"`.
Would you like to update the patch or should I make these adjustments for you?
--
You are receiving this mail because:
You are the assignee for the bug.