svn commit: r535888 - in head/x11/plasma5-plasma-workspace: . files
Adriaan de Groot
adridg at FreeBSD.org
Tue May 19 20:19:57 UTC 2020
Author: adridg
Date: Tue May 19 20:19:56 2020
New Revision: 535888
URL: https://svnweb.freebsd.org/changeset/ports/535888
Log:
x11/plasma5-plasma-workspace restore lost patch
In r525879 the patch repairing the way ksmserver looks for _IceTransNoListen
was removed; for whatever reason it never got upstream, didn't apply
anymore, but is still relevant.
PR: 229772
Reported by: cpercival
Added:
head/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt (contents, props changed)
Modified:
head/x11/plasma5-plasma-workspace/Makefile
Modified: head/x11/plasma5-plasma-workspace/Makefile
==============================================================================
--- head/x11/plasma5-plasma-workspace/Makefile Tue May 19 19:06:44 2020 (r535887)
+++ head/x11/plasma5-plasma-workspace/Makefile Tue May 19 20:19:56 2020 (r535888)
@@ -2,7 +2,7 @@
PORTNAME= plasma-workspace
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde kde-plasma
PATCH_SITES= https://github.com/KDE/plasma-workspace/commit/
Added: head/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt Tue May 19 20:19:56 2020 (r535888)
@@ -0,0 +1,10 @@
+--- ksmserver/CMakeLists.txt.orig 2020-05-05 15:00:04 UTC
++++ ksmserver/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ add_definitions(-DTRANSLATION_DOMAIN=\"ksmserver\")
+
+-check_library_exists(ICE _IceTransNoListen "" HAVE__ICETRANSNOLISTEN)
++check_library_exists("${X11_ICE_LIB}" _IceTransNoListen "" HAVE__ICETRANSNOLISTEN)
+ configure_file(config-ksmserver.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksmserver.h)
+
+ add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
More information about the svn-ports-all
mailing list