Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 15:24:54 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551432 - head/audio/suil
Message-ID:  <202010041524.094FOsQi001941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sun Oct  4 15:24:53 2020
New Revision: 551432
URL: https://svnweb.freebsd.org/changeset/ports/551432

Log:
  audio/suil: fix dependency (and packaging)
  
  libsuil_x11_in_qt5.so was not built as it now depends on qt5 x11extras
  (the condition for x11-in_qt5 changed from "HAVE_QT5" to "HAVE_QT5 and
  HAVE_QT5_X11" in wscript, and the configure stage reported
  'Qt5X11Extras >= 5.1.0' as missing).
  
  Approved by:	just-fix-it

Modified:
  head/audio/suil/Makefile

Modified: head/audio/suil/Makefile
==============================================================================
--- head/audio/suil/Makefile	Sun Oct  4 15:07:05 2020	(r551431)
+++ head/audio/suil/Makefile	Sun Oct  4 15:24:53 2020	(r551432)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	lv2>=1.14.0:audio/lv2
 USES=		compiler:c++11-lang gnome pkgconfig python:build qt:5 \
 		tar:bzip2 waf xorg
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango
-USE_QT=		core gui widgets
+USE_QT=		core gui widgets x11extras
 USE_XORG=	x11
 USE_LDCONFIG=	yes
 



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