svn commit: r492357 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Thu Feb 7 10:34:56 UTC 2019
Author: gerald
Date: Thu Feb 7 10:34:54 2019
New Revision: 492357
URL: https://svnweb.freebsd.org/changeset/ports/492357
Log:
Now that Wine 4.0 has been released, Wine is in regular development
again and Wine 4.1 is the first snapshot bringing the following changes:
- Support for NT kernel spinlocks.
- Better glyph positioning in DirectWrite.
- More accurate reporting of CPU information.
- Context handle fixes in the IDL compiler.
- Various bug fixes.
Sadly the Wine Staging patchset as released in this patchset is broken in
various ways (two of which have been fixed since, but the one hitting here
still in progress), so mark this BROKEN when the STAGING option is set.
Modified:
head/emulators/wine-devel/Makefile
head/emulators/wine-devel/distinfo
head/emulators/wine-devel/pkg-plist
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Thu Feb 7 10:30:04 2019 (r492356)
+++ head/emulators/wine-devel/Makefile Thu Feb 7 10:34:54 2019 (r492357)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 4.0
+DISTVERSION= 4.1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
- http://mirrors.ibiblio.org/wine/source/4.0/
+ http://mirrors.ibiblio.org/wine/source/4.x/
PKGNAMESUFFIX?= -devel
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -147,6 +147,8 @@ PLIST_SUB+= WINE32="" WINE64="@comment "
.endif
.if ${PORT_OPTIONS:MSTAGING}
+BROKEN= build regressions around GNUTLS integration
+
MASTER_SITES+= https://github.com/wine-staging/wine-staging/archive/:cho
COMP_DIST= v${DISTVERSION}.tar.gz
DISTFILES+= ${COMP_DIST}:cho
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Thu Feb 7 10:30:04 2019 (r492356)
+++ head/emulators/wine-devel/distinfo Thu Feb 7 10:34:54 2019 (r492357)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1548869599
-SHA256 (wine-4.0.tar.xz) = 6736cdee95b2b8bb021ec0c19497ed8cad5ae2c8bfdb7ab5dc687ff92a480d4d
-SIZE (wine-4.0.tar.xz) = 21644692
-SHA256 (v4.0.tar.gz) = 12f7d1e46f06ed56b4b409b7f40e47622d84262e7e78cfc02f19c0cdd8b03788
-SIZE (v4.0.tar.gz) = 9945756
+TIMESTAMP = 1549379127
+SHA256 (wine-4.1.tar.xz) = cef775be05245ebd0f8a5fd50920c6c7d0a6539b781d8185d6c16b8e5ae41bad
+SIZE (wine-4.1.tar.xz) = 21680916
+SHA256 (v4.1.tar.gz) = 8c7f5ae69976cf361c241959d617931a723c1d0c36c642c44355c11d730d3050
+SIZE (v4.1.tar.gz) = 9941422
Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist Thu Feb 7 10:30:04 2019 (r492356)
+++ head/emulators/wine-devel/pkg-plist Thu Feb 7 10:34:54 2019 (r492357)
@@ -2468,6 +2468,7 @@ lib/wine/libfaultrep.def
lib/wine/libgdi32.def
lib/wine/libgdiplus.def
lib/wine/libglu32.def
+lib/wine/libhal.def
lib/wine/libhid.def
lib/wine/libhidclass.def
lib/wine/libhlink.def
@@ -2486,6 +2487,7 @@ lib/wine/liblz32.def
lib/wine/libmapi32.def
lib/wine/libmf.def
lib/wine/libmfplat.def
+lib/wine/libmfreadwrite.def
lib/wine/libmfuuid.a
lib/wine/libmlang.def
lib/wine/libmpr.def
More information about the svn-ports-all
mailing list