aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan.jov@gmail.com>2021-10-24 01:46:39 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-10-24 01:50:34 +0000
commit58a766e89fa983048907cbfa02aebcd4a0fa2251 (patch)
tree9ce52a897212a562b2b5d5fc0dedc05ee13acca3
parent33bcf978102031c0c2f7780aa0c22be26ddadf79 (diff)
downloadports-58a766e89fa983048907cbfa02aebcd4a0fa2251.tar.gz
ports-58a766e89fa983048907cbfa02aebcd4a0fa2251.zip
emulators/wine-devel: Package win32u.dll on 64-bit, too
Since upstream commit 80df54a407680859ea777ae0b60aef6f8f378719 in early October 2021, and thus the recent 6.19 release, user32 directly links to win32u which has evolved from a pure stub during that period. We have been packaging win32u since FreeBSD commit 1b62862f143abe52c91f69e09c024d8814fd6b95 and the update to Wine 6.11, alas only on i386. Now it builds and is necessary universally, so package it everywhere. Bump PORTREVISION. PR: 259223 Reported by: Thibault Payet <monwarez@mailoo.org> Approved by: maintainer (= author)
-rw-r--r--emulators/wine-devel/Makefile1
-rw-r--r--emulators/wine-devel/pkg-plist4
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index c4d06c212f90..cc6d1027d0cf 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wine
DISTVERSION= 6.19
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index d55ad6aba1af..b04221c936f2 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -2277,7 +2277,7 @@ lib/wine/%%WINEARCH%%-unix/wiaservc.dll.so
lib/wine/%%WINEARCH%%-unix/wimgapi.dll.so
%%STAGING%%%%WINE32%%lib/wine/%%WINEARCH%%-unix/win32k.sys.so
%%WINE32%%lib/wine/%%WINEARCH%%-unix/win32s16.dll16.so
-%%WINE32%%lib/wine/%%WINEARCH%%-unix/win32u.dll.so
+lib/wine/%%WINEARCH%%-unix/win32u.dll.so
lib/wine/%%WINEARCH%%-unix/win32u.so
%%WINE32%%lib/wine/%%WINEARCH%%-unix/win87em.dll16.so
%%WINE32%%lib/wine/%%WINEARCH%%-unix/winaspi.dll16.so
@@ -3314,7 +3314,7 @@ lib/wine/%%WINEARCH%%-windows/wiaservc.dll
lib/wine/%%WINEARCH%%-windows/wimgapi.dll
%%STAGING%%%%WINE32%%lib/wine/%%WINEARCH%%-windows/win32k.sys
%%WINE32%%lib/wine/%%WINEARCH%%-windows/win32s16.dll16
-%%WINE32%%lib/wine/%%WINEARCH%%-windows/win32u.dll
+lib/wine/%%WINEARCH%%-windows/win32u.dll
%%WINE32%%lib/wine/%%WINEARCH%%-windows/win87em.dll16
%%WINE32%%lib/wine/%%WINEARCH%%-windows/winaspi.dll16
%%WINE32%%lib/wine/%%WINEARCH%%-windows/windebug.dll16