pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators wine[-devel]: Remove esound support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/206da832f6ab
branches:  trunk
changeset: 409801:206da832f6ab
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 20 21:16:43 2020 +0000

description:
wine[-devel]: Remove esound support

Appears to not actually be set in PLIST...

diffstat:

 emulators/wine-devel/options.mk |   9 ++-------
 emulators/wine/options.mk       |  11 +++--------
 2 files changed, 5 insertions(+), 15 deletions(-)

diffs (61 lines):

diff -r 95f6507bfb93 -r 206da832f6ab emulators/wine-devel/options.mk
--- a/emulators/wine-devel/options.mk   Mon Jan 20 21:15:48 2020 +0000
+++ b/emulators/wine-devel/options.mk   Mon Jan 20 21:16:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/08/30 17:01:32 nia Exp $
+# $NetBSD: options.mk,v 1.13 2020/01/20 21:16:43 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wine
 PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 pulseaudio
@@ -6,7 +6,7 @@
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           esd opengl x11 pulseaudio
+PLIST_VARS+=           opengl x11 pulseaudio
 
 .if !empty(PKG_OPTIONS:Mcups)
 .include "../../print/cups-base/buildlink3.mk"
@@ -20,11 +20,6 @@
 CONFIGURE_ARGS+=       --without-dbus
 .endif
 
-.if !empty(PKG_OPTIONS:Mesound)
-PLIST.esd=             yes
-.include "../../audio/esound/buildlink3.mk"
-.endif
-
 .if !empty(PKG_OPTIONS:Mhal)
 .include "../../sysutils/hal/buildlink3.mk"
 .else
diff -r 95f6507bfb93 -r 206da832f6ab emulators/wine/options.mk
--- a/emulators/wine/options.mk Mon Jan 20 21:15:48 2020 +0000
+++ b/emulators/wine/options.mk Mon Jan 20 21:16:43 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.18 2019/08/30 17:01:32 nia Exp $
+# $NetBSD: options.mk,v 1.19 2020/01/20 21:16:43 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wine
-PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11
+PKG_SUPPORTED_OPTIONS= cups dbus hal ldap opengl sane ssl x11
 PKG_SUGGESTED_OPTIONS= opengl ssl x11
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           esd opengl x11
+PLIST_VARS+=           opengl x11
 
 .if !empty(PKG_OPTIONS:Mcups)
 .include "../../print/cups-base/buildlink3.mk"
@@ -20,11 +20,6 @@
 CONFIGURE_ARGS+=       --without-dbus
 .endif
 
-.if !empty(PKG_OPTIONS:Mesound)
-PLIST.esd=             yes
-.include "../../audio/esound/buildlink3.mk"
-.endif
-
 .if !empty(PKG_OPTIONS:Mhal)
 .include "../../sysutils/hal/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index