pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py
Reported by: pkg-fallout
- Use at least clang50 to build mame/mess. GCC is segfaulting during build on 10.4 and it doesn't build with clang.
- Declare some dependencies explicitly to make Q/A happy
to wine-mono.
Technically this is not required at this point, since the -devel and
regular ports provide the same versions temporarily, but it sets us up
for when the -devel ports are going to diverge again later.
time being, until that is going to be upgraded in sync with wine-devel
(and a newer development snapshot of Wine).
Adjust MASTER_SITES to dl.winehq.org since SF does not carry newer
versions of this.
Suggested by: dbn
Prevent Dolphin from linking using lld as it fails with errors like:
/usr/bin/ld: error: cannot preempt symbol: alcOpenDevice
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by OpenALStream.cpp
>>> OpenALStream.cpp.o:(OpenALStream::Start())
due to preemption of symbols with protected visibility in a shared object.
See also PR #219089 for more details.
PR: 226980
Submitted by: emaste
- More Vulkan support, including the vulkan-1 loader.
- Support for RSA and ECDSA cryptographic keys.
- Improved manifest file parser.
- Support for the Places toolbar in file dialogs.
- Various bug fixes.
CMake Error at /usr/local/share/cmake/Modules/CheckIncludeFiles.cmake:63 (message):
Unknown arguments:
HAVE_SDL_CONFIG_H
which comes because SDL_INCLUDE_DIR can contain more than one element,
in which case the code falls over. Further explanation is in the patch.
Approved by: tcberner (mentor, implicit)
We already had --without-krb5, alas when someone had krb5 installed
in their build environment, the build still failed. This takes care
using a bigger hammer.
PR: 226396
Analyzed by: John Hein <z7dr6ut7gs@snkmail.com>
maintainers and at a new location, so reintroduce the STAGING option
(off by default, as before).
Since we had kept the code in the Makefile, this mostly involves
adjusting the download site and restoring and updating pkg-plist.
(Observe how Wine 3.3 has merged a fair number of changes, so the
specials in pkg-plist are fewer than when we had to take this out.)
- More Vulkan support, including integration with the X11 driver.
- Better handling of privileged instructions on x86-64.
- Hex edit dialog improvements in RegEdit.
- Assortment of patches merged from wine-staging.
- Various bug fixes.
Also the SF mirror is back and working again.