Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.0.5_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
7.0.5 25 Jan 2023 12:02:32
    |
Alexander Leidinger (netchild)  |
emulators/wine-proton: mark as PIE_UNSAFE
PR: 268986
Approved by: maintainer |
7.0.5 15 Jan 2023 07:50:45
    |
Tobias C. Berner (tcberner)  |
emulators/wine-devel,emulators/wine-proton: remove check for removed LLVM_VER |
7.0.5 29 Dec 2022 14:50:32
    |
Li-Wen Hsu (lwhsu)  Author: Alex S |
emulators/wine-proton: Update to 7.0-5
Mark IGNORE on 12.
PR: 268450 |
7.0.4 23 Nov 2022 20:17:37
    |
Rainer Hurling (rhurlin)  Author: Aleksander Slomka |
emulators/wine-proton: Update to 7.0.4
Co-authored-by: Bartek Jasicki <thindil@laeran.pl>
Co-authored-by: Alex S <iwtcex@gmail.com>
Changelog: https://github.com/ValveSoftware/wine/blob/proton_7.0/ANNOUNCE
PR: 263196 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.3.2_6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.3.2_6 24 Jul 2022 21:14:23
    |
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) |
6.3.2_5 30 Apr 2022 08:03:20
    |
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 |
6.3.2_5 10 Apr 2022 19:11:41
    |
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) |
6.3.2_4 26 Mar 2022 08:27:27
    |
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 |
6.3.2_3 30 Dec 2021 13:23:15
    |
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> |
6.3.2_3 26 Oct 2021 20:50:39
    |
Gerald Pfeifer (gerald)  |
emulators/wine-proton: Bump PORTREVISION
This forces a rebuild to account for the changes of files/pkg32.sh
in revision 0ce96f7c97a168d3b01e4f46296a410761f5c302. |
6.3.2_2 26 Oct 2021 20:48:48
    |
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) |
6.3.2_2 25 Jul 2021 06:29:47
    |
Kevin Bowling (kbowling)  Author: Alex S |
emulators/wine-proton: Vulkan 32-bit Mesa fixes
Point Vulkan loader at 32-bit Mesa libs
PR: 257399 |
6.3.2_1 22 Jun 2021 18:53:08
    |
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 |
6.3.2 23 May 2021 04:37:44
    |
Li-Wen Hsu (lwhsu)  Author: Alex S |
emulators/wine-proton: add wow64 wrapper.
PR: 255381 |
6.3.2 23 May 2021 04:37:42
    |
Li-Wen Hsu (lwhsu)  Author: Alex S |
emulators/wine-proton: update to 6.3.
PR: 255381 |
5.13.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.13.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.13.4 06 Feb 2021 18:02:10
  |
arrowd  |
emulators/wine-proton: Update to 5.13-4
PR: 252537
Submitted by: Ales S <iwtcex@gmail.com> |
5.13.2 10 Jan 2021 12:06:29
  |
gerald  |
www.winehq.org now defaults to https; adjust all URLs. |
5.13.2 30 Nov 2020 16:10:46
  |
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> |