Date: Sun, 18 Jan 2015 00:00:43 +0000 (UTC) From: Alonso Schaich <alonso@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377276 - head/net-im/kopete-kde4 Message-ID: <201501180000.t0I00h6F048569@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501180000.t0I00h6F048569>