svn commit: r377276 - head/net-im/kopete-kde4

Alonso Schaich alonso at FreeBSD.org
Sun Jan 18 00:00:44 UTC 2015


Author: alonso
Date: Sun Jan 18 00:00:43 2015
New Revision: 377276
URL: https://svnweb.freebsd.org/changeset/ports/377276
QAT: https://qat.redports.org/buildarchive/r377276/

Log:
  Remove giflib dependency
  
  Kopete directly links giflib in it's windows live messager plugin, however the
  build / installation of that plugin was disabled when libmsn deprecated more
  than a year ago. As new builds of kopete won't contain that plugin, the
  giflib dependency can safely be removed.
  
  Found by Aleksander Matveev <timon at timon.net.nz>, see
  http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html
  
  Approved by:	rakuco (mentor)

Modified:
  head/net-im/kopete-kde4/Makefile

Modified: head/net-im/kopete-kde4/Makefile
==============================================================================
--- head/net-im/kopete-kde4/Makefile	Sat Jan 17 23:56:30 2015	(r377275)
+++ head/net-im/kopete-kde4/Makefile	Sun Jan 18 00:00:43 2015	(r377276)
@@ -21,7 +21,6 @@ LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/l
 		libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \
 		libv4l2.so:${PORTSDIR}/multimedia/libv4l \
 		libjasper.so:${PORTSDIR}/graphics/jasper \
-		libgif.so:${PORTSDIR}/graphics/giflib \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libjsoncpp.so:${PORTSDIR}/devel/jsoncpp
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \


More information about the svn-ports-all mailing list