diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-12-09 12:50:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-12-09 12:50:20 +0000 |
commit | a008e3f800d90298aec587255c513bc942139cb1 (patch) | |
tree | c89e5292e35e20663bbfc329543222b7a5e18ed8 /emulators/wine-devel/Makefile | |
parent | 3984daeeeb176d80a1fe00a33bdc5a447a8e6b04 (diff) |
Update to Wine 3.0 RC1, the first release candidate of Wine 3.0.
This includes the following changes:
- Direct3D 11 enabled by default on AMD and Intel GPUs.
- Implementation of the task scheduler.
- Registry export support in the reg.exe tool.
- Progman DDE support.
- OLE data cache improvements.
- More event support in MSHTML.
- Relay debugging improvements.
- Various bug fixes.
I got files/patch-dlls_advapi32_perf.c merged upstream, so we can
now remove it here.
Notes
Notes:
svn path=/head/; revision=455854
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1552d3f44d14..8dc9f851b5bc 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.22 +DISTVERSION= 3.0-rc1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ |