git: 17e3e5e04f31 - main - x11-wm/fvwm2: Chase 75b955057c8e, remove RPLAY option

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Fri, 10 Feb 2023 14:41:18 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17e3e5e04f3151f84c10b2550b48ecdae43668c5

commit 17e3e5e04f3151f84c10b2550b48ecdae43668c5
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-10 14:13:27 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-10 14:40:46 +0000

    x11-wm/fvwm2: Chase 75b955057c8e, remove RPLAY option
    
    75b955057c8e removed audio/rplay. Chase this revision.
---
 x11-wm/fvwm2/Makefile | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 295d734a5b21..badd5c8b9f76 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -23,17 +23,17 @@ CONFLICTS_INSTALL=	fvwm3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-mandoc --without-gnome --disable-gtk \
+		--without-rplay-library \
 		ac_cv_path_PYTHON=${PYTHON_CMD}
 USES=		cpe gmake gnome perl5 pkgconfig python:3.4+ gettext readline xorg
 USE_XORG=	xcursor xft xinerama xpm xrender x11 ice xext
 USE_GNOME=	cairo
 
-OPTIONS_DEFINE=	ICONS ICONV STROKE RPLAY SESSION_MGMT PNG SVG BIDI NLS
+OPTIONS_DEFINE=	ICONS ICONV STROKE SESSION_MGMT PNG SVG BIDI NLS
 OPTIONS_DEFAULT=ICONS ICONV SESSION_MGMT PNG
 OPTIONS_SUB=	yes
 
 STROKE_DESC=		support for mouse gestures
-RPLAY_DESC=		RPlay support in FvwmEvent
 SESSION_MGMT_DESC=	Session Management support
 BIDI_DESC=		Asian bi-directional text support
 
@@ -63,14 +63,6 @@ CONFIGURE_ARGS+=	--with-stroke-library=${LOCALBASE}/lib \
 CONFIGURE_ARGS+=	--without-stroke-library
 .endif
 
-.if ${PORT_OPTIONS:MRPLAY}
-LIB_DEPENDS+=	librplay.so:audio/rplay
-CONFIGURE_ARGS+=	--with-rplay-library=${LOCALBASE}/lib \
-			--with-rplay-includes=${LOCALBASE}/include
-.else
-CONFIGURE_ARGS+=	--without-rplay-library
-.endif
-
 .if ${PORT_OPTIONS:MSESSION_MGMT}
 USE_XORG+=	sm
 .else