Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 20:19:56 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535888 - in head/x11/plasma5-plasma-workspace: . files
Message-ID:  <202005192019.04JKJu9X058328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005192019.04JKJu9X058328>