Date: Thu, 21 Jun 2018 16:23:15 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472982 - head/net-p2p/qbittorrent Message-ID: <201806211623.w5LGNFmq005041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jun 21 16:23:15 2018 New Revision: 472982 URL: https://svnweb.freebsd.org/changeset/ports/472982 Log: net-p2p/qbittorrent: Limit USE_QT5=svg to @default flavor It is only needed for the UI. PR: 229210 Submitted by: Ralf van der Enden <tremere@cainites.net> Modified: head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Thu Jun 21 15:45:20 2018 (r472981) +++ head/net-p2p/qbittorrent/Makefile Thu Jun 21 16:23:15 2018 (r472982) @@ -3,6 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,14 +26,14 @@ nox_PLIST= ${NONEXISTENT} USES= compiler:c++11-lib pkgconfig tar:xz GNU_CONFIGURE= yes -USE_QT5= core network svg xml buildtools_build linguisttools_build qmake_build +USE_QT5= core network xml buildtools_build linguisttools_build qmake_build CONFIGURE_ARGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" QT_NONSTANDARD= yes DESTDIRNAME= INSTALL_ROOT .if ${FLAVOR} == default USES+= desktop-file-utils -USE_QT5+= concurrent gui widgets +USE_QT5+= concurrent gui svg widgets USE_GL= gl .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806211623.w5LGNFmq005041>