Date: Mon, 31 Dec 2018 13:12:30 +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: r488781 - head/net-im/ekiga Message-ID: <201812311312.wBVDCU31036680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Dec 31 13:12:30 2018 New Revision: 488781 URL: https://svnweb.freebsd.org/changeset/ports/488781 Log: net-im/ekiga: remove optional dependency on expired KDE4 Modified: head/net-im/ekiga/Makefile head/net-im/ekiga/pkg-descr Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net-im/ekiga/Makefile Mon Dec 31 13:10:13 2018 (r488780) +++ head/net-im/ekiga/Makefile Mon Dec 31 13:12:30 2018 (r488781) @@ -39,43 +39,19 @@ EVOLUTION_DESC= Evolution data server support GNOMEHELP_DESC= Build Ekiga help files #OPTIONS_GROUP= EXP -#OPTIONS_GROUP_EXP= KDE KAB GSTREAMER XCAP LOUDMOUTH +#OPTIONS_GROUP_EXP= GSTREAMER XCAP LOUDMOUTH EXP_DESC= Experimental features -KDE_DESC= KDE 4 support -KAB_DESC= KAddressBook support GSTREAMER_DESC= Gstreamer support XCAP_DESC= Remote contact storage via HTTP in xml format LOUDMOUTH_DESC= XMPP (jabber) support -KAB_IMPLIES= KDE - # Note that h.323 support is enabled when opal is build with it. .include <bsd.port.options.mk> PLIST_SUB+= VERSION=${PORTVERSION} -.if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB} -DEPRECATED= KDE4 is end-of-life -EXPIRATION_DATE=2018-12-31 -USES+= kde:4 qt:4 -USE_KDE= kdelibs -USE_QT= corelib -CONFIGURE_ARGS+=--enable-kde -#CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE_PREFIX}/include -I${QT_INCDIR} \ -# -I${LOCALBASE}/include" KDE_LIBS="-L${KDE_PREFIX}/lib" -CPPFLAGS+= -I${KDE_PREFIX}/include -LDFLAGS+= -L${KDE_PREFIX}/lib -.else -CONFIGURE_ARGS+=--disable-kde -.endif - -.if ${PORT_OPTIONS:MKAB} -CONFIGURE_ARGS+=--enable-kab -USE_KDE+= pimlibs -.else -CONFIGURE_ARGS+=--disable-kab -.endif +CONFIGURE_ARGS+=--disable-kde --disable-kab .if ${PORT_OPTIONS:MGSTREAMER} CONFIGURE_ARGS+=--enable-gstreamer Modified: head/net-im/ekiga/pkg-descr ============================================================================== --- head/net-im/ekiga/pkg-descr Mon Dec 31 13:10:13 2018 (r488780) +++ head/net-im/ekiga/pkg-descr Mon Dec 31 13:12:30 2018 (r488781) @@ -1,5 +1,5 @@ Ekiga (formely known as GnomeMeeting) is an open source -VoIP and video conferencing application for GNOME/KDE. +VoIP and video conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. WWW: https://www.ekiga.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812311312.wBVDCU31036680>