pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII BasiliskII: Remove esound support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32ea27eed2c3
branches:  trunk
changeset: 409799:32ea27eed2c3
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 20 21:14:49 2020 +0000

description:
BasiliskII: Remove esound support

diffstat:

 emulators/BasiliskII/Makefile   |   3 ++-
 emulators/BasiliskII/options.mk |  12 ++----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 82b6823ed773 -r 32ea27eed2c3 emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile     Mon Jan 20 21:14:14 2020 +0000
+++ b/emulators/BasiliskII/Makefile     Mon Jan 20 21:14:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/07/30 08:08:22 nia Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/20 21:14:49 nia Exp $
 
 DISTNAME=      BasiliskII-20190405
 CATEGORIES=    emulators
@@ -27,6 +27,7 @@
 
 CONFIGURE_ARGS+=       --enable-addressing=banks
 CONFIGURE_ARGS+=       --without-mon
+CONFIGURE_ARGS+=       --without-esd
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 82b6823ed773 -r 32ea27eed2c3 emulators/BasiliskII/options.mk
--- a/emulators/BasiliskII/options.mk   Mon Jan 20 21:14:14 2020 +0000
+++ b/emulators/BasiliskII/options.mk   Mon Jan 20 21:14:49 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.7 2019/07/30 08:08:22 nia Exp $
+# $NetBSD: options.mk,v 1.8 2020/01/20 21:14:49 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.BasiliskII
-PKG_SUPPORTED_OPTIONS=         esound gtk2 sdl
-PKG_OPTIONS_LEGACY_OPTS+=      esd:esound
+PKG_SUPPORTED_OPTIONS=         gtk2 sdl
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -12,13 +11,6 @@
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mesound)
-CONFIGURE_ARGS+=       --with-esd
-.include "../../audio/esound/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --without-esd
-.endif
-
 .if !empty(PKG_OPTIONS:Mgtk2)
 CONFIGURE_ARGS+=       --with-gtk
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index