Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 04:12:37 +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: r514698 - head/net-p2p/qbittorrent
Message-ID:  <201910180412.x9I4Cbh2006864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Oct 18 04:12:37 2019
New Revision: 514698
URL: https://svnweb.freebsd.org/changeset/ports/514698

Log:
  net-p2p/qbittorrent: Unbreak the 'nox' flavor by removing the stray USES=xorg
  
  Some changes in the ports framework caused this stray USES=xorg to fail the 'nox' build.
  USES=xorg isn't needed here.
  
  Reported by:	Zach Malamud <zach.malamud@gmail.com> (reported the nox unavailability)

Modified:
  head/net-p2p/qbittorrent/Makefile

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Fri Oct 18 02:42:26 2019	(r514697)
+++ head/net-p2p/qbittorrent/Makefile	Fri Oct 18 04:12:37 2019	(r514698)
@@ -20,7 +20,7 @@ FLAVOR?=	${FLAVORS:[1]}
 nox_PKGNAMESUFFIX=	-nox
 nox_PLIST=		${MASTERDIR}/pkg-plist-nox
 
-USES=			compiler:c++11-lib pkgconfig qmake:no_env qt:5 tar:xz xorg
+USES=			compiler:c++11-lib pkgconfig qmake:no_env qt:5 tar:xz
 GNU_CONFIGURE=		yes
 USE_QT=			core network xml buildtools_build linguisttools_build qmake_build
 CONFIGURE_ARGS=		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910180412.x9I4Cbh2006864>