Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 14:57:15 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a4e42ba9b256 - 2023Q1 - x11-wm/fvwm2: Chase 75b955057c8e, remove RPLAY option
Message-ID:  <202302111457.31BEvFUb017044@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by cy:

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

commit a4e42ba9b256364488c0ea9df36a2b7a361af7d0
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-10 14:13:27 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-11 14:55:30 +0000

    x11-wm/fvwm2: Chase 75b955057c8e, remove RPLAY option
    
    75b955057c8e removed audio/rplay. Chase this revision.
    
    (cherry picked from commit 17e3e5e04f3151f84c10b2550b48ecdae43668c5)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302111457.31BEvFUb017044>