aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-plasma-workspace
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-11-02 22:33:54 +0000
committerSteve Wills <swills@FreeBSD.org>2019-11-02 22:33:54 +0000
commit34c5eb7640e12a2201eee48d3b219057b245ab0c (patch)
tree4b063e9a2c660319e5594e01d33e0ca28efbdc54 /x11/plasma5-plasma-workspace
parent9ba6542d0ea8f1412271a2c51d6e5147d210857f (diff)
downloadports-34c5eb7640e12a2201eee48d3b219057b245ab0c.tar.gz
ports-34c5eb7640e12a2201eee48d3b219057b245ab0c.zip
x11/plasma5-plasma-workspace: fix call to env
Our env doesn't support -0, call genv and depend on coreutils Approved by: tcberner
Notes
Notes: svn path=/head/; revision=516374
Diffstat (limited to 'x11/plasma5-plasma-workspace')
-rw-r--r--x11/plasma5-plasma-workspace/Makefile2
-rw-r--r--x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh8
2 files changed, 9 insertions, 1 deletions
diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile
index 1a5d1227affd..4c34ceca22a3 100644
--- a/x11/plasma5-plasma-workspace/Makefile
+++ b/x11/plasma5-plasma-workspace/Makefile
@@ -2,7 +2,7 @@
PORTNAME= plasma-workspace
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
diff --git a/x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh b/x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh
new file mode 100644
index 000000000000..3791a9541b75
--- /dev/null
+++ b/x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh
@@ -0,0 +1,8 @@
+--- startkde/plasma-sourceenv.sh.orig 2019-11-02 22:09:17 UTC
++++ startkde/plasma-sourceenv.sh
+@@ -3,4 +3,4 @@ do
+ . $i >/dev/null
+ done
+
+-env -0
++genv -0