pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: nia
Date: Mon Jan 20 21:16:43 UTC 2020
Modified Files:
pkgsrc/emulators/wine: options.mk
pkgsrc/emulators/wine-devel: options.mk
Log Message:
wine[-devel]: Remove esound support
Appears to not actually be set in PLIST...
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/wine/options.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/wine-devel/options.mk
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/options.mk
diff -u pkgsrc/emulators/wine/options.mk:1.18 pkgsrc/emulators/wine/options.mk:1.19
--- pkgsrc/emulators/wine/options.mk:1.18 Fri Aug 30 17:01:32 2019
+++ pkgsrc/emulators/wine/options.mk Mon Jan 20 21:16:43 2020
@@ -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-cups
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
Index: pkgsrc/emulators/wine-devel/options.mk
diff -u pkgsrc/emulators/wine-devel/options.mk:1.12 pkgsrc/emulators/wine-devel/options.mk:1.13
--- pkgsrc/emulators/wine-devel/options.mk:1.12 Fri Aug 30 17:01:32 2019
+++ pkgsrc/emulators/wine-devel/options.mk Mon Jan 20 21:16:43 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS= opengl ssl x11
.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-cups
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