svn commit: r457646 - head/sysutils/pcbsd-utils-qt5

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Dec 30 22:20:06 UTC 2017


Author: rakuco
Date: Sat Dec 30 22:20:05 2017
New Revision: 457646
URL: https://svnweb.freebsd.org/changeset/ports/457646

Log:
  Explicitly depend on www/qt5-webkit.
  
  The dependency was being pulled indirectly (qt5-linguist -> qt5-assistant ->
  qt5-webkit), which hasn't worked since r457276:
  
  Reading /wrkdirs/usr/ports/sysutils/pcbsd-utils-qt5/work/pcbsd-3c4d2b/src-qt5/pc-softweb/pc-softweb.pro
  Project ERROR: Unknown module(s) in QT: webkitwidgets

Modified:
  head/sysutils/pcbsd-utils-qt5/Makefile

Modified: head/sysutils/pcbsd-utils-qt5/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils-qt5/Makefile	Sat Dec 30 22:14:58 2017	(r457645)
+++ head/sysutils/pcbsd-utils-qt5/Makefile	Sat Dec 30 22:20:05 2017	(r457646)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pcbsd-utils-qt5
 PORTVERSION=	1444236547
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 
 MAINTAINER=	kmoore at FreeBSD.org
@@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE=yes
 ONLY_FOR_ARCHS=	amd64
 USE_LDCONFIG=	yes
 USE_QT5=	core gui network svg linguist \
-		buildtools x11extras
+		webkit buildtools x11extras
 USES=		desktop-file-utils python qmake shebangfix tar:xz
 SHEBANG_FILES=	pc-netmanager/src/NetworkManager/resources/umts_stick \
 		pc-sysmanager/scripts/fastest_cvsup


More information about the svn-ports-head mailing list