Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.1.0 01 Feb 2024 21:18:39 |
Gerald Pfeifer (gerald) |
emulators/wine-mono: Update to version 8.1.0
This is in preparation for Wine 9.0, fine for the current version, too. |
7.4.0 05 Sep 2023 09:00:33 |
Gerald Pfeifer (gerald) |
emulators/wine-mono: Update to version 7.4.0
This is aligned with the Wine 8.0 release series. |
7.0.0 19 Nov 2022 12:58:58 |
Gerald Pfeifer (gerald) |
emulators/wine-mono: Mark amd64 and i386 only
The pre-built MSIs are only available for amd64 and i386, and in any
case emulators/wine itself currently is built on those two only. |
7.0.0 16 Oct 2022 23:24:01 |
Gerald Pfeifer (gerald) |
emulators/wine: Update to Wine 7.0
Move from the Wine 6.0 to the Wine 7.0 release series, specifically
(still) Wine 7.0 there.
This represents a year of development effort and over 9,100 individual
changes. It contains a large number of improvements. Areas of major
changes are:
- Most modules have been converted to PE format.
- Better theming support, with a bundled theme for a more modern look.
All builtin applications support theming, as well as High DPI rendering.
- Vastly improved HID stack and joystick support.
- New WoW64 architecture (which supports running a 32-bit Windows
application inside a 64-bit Unix host process, using thunks to map (Only the first 15 lines of the commit message are shown above ) |
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) |
5.1.1 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 ) |
5.1.1 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
5.1.1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
5.1.1 26 Jul 2021 08:49:53 |
Gerald Pfeifer (gerald) |
emulators/wine: Update to Wine 6.0.1
Move from the Wine 5.0 release serious to the Wine 6.0 series and
specifically Wine 6.0.1.
This represents another year of development effort and over 8,300
individual changes. It contains a large number of improvements.
Areas of major changes are:
- Core modules in PE format.
- Vulkan backend for WineD3D.
- DirectShow and Media Foundation support.
- Text console redesign.
In terms of packaging changes are moderate this time: (Only the first 15 lines of the commit message are shown above ) |
4.9.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.9.4_1 07 May 2020 07:19:06 |
gerald |
Backport the simplification part of r532928 from wine-mono-devel and
use ${DISTNAME} instead of spelling it out repeatedly. |
4.9.4_1 15 Feb 2020 08:47:11 |
gerald |
Backport r525903 | gerald | 2020-02-12 from wine-mono-devel:
Assume maintainership, taking this from the ports@ pool.
Fix the description which has been off (referring to HTML,
probably coming from wine-gecko).
PR: 238081 |
4.9.4 03 Feb 2020 20:21:08 |
rene |
Return dbn's ports to the pool after safekeeping his commit bit. |
4.9.4 31 Jan 2020 08:23:05 |
gerald |
Update from Wine 4.0.3 and the Wine 4.0 release series to Wine 5.0.
This represents a year of development effort with over 7,400 individual
changes. This port and the wine-devel port have been in sync as closely
as possible, and this update is mostly copying over from the -devel port
minus support for the Wine Staging patchset (and STAGING option).
Highlights of this new release include built-in modules in PE format,
multi-monitor support, Vulkan 1.1 support, and an XAudio2 reimplementation.
This also comes with updates of the emulators/wine-gecko and
emulators/wine-mono ports to match their -devel counterparts:
version 2.47.1 for wine-gecko and version 4.9.4 for wine-mono.
And we "lose" four local patches that got integrated or became obsolete (Only the first 15 lines of the commit message are shown above ) |
4.7.5 22 Feb 2019 11:13:08 |
gerald |
Update from the Wine 3.0 release series to Wine 4.0.
This represents a year of development effort with over 6,000 individual
changes. Due to regular syncing between the wine-devel port and this
one changes mostly relate to pkg-plist; the biggest difference between
the two is wine-devel featuring a STAGING option to support the Wine
Staging patchset.
Highlights of this new release include Direct3D 12 and Vulkan support,
as well as support for game controllers.
It also goes along with a corresponding minor update of
emulators/wine-mono. [1]
The following is a more detailed list extracted from the full(er) release (Only the first 15 lines of the commit message are shown above ) |
4.7.1 19 May 2018 07:59:58 |
se |
Add CONFLICTS entries that prevent simultaneous installation of normal
and devel versions of these ports. While these are allowed when the devel
versions are newer than the normal versions, this is not always the case
and especially not at this time. Instead of only conflicting with the
same version of each port, a version wildcard is used, to prevent
unexpected behavior if the non-devel version is updated to match the
devel version when both are installed.
Approved by: gerald (maintainer) |
4.7.1 31 Mar 2018 22:30:37 |
gerald |
Move to version 4.7.1 which is in sync with wine-mono-devel for the
time being, until that is going to be upgraded in sync with a development
snapshot of Wine (and hence wine-devel).
Suggested by: dbn (maintainer) |
4.6.4 21 Mar 2017 20:48:59 |
gerald |
Update emulators/wine-mono to version 4.6.4 and switch to new MASTER_SITES.
Switch emulators/wine to this (from emulators/wine-mono-devel) and bump
PORTREVISION accordingly. |
4.5.6 08 Mar 2016 22:30:31 |
gerald |
Update emulators/wine-mono from 0.0.8 to 4.5.6. [1]
Adjust emulators/wine to use this port instead of wine-mono-devel,
which we just upgraded a few hours ago.
Approved by: dbn (maintainer, pre-approved) [1] |
0.0.8 22 Mar 2015 18:04:06 |
dbn |
emulators/wine-mono: instruct portscout to ignore new versions. |
0.0.8 20 Dec 2014 18:17:20 |
bapt |
cleanup plist |
0.0.8 18 Nov 2013 18:09:12 |
dbn |
Add stage support for emulators/wine-gecko and emulators/wine-mono. |
0.0.8 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.0.8 16 Jan 2013 20:15:07 |
dbn |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor) |
0.0.8 27 Oct 2012 18:39:50 |
gerald |
Sync with the latest upstream release, required for this week's
snapshot of Wine (which will land in emulators/wine-devel soon).
Submitted by: maintainer (David Naylor <naylor.b.david@gmail.com>)
Feature safe: yes |
0.0.4 07 Aug 2012 23:55:13 |
gerald |
Mono is an Open Source and cross-platform implementation of the .NET
framework. Wine can use a Windows build of Mono to run .NET applications.
This new ports provides such a build.
PR: 169747
Submitted by: David Naylor <naylor.b.david@gmail.com> |