Date: Fri, 9 Feb 2018 20:25:35 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461335 - in head/sysutils/conky: . files Message-ID: <201802092025.w19KPZkt059323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Feb 9 20:25:35 2018 New Revision: 461335 URL: https://svnweb.freebsd.org/changeset/ports/461335 Log: - Update conky to 1.10.8 - Remove local patch included upstream Modified: head/sysutils/conky/Makefile head/sysutils/conky/distinfo head/sysutils/conky/files/patch-src_conky.cc Modified: head/sysutils/conky/Makefile ============================================================================== --- head/sysutils/conky/Makefile Fri Feb 9 20:24:28 2018 (r461334) +++ head/sysutils/conky/Makefile Fri Feb 9 20:25:35 2018 (r461335) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= conky -PORTVERSION= 1.10.7 -PORTREVISION= 1 +PORTVERSION= 1.10.8 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/conky/distinfo ============================================================================== --- head/sysutils/conky/distinfo Fri Feb 9 20:24:28 2018 (r461334) +++ head/sysutils/conky/distinfo Fri Feb 9 20:25:35 2018 (r461335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516559609 -SHA256 (brndnmtthws-conky-v1.10.7_GH0.tar.gz) = 23bb9609c522f248cba287146943a872cc045b45cecfa5668bca76e95ecc06ac -SIZE (brndnmtthws-conky-v1.10.7_GH0.tar.gz) = 371881 +TIMESTAMP = 1518106982 +SHA256 (brndnmtthws-conky-v1.10.8_GH0.tar.gz) = 2ebd655a27c816bd613538b71d4ec1c096252cb522feaa05f64781dcedea8857 +SIZE (brndnmtthws-conky-v1.10.8_GH0.tar.gz) = 373075 Modified: head/sysutils/conky/files/patch-src_conky.cc ============================================================================== --- head/sysutils/conky/files/patch-src_conky.cc Fri Feb 9 20:24:28 2018 (r461334) +++ head/sysutils/conky/files/patch-src_conky.cc Fri Feb 9 20:25:35 2018 (r461335) @@ -1,4 +1,4 @@ ---- src/conky.cc.orig 2018-01-19 14:12:08 UTC +--- src/conky.cc.orig 2018-02-07 14:16:39 UTC +++ src/conky.cc @@ -132,7 +132,7 @@ #include <microhttpd.h> @@ -9,38 +9,3 @@ #include <bsd/bsd.h> #endif -@@ -2073,20 +2073,24 @@ static void main_loop(void) - sigaddset(&newmask, SIGUSR1); - #endif - -+#ifdef BUILD_X11 - #ifdef BUILD_XSHAPE -- /* allow only decorated windows to be given mouse input */ -- int major_version, minor_version; -- if (!XShapeQueryVersion(display, &major_version, &minor_version)) { -- NORM_ERR("Input shapes are not supported"); -- } else { -- if (own_window.get(*state) && -- (own_window_type.get(*state) != TYPE_NORMAL || -- (TEST_HINT(own_window_hints.get(*state), HINT_UNDECORATED)))) { -- XShapeCombineRectangles(display, window.window, ShapeInput, 0, 0, -- NULL, 0, ShapeSet, Unsorted); -+ if (out_to_x.get(*state)) { -+ /* allow only decorated windows to be given mouse input */ -+ int major_version, minor_version; -+ if (!XShapeQueryVersion(display, &major_version, &minor_version)) { -+ NORM_ERR("Input shapes are not supported"); -+ } else { -+ if (own_window.get(*state) && -+ (own_window_type.get(*state) != TYPE_NORMAL || -+ (TEST_HINT(own_window_hints.get(*state), HINT_UNDECORATED)))) { -+ XShapeCombineRectangles(display, window.window, ShapeInput, 0, 0, -+ NULL, 0, ShapeSet, Unsorted); -+ } - } - } - #endif /* BUILD_XSHAPE */ -+#endif /* BUILD_X11 */ - - last_update_time = 0.0; - next_update_time = get_time() - fmod(get_time(), active_update_interval());
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802092025.w19KPZkt059323>