[Bug 225992] [exp-run] Suffix KDE4 application ports with -kde4
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 23 06:47:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225992
Craig Wiesen <ctyz1999+bugzilla at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ctyz1999+bugzilla at gmail.com
--- Comment #11 from Craig Wiesen <ctyz1999+bugzilla at gmail.com> ---
View This comment in a wide window.
After your big change I got this fatal error in poudriere.
[00:00:43] Warning: (x11/kde-workspace-kde4): Error: x11/kde-workspace-kde4
depends on nonexistent origin 'x11/plasma-scriptengine-python' (moved to
x11/plasma-[00:00:43] Warning:scriptengine-python-kde4); Please contact
maintainer of the port to fix this.
So I changed x11/kde-workspace-kde4/Makefile to this to make poudriere happy.
--- /usr/ports/x11/kde-workspace-kde4/Makefile 2018-02-23 00:38:05.254473000
-0600
+++ /tmp/1 2018-02-23 00:37:02.935113000 -0600
@@ -96,7 +96,7 @@
KACTIVITY_RUN_DEPENDS=
${KDE_PREFIX}/bin/kactivitymanagerd:x11/kactivitymanagerd
PYTHON_DESC= Python plasmoids support
-PYTHON_RUN_DEPENDS=
${KDE_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:x11/plasma-scriptengine-python
+PYTHON_RUN_DEPENDS=
${KDE_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:x11/plasma-scriptengine-python-kde4
RUBY_DESC= Ruby plasmoids support
RUBY_RUN_DEPENDS=
${KDE_PREFIX}/share/apps/plasma_scriptengine_ruby/applet.rb:x11/plasma-scriptengine-ruby
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list