Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 13:59:00 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487997 - head/devel/p5-UI-Dialog
Message-ID:  <201812211359.wBLDx0Hv098096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Dec 21 13:59:00 2018
New Revision: 487997
URL: https://svnweb.freebsd.org/changeset/ports/487997

Log:
  devel/p5-UI-Dialog: remove optional dependency on expired x11/xdialog
  
  While here mark the kdialog option as deprecated (depends on KDE4).

Modified:
  head/devel/p5-UI-Dialog/Makefile

Modified: head/devel/p5-UI-Dialog/Makefile
==============================================================================
--- head/devel/p5-UI-Dialog/Makefile	Fri Dec 21 13:46:02 2018	(r487996)
+++ head/devel/p5-UI-Dialog/Makefile	Fri Dec 21 13:59:00 2018	(r487997)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp \
 		p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote
 RUN_DEPENDS+=	cdialog:devel/cdialog
 
-OPTIONS_DEFINE=	KDE NEWT X11 ZENITY
+OPTIONS_DEFINE=	KDE NEWT ZENITY
 
 NO_ARCH=	yes
 USES=		perl5
@@ -27,8 +27,14 @@ USE_PERL5=	configure
 
 KDE_RUN_DEPENDS=	kdialog:x11/kde4-baseapps
 NEWT_RUN_DEPENDS=	whiptail:devel/newt
-X11_RUN_DEPENDS=	Xdialog:x11/xdialog
 ZENITY_RUN_DEPENDS=	zenity:x11/zenity
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MKDE}
+DEPRECATED=	KDE4 is EOL
+EXPIRATION_DATE=2018-12-31
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e "/self->{'_opts'}->{'bin'}/ s|dialog|c&|" ${WRKSRC}/lib/UI/Dialog/Backend/CDialog.pm



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