Date: Mon, 5 Jan 2015 22:36:16 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> 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 Message-ID: <201501052236.t05MaGBW085956@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501052236.t05MaGBW085956>