Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 22:37:11 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377549 - head/net-im/venom
Message-ID:  <201501202237.t0KMbBFv076827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Jan 20 22:37:10 2015
New Revision: 377549
URL: https://svnweb.freebsd.org/changeset/ports/377549
QAT: https://qat.redports.org/buildarchive/r377549/

Log:
  Mark BROKEN and DEPRECATED.
  
  Its maintainer left long ago and the Tox project have no future plans to
  support it. Also, it does not currently build with Toxcore.
  
  Suggested by:	urras (at) tox.im

Modified:
  head/net-im/venom/Makefile

Modified: head/net-im/venom/Makefile
==============================================================================
--- head/net-im/venom/Makefile	Tue Jan 20 22:36:02 2015	(r377548)
+++ head/net-im/venom/Makefile	Tue Jan 20 22:37:10 2015	(r377549)
@@ -16,13 +16,17 @@ LIB_DEPENDS=	libgee-0.8.so:${PORTSDIR}/d
 		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
 RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
 
+BROKEN=		Does not compile with the recent Tox
+DEPRECATED=	No more support from the project
+EXPIRATION_DATE=	2015-01-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	naxuroqa
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	a9bff73
 
 USES=		cmake desktop-file-utils gettext pkgconfig
-USE_GNOME=	glib20 gtk30
+USE_GNOME=	cairo glib20 gtk30
 USE_SQLITE=	yes
 INSTALLS_ICONS=	yes
 



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