pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/golem golem: Remove esound support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fabe11a6948d
branches:  trunk
changeset: 409802:fabe11a6948d
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 20 21:17:51 2020 +0000

description:
golem: Remove esound support

diffstat:

 wm/golem/Makefile |  17 +++--------------
 wm/golem/PLIST    |   4 +---
 2 files changed, 4 insertions(+), 17 deletions(-)

diffs (66 lines):

diff -r 206da832f6ab -r fabe11a6948d wm/golem/Makefile
--- a/wm/golem/Makefile Mon Jan 20 21:16:43 2020 +0000
+++ b/wm/golem/Makefile Mon Jan 20 21:17:51 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2020/01/18 23:35:40 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2020/01/20 21:17:51 nia Exp $
 #
 
 DISTNAME=      golem-0.0.5
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=golem/}
 
@@ -14,6 +14,7 @@
 GNU_CONFIGURE= YES
 
 CONFIGURE_ARGS+=       --enable-i18n
+CONFIGURE_ARGS+=       --disable-sound
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -22,18 +23,6 @@
 .include "../../x11/libXinerama/buildlink3.mk"
 .endif
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.golem
-PKG_SUPPORTED_OPTIONS= esound
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=           esound
-.if !empty(PKG_OPTIONS:Mesound)
-CONFIGURE_ARGS+=       --enable-sound
-PLIST.esound=          yes
-.include "../../audio/esound/buildlink3.mk"
-.endif
-
 CFLAGS+=       -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 EGDIR=         ${PREFIX}/share/examples/golem
diff -r 206da832f6ab -r fabe11a6948d wm/golem/PLIST
--- a/wm/golem/PLIST    Mon Jan 20 21:16:43 2020 +0000
+++ b/wm/golem/PLIST    Mon Jan 20 21:17:51 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:18:59 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/01/20 21:17:51 nia Exp $
 bin/golem
 bin/golem.install
 lib/golem/plugins/animations.so
@@ -9,7 +9,6 @@
 lib/golem/plugins/pier.so
 lib/golem/plugins/setroot.so
 lib/golem/plugins/simple_menus.so
-${PLIST.esound}lib/golem/plugins/sound.so
 lib/golem/plugins/start_slide.so
 lib/golem/plugins/wmclass_defs.so
 man/man1/golem.1
@@ -25,7 +24,6 @@
 share/golem/plugins/pier/rc
 share/golem/plugins/setroot/rc
 share/golem/plugins/simple_menus/rc
-${PLIST.esound}share/golem/plugins/sound/rc
 share/golem/plugins/start_slide/README
 share/golem/plugins/start_slide/rc
 share/golem/plugins/wmclass_defs/rc



Home | Main Index | Thread Index | Old Index