pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/wine



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Nov 10 20:37:01 UTC 2024

Modified Files:
        pkgsrc/emulators/wine: Makefile PLIST

Log Message:
wine: Restore PLIST.alsa marker


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pkgsrc/emulators/wine/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/emulators/wine/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/wine/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.262 pkgsrc/emulators/wine/Makefile:1.263
--- pkgsrc/emulators/wine/Makefile:1.262        Tue Nov  5 12:19:30 2024
+++ pkgsrc/emulators/wine/Makefile      Sun Nov 10 20:37:01 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.262 2024/11/05 12:19:30 triaxx Exp $
+# $NetBSD: Makefile,v 1.263 2024/11/10 20:37:01 triaxx Exp $
 
 DISTNAME=      wine-9.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  https://dl.winehq.org/wine/source/${PKGVERSION_NOREV}/
 MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV}/

Index: pkgsrc/emulators/wine/PLIST
diff -u pkgsrc/emulators/wine/PLIST:1.75 pkgsrc/emulators/wine/PLIST:1.76
--- pkgsrc/emulators/wine/PLIST:1.75    Sun Nov 10 19:00:03 2024
+++ pkgsrc/emulators/wine/PLIST Sun Nov 10 20:37:01 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2024/11/10 19:00:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.76 2024/11/10 20:37:01 triaxx Exp $
 bin/function_grep.pl
 bin/msidb
 bin/msiexec
@@ -2144,6 +2144,8 @@ lib/wine/x86_64-unix/windows.system.prof
 lib/wine/x86_64-unix/windows.ui.dll.so
 lib/wine/x86_64-unix/windowscodecs.dll.so
 lib/wine/x86_64-unix/windowscodecsext.dll.so
+${PLIST.alsa}lib/wine/x86_64-unix/winealsa.drv.so
+${PLIST.alsa}lib/wine/x86_64-unix/winealsa.so
 lib/wine/x86_64-unix/wineboot.exe.so
 lib/wine/x86_64-unix/winebrowser.exe.so
 lib/wine/x86_64-unix/winebus.so
@@ -2875,6 +2877,7 @@ lib/wine/x86_64-windows/windows.system.p
 lib/wine/x86_64-windows/windows.ui.dll
 lib/wine/x86_64-windows/windowscodecs.dll
 lib/wine/x86_64-windows/windowscodecsext.dll
+${PLIST.alsa}lib/wine/x86_64-windows/winealsa.drv
 lib/wine/x86_64-windows/wineboot.exe
 lib/wine/x86_64-windows/winebrowser.exe
 lib/wine/x86_64-windows/winebus.sys



Home | Main Index | Thread Index | Old Index