Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2023 23:05:43 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2de261ab70ec - main - emulators/wine7: Switch the default from OSS to ALSA
Message-ID:  <202309012305.381N5hdg085499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2de261ab70ec8e744d122f0bc2cd273fcec6c29f

commit 2de261ab70ec8e744d122f0bc2cd273fcec6c29f
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-09-01 22:59:03 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-09-01 22:59:03 +0000

    emulators/wine7: Switch the default from OSS to ALSA
    
    ALSA has been the default on Linux for ages and is what the
    majority of upstream Wine developers use. More importantly,
    though, it appears newer versions of Wine aren't actually
    quite working with OSS. So, switch the default over to ALSA.
    
    (This backports 06e0feb25f from emulators/wine.)
    
    Bump PORTREVISION.
    
    PR:             268164
---
 emulators/wine7/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/wine7/Makefile b/emulators/wine7/Makefile
index b13afae6e43a..1434054e93bf 100644
--- a/emulators/wine7/Makefile
+++ b/emulators/wine7/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wine
 DISTVERSION=	7.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	https://dl.winehq.org/wine/source/7.0/
 PKGNAMESUFFIX=	7
@@ -64,7 +64,7 @@ SUB_FILES=	pkg-message
 PORTDATA=	wine.inf
 
 OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS LDAP OPENAL V4L WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=GNUTLS OPENAL OSS X11
+OPTIONS_DEFAULT=ALSA GNUTLS OPENAL X11
 OPTIONS_RADIO=	AUDIO
 OPTIONS_RADIO_AUDIO=	ALSA OSS
 OPTIONS_SUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309012305.381N5hdg085499>