svn commit: r472982 - head/net-p2p/qbittorrent

Yuri Victorovich yuri at FreeBSD.org
Thu Jun 21 16:23:16 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list