svn commit: r437576 - head/devel/kf5-extra-cmake-modules

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Apr 2 19:53:40 UTC 2017


Author: rakuco
Date: Sun Apr  2 19:53:39 2017
New Revision: 437576
URL: https://svnweb.freebsd.org/changeset/ports/437576

Log:
  Make devel/qt5-help a build-time dependency.
  
  It is only used to produce the .qch file, so it does not need to be present at
  runtime. This turns kf5-e-c-m into a port that has no dependency on Qt5 (or
  basically any other port), which makes it easier to depend on it.
  
  Reviewed by:	tcberner
  MFH:		2017Q2
  Differential Revision:	https://reviews.freebsd.org/D10234

Modified:
  head/devel/kf5-extra-cmake-modules/Makefile

Modified: head/devel/kf5-extra-cmake-modules/Makefile
==============================================================================
--- head/devel/kf5-extra-cmake-modules/Makefile	Sun Apr  2 19:35:44 2017	(r437575)
+++ head/devel/kf5-extra-cmake-modules/Makefile	Sun Apr  2 19:53:39 2017	(r437576)
@@ -3,6 +3,7 @@
 
 PORTNAME=	extra-cmake-modules
 PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING-CMAKE-SC
 USES=		cmake:outsource kde:5 tar:xz
 USE_QT5=	#
 
-DOCS_USE=	QT5=help
+DOCS_USE=	QT5=help_build  # qt5-help is only used to build a .qch file.
 TEST_USE=	QT5=buildtools_build,linguisttools_build,qmake_build
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list