Index: head/devel/kf5-ki18n/Makefile =================================================================== --- head/devel/kf5-ki18n/Makefile (revision 468617) +++ head/devel/kf5-ki18n/Makefile (revision 468618) @@ -1,15 +1,16 @@ # $FreeBSD$ PORTNAME= ki18n DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 advanced internationalization framework USES= cmake:outsource compiler:c++11-lib gettext-runtime \ gettext-tools:build,run kde:5 tar:xz USE_KDE= ecm USE_QT5= buildtools_build concurrent core qmake_build qml script testlib .include Index: head/devel/kf5-ki18n/files/patch-git_9c32bd =================================================================== --- head/devel/kf5-ki18n/files/patch-git_9c32bd (nonexistent) +++ head/devel/kf5-ki18n/files/patch-git_9c32bd (revision 468618) @@ -0,0 +1,37 @@ +From 9c32bdab29b345976eee3b9c1c4bebd76cdcdde2 Mon Sep 17 00:00:00 2001 +From: Aleix Pol +Date: Sun, 15 Apr 2018 01:39:58 +0200 +Subject: [PATCH] Don't need to run previous iterations commands again + +Summary: BUG: 393141 + +Test Plan: +Tested building plasma-workspace, it was clearly faster (although it +would have finished eventually) + +Reviewers: #frameworks, arojas, sitter + +Reviewed By: sitter + +Subscribers: sitter, heikobecker + +Tags: #frameworks + +Differential Revision: https://phabricator.kde.org/D12216 +--- + cmake/build-pofiles.cmake | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/cmake/build-pofiles.cmake b/cmake/build-pofiles.cmake +index d0991ad..b39be31 100644 +--- cmake/build-pofiles.cmake ++++ cmake/build-pofiles.cmake +@@ -62,6 +62,7 @@ foreach(pofile IN LISTS pofiles) + if(i EQUAL ${numberOfProcesses}) + _processCommands() + set(i 0) ++ set(commands) + endif() + endforeach() + + Property changes on: head/devel/kf5-ki18n/files/patch-git_9c32bd ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property