From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 21:08:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61D8D2F2; Fri, 6 Jun 2014 21:08:07 +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 4F0C52F0F; Fri, 6 Jun 2014 21:08:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56L87RA054142; Fri, 6 Jun 2014 21:08:07 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56L87uG054141; Fri, 6 Jun 2014 21:08:07 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201406062108.s56L87uG054141@svn.freebsd.org> From: Guido Falsi Date: Fri, 6 Jun 2014 21:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356849 - head/graphics/pinpoint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 21:08:07 -0000 Author: madpilot Date: Fri Jun 6 21:08:06 2014 New Revision: 356849 URL: http://svnweb.freebsd.org/changeset/ports/356849 QAT: https://qat.redports.org/buildarchive/r356849/ Log: - Enable staging - Convert to new LIB_DEPENDS format PR: 190385 Submitted by: lichray@gmail.com (maintainer) Modified: head/graphics/pinpoint/Makefile Modified: head/graphics/pinpoint/Makefile ============================================================================== --- head/graphics/pinpoint/Makefile Fri Jun 6 21:06:12 2014 (r356848) +++ head/graphics/pinpoint/Makefile Fri Jun 6 21:08:06 2014 (r356849) @@ -13,7 +13,7 @@ COMMENT= Tool for making hackers do exce LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter USE_GL= gl USE_GNOME= librsvg2 @@ -23,11 +23,10 @@ USES= pathfix pkgconfig gmake tar:xz OPTIONS_DEFINE= GST GST_DESC= Live videos as slide backgrounds -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGST} -LIB_DEPENDS+= clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst +LIB_DEPENDS+= libclutter-gst-1.0.so:${PORTSDIR}/multimedia/clutter-gst .else CONFIGURE_ARGS+= --enable-cluttergst=no .endif