From owner-svn-ports-all@FreeBSD.ORG Mon Jan 5 22:36:16 2015 Return-Path: Delivered-To: svn-ports-all@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 9F026BA9; Mon, 5 Jan 2015 22:36:16 +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 8A5553E4F; Mon, 5 Jan 2015 22:36:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05MaGjb085958; Mon, 5 Jan 2015 22:36:16 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05MaGBW085956; Mon, 5 Jan 2015 22:36:16 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201501052236.t05MaGBW085956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 5 Jan 2015 22:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376365 - in head: graphics/fotoxx net-p2p/qbittorrent 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-1 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: Mon, 05 Jan 2015 22:36:16 -0000 Author: pawel Date: Mon Jan 5 22:36:15 2015 New Revision: 376365 URL: https://svnweb.freebsd.org/changeset/ports/376365 QAT: https://qat.redports.org/buildarchive/r376365/ Log: Convert to USES=execinfo Modified: head/graphics/fotoxx/Makefile head/net-p2p/qbittorrent/Makefile Modified: head/graphics/fotoxx/Makefile ============================================================================== --- head/graphics/fotoxx/Makefile Mon Jan 5 21:35:33 2015 (r376364) +++ head/graphics/fotoxx/Makefile Mon Jan 5 22:36:15 2015 (r376365) @@ -12,13 +12,12 @@ COMMENT= Application to organize and edi LICENSE= GPLv3 -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ufraw-batch:${PORTSDIR}/graphics/ufraw \ exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \ dcraw:${PORTSDIR}/graphics/dcraw -USES= gmake desktop-file-utils pkgconfig +USES= execinfo gmake desktop-file-utils pkgconfig USE_GNOME= gtk30 ALL_TARGET= fotoxx Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Mon Jan 5 21:35:33 2015 (r376364) +++ head/net-p2p/qbittorrent/Makefile Mon Jan 5 22:36:15 2015 (r376365) @@ -13,10 +13,9 @@ COMMENT?= Bittorrent client using Qt4 an LICENSE= GPLv2 # ABI versions specified on purpose for libtorrent-rasterbar -LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar -USES= pkgconfig +USES= execinfo pkgconfig USE_QT4= corelib network qmake_build linguist_build moc_build \ rcc_build uic_build QT_NONSTANDARD= yes