Date: Tue, 4 Apr 2017 14:16:12 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437737 - branches/2017Q2/devel/kf5-extra-cmake-modules Message-ID: <201704041416.v34EGCSb010613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Apr 4 14:16:12 2017 New Revision: 437737 URL: https://svnweb.freebsd.org/changeset/ports/437737 Log: MFH: r437576 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 Differential Revision: https://reviews.freebsd.org/D10234 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile ============================================================================== --- branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile Tue Apr 4 14:07:34 2017 (r437736) +++ branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile Tue Apr 4 14:16:12 2017 (r437737) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704041416.v34EGCSb010613>