From owner-svn-ports-head@freebsd.org Sun Apr 2 19:53:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA20CD2B104; Sun, 2 Apr 2017 19:53:40 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86B227D3; Sun, 2 Apr 2017 19:53:40 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v32JrdAZ064403; Sun, 2 Apr 2017 19:53:39 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v32JrdG2064402; Sun, 2 Apr 2017 19:53:39 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704021953.v32JrdG2064402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 2 Apr 2017 19:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437576 - head/devel/kf5-extra-cmake-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2017 19:53:40 -0000 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@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