svn commit: r468618 - in head/devel/kf5-ki18n: . files
Tobias C. Berner
tcberner at FreeBSD.org
Sun Apr 29 10:31:14 UTC 2018
Author: tcberner
Date: Sun Apr 29 10:31:13 2018
New Revision: 468618
URL: https://svnweb.freebsd.org/changeset/ports/468618
Log:
devel/kf5-ki18n: Add forgotten upstream fix
* there was a bug in ki18n that lead to lots of zombies, and long buildtimes.
Added:
head/devel/kf5-ki18n/files/
head/devel/kf5-ki18n/files/patch-git_9c32bd (contents, props changed)
Modified:
head/devel/kf5-ki18n/Makefile
Modified: head/devel/kf5-ki18n/Makefile
==============================================================================
--- head/devel/kf5-ki18n/Makefile Sun Apr 29 10:00:01 2018 (r468617)
+++ head/devel/kf5-ki18n/Makefile Sun Apr 29 10:31:13 2018 (r468618)
@@ -2,6 +2,7 @@
PORTNAME= ki18n
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde at FreeBSD.org
Added: head/devel/kf5-ki18n/files/patch-git_9c32bd
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/kf5-ki18n/files/patch-git_9c32bd Sun Apr 29 10:31:13 2018 (r468618)
@@ -0,0 +1,37 @@
+From 9c32bdab29b345976eee3b9c1c4bebd76cdcdde2 Mon Sep 17 00:00:00 2001
+From: Aleix Pol <aleixpol at kde.org>
+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()
+
+
More information about the svn-ports-all
mailing list