Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Jul 2022 21:14:23 6.3.2_6 |
Stefan Eßer (se)  |
emulators/wine-proton: Fix crash due to ASLR
ASLR has been enabled by default on -CURRENT and -STABLE and this
causes Wine to crash. The clean solution would be to implement some
memory mapping code that already exists for macOS and Linux, but this
is not an essy task.
In order to allow use of Wine on systems with ASLR mark the Wine
executables as not compatible with ASLR using elfctl. This allows
to keeps ASLR enabled on the system for all other binaries.
If the required memory mapping functionality is made available, the
elfctl commands should be removed from this and the other Wine ports.
Approved by: portmgr (implicit) |
30 Apr 2022 08:03:20 6.3.2_5 |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
10 Apr 2022 19:11:41 6.3.2_5 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 6.3.2_4 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
30 Dec 2021 13:23:15 6.3.2_3 |
Gerald Pfeifer (gerald)  |
emulators/wine-proton: Fix build with devel/libsysinfo present
Port b75f3b5a79927f27605bee328c36d9d7d8b425ec from emulators/wine:
This back ports the patch I pushed upstream and that wine-devel has
inherited from there a few months ago. It will go away with the next
major release.
PR: 260792
Requested by: iwtcex@gmail.com (maintainer)
Submitted by: Patrick Mackinlay <freebsd.68fba@nospam.spacesurfer.com> |
26 Oct 2021 20:50:39 6.3.2_3 |
Gerald Pfeifer (gerald)  |
emulators/wine-proton: Bump PORTREVISION
This forces a rebuild to account for the changes of files/pkg32.sh
in revision 0ce96f7c97a168d3b01e4f46296a410761f5c302. |
26 Oct 2021 20:48:48 6.3.2_2 |
Gerald Pfeifer (gerald)  Author: Alex S |
emulators/wine-proton: 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: maintainer (= author) |
25 Jul 2021 06:29:47 6.3.2_2 |
Kevin Bowling (kbowling)  Author: Alex S |
emulators/wine-proton: Vulkan 32-bit Mesa fixes
Point Vulkan loader at 32-bit Mesa libs
PR: 257399 |
22 Jun 2021 18:53:08 6.3.2_1 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
23 May 2021 04:37:44 6.3.2 |
Li-Wen Hsu (lwhsu)  Author: Alex S |
emulators/wine-proton: add wow64 wrapper.
PR: 255381 |
23 May 2021 04:37:42 6.3.2 |
Li-Wen Hsu (lwhsu)  Author: Alex S |
emulators/wine-proton: update to 6.3.
PR: 255381 |
07 Apr 2021 08:09:01 5.13.4 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 5.13.4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Feb 2021 18:02:10
5.13.4 |
arrowd  |
emulators/wine-proton: Update to 5.13-4
PR: 252537
Submitted by: Ales S <iwtcex@gmail.com> |
10 Jan 2021 12:06:29
5.13.2 |
gerald  |
www.winehq.org now defaults to https; adjust all URLs. |
30 Nov 2020 16:10:46
5.13.2 |
arrowd  |
emulators/wine-proton: Add a new port.
This is a special version of Wine developed by Valve.
PR: 250264
Submitted by: Alex S <iwtcex@gmail.com>
Reviewed by: Damjan Jovanovic <damjan.jov@gmail.com> |