pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fvwm fvwm: Remove rplay support, previously disable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6b67c63543f
branches:  trunk
changeset: 412056:c6b67c63543f
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Feb 26 18:09:40 2020 +0000

description:
fvwm: Remove rplay support, previously disabled by default

This is another dead sound server, the website for it disappeared in 2005
and this is the last (optional) user in pkgsrc.

diffstat:

 wm/fvwm/Makefile   |   3 ++-
 wm/fvwm/options.mk |  11 ++---------
 2 files changed, 4 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r d2fac9b46c44 -r c6b67c63543f wm/fvwm/Makefile
--- a/wm/fvwm/Makefile  Wed Feb 26 17:56:01 2020 +0000
+++ b/wm/fvwm/Makefile  Wed Feb 26 18:09:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/01/19 22:16:18 maya Exp $
+# $NetBSD: Makefile,v 1.43 2020/02/26 18:09:40 nia Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
 CATEGORIES=    x11 wm
@@ -26,6 +26,7 @@
 CONFIGURE_ARGS+=       --libexecdir=${PREFIX}/lib/X11
 CONFIGURE_ARGS+=       --with-xpm-includes=${BUILDLINK_PREFIX.libXpm}/include
 CONFIGURE_ARGS+=       --with-imagepath=${PREFIX}/lib/X11/fvwm2/pixmaps:${X11BASE}/include/X11/bitmaps:${X11BASE}/include/X11/pixmaps
+CONFIGURE_ARGS+=       --without-rplay-library
 
 # We don't want to have CPP from the buildlink directory
 CONFIGURE_ENV+=                ac_cv_path_FVWM_CPP=${CPP:Q}
diff -r d2fac9b46c44 -r c6b67c63543f wm/fvwm/options.mk
--- a/wm/fvwm/options.mk        Wed Feb 26 17:56:01 2020 +0000
+++ b/wm/fvwm/options.mk        Wed Feb 26 18:09:40 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: options.mk,v 1.4 2020/01/19 22:16:18 maya Exp $
+# $NetBSD: options.mk,v 1.5 2020/02/26 18:09:40 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fvwm
-PKG_SUPPORTED_OPTIONS=         gtk rplay xrender xcursor xft2 fribidi debug svg
+PKG_SUPPORTED_OPTIONS=         gtk xrender xcursor xft2 fribidi debug svg
 PKG_SUGGESTED_OPTIONS+=                svg
 PKG_OPTIONS_LEGACY_VARS+=      FVWM2_USE_GTK:gtk
-PKG_OPTIONS_LEGACY_VARS+=      FVWM2_USE_RPLAY:rplay
 
 .include "../../mk/bsd.options.mk"
 
@@ -17,12 +16,6 @@
 CONFIGURE_ARGS+=       --without-gtk-prefix
 .endif
 
-.if !empty(PKG_OPTIONS:Mrplay)
-.  include "../../audio/rplay/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --without-rplay-library
-.endif
-
 .if !empty(PKG_OPTIONS:Mxcursor)
 CONFIGURE_ARGS+=       --enable-xcursor
 .include "../../x11/libXcursor/buildlink3.mk"



Home | Main Index | Thread Index | Old Index