From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 00:00:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 135B6393; Sun, 18 Jan 2015 00:00:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2857C0F; Sun, 18 Jan 2015 00:00:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0I00h7N048570; Sun, 18 Jan 2015 00:00:43 GMT (envelope-from alonso@FreeBSD.org) Received: (from alonso@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0I00h6F048569; Sun, 18 Jan 2015 00:00:43 GMT (envelope-from alonso@FreeBSD.org) Message-Id: <201501180000.t0I00h6F048569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: alonso set sender to alonso@FreeBSD.org using -f From: Alonso Schaich Date: Sun, 18 Jan 2015 00:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377276 - head/net-im/kopete-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 00:00:44 -0000 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 , 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 \