svn commit: r376365 - in head: graphics/fotoxx net-p2p/qbittorrent
Pawel Pekala
pawel at FreeBSD.org
Mon Jan 5 22:36:16 UTC 2015
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
More information about the svn-ports-all
mailing list