aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-07-25 10:04:30 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-07-25 10:04:30 +0000
commit98ea9470f43d8428a55cbb9374fb2c0f0fc98f79 (patch)
tree91fa00c3e5947c2eed1eb029b4ec041beb132927
parenta8472f89828802cb80f56fb68ff8369ef41f8004 (diff)
downloadports-98ea9470f43d8428a55cbb9374fb2c0f0fc98f79.tar.gz
ports-98ea9470f43d8428a55cbb9374fb2c0f0fc98f79.zip
emulators/wine: fix packaging with ALSA enabled
When ALSA option is selected, Wine build corresponded drivers but they are missing in plist and thus missed in package Bump PORTREVISION to force rebuild package to include missed drivers Reported by: poudriere bulk -t Approved by: portmgr blanket Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r--emulators/wine/Makefile2
-rw-r--r--emulators/wine/pkg-plist2
2 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 652a179359a4..b592882758a1 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wine
DISTVERSION= 7.0.2
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/7.0/
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist
index c22fd8300e89..931ec8411938 100644
--- a/emulators/wine/pkg-plist
+++ b/emulators/wine/pkg-plist
@@ -2299,6 +2299,7 @@ lib/wine/%%WINEARCH%%-unix/windows.media.devices.dll.so
lib/wine/%%WINEARCH%%-unix/windows.media.speech.dll.so
lib/wine/%%WINEARCH%%-unix/windowscodecs.dll.so
lib/wine/%%WINEARCH%%-unix/windowscodecsext.dll.so
+%%ALSA%%lib/wine/%%WINEARCH%%-unix/winealsa.drv.so
lib/wine/%%WINEARCH%%-unix/wineboot.exe.so
lib/wine/%%WINEARCH%%-unix/winebrowser.exe.so
lib/wine/%%WINEARCH%%-unix/winebus.so
@@ -3327,6 +3328,7 @@ lib/wine/%%WINEARCH%%-windows/windows.media.devices.dll
lib/wine/%%WINEARCH%%-windows/windows.media.speech.dll
lib/wine/%%WINEARCH%%-windows/windowscodecs.dll
lib/wine/%%WINEARCH%%-windows/windowscodecsext.dll
+%%ALSA%%lib/wine/%%WINEARCH%%-windows/winealsa.drv
lib/wine/%%WINEARCH%%-windows/wineboot.exe
lib/wine/%%WINEARCH%%-windows/winebrowser.exe
lib/wine/%%WINEARCH%%-windows/winebus.sys