Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 19:41:59 +0000 (UTC)
From:      =?UTF-8?Q?Ulrich_Sp=c3=b6rlein?= <uqs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548677 - in head/x11-clocks/wmtimer: . files
Message-ID:  <202009141941.08EJfxnL081869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Mon Sep 14 19:41:59 2020
New Revision: 548677
URL: https://svnweb.freebsd.org/changeset/ports/548677

Log:
  Fix build with clang11 and point to Github upstream

Added:
  head/x11-clocks/wmtimer/files/patch-display   (contents, props changed)
Modified:
  head/x11-clocks/wmtimer/Makefile
  head/x11-clocks/wmtimer/pkg-descr

Modified: head/x11-clocks/wmtimer/Makefile
==============================================================================
--- head/x11-clocks/wmtimer/Makefile	Mon Sep 14 19:28:01 2020	(r548676)
+++ head/x11-clocks/wmtimer/Makefile	Mon Sep 14 19:41:59 2020	(r548677)
@@ -5,7 +5,7 @@ PORTNAME=	wmtimer
 PORTVERSION=	2.92
 PORTREVISION=	11
 CATEGORIES=	x11-clocks windowmaker
-MASTER_SITES=	http://www.darkops.net/wmtimer/ \
+MASTER_SITES=	https://github.com/bbidulock/wmtimer/releases/download/${PORTVERSION}/ \
 		LOCAL/uqs
 
 MAINTAINER=	uqs@FreeBSD.org

Added: head/x11-clocks/wmtimer/files/patch-display
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-clocks/wmtimer/files/patch-display	Mon Sep 14 19:41:59 2020	(r548677)
@@ -0,0 +1,21 @@
+--- ../wmgeneral/wmgeneral.h.orig	2020-09-14 21:36:07.239508000 +0200
++++ ../wmgeneral/wmgeneral.h	2020-09-14 21:36:21.104761000 +0200
+@@ -40,7 +40,7 @@
+  /* Global variable */
+ /*******************/
+ 
+-Display *display;
++extern Display *display;
+ 
+ /***********************/
+  /* Function Prototypes */
+--- ../wmgeneral/wmgeneral.c.orig	2020-09-14 21:36:11.135626000 +0200
++++ ../wmgeneral/wmgeneral.c	2020-09-14 21:36:21.107677000 +0200
+@@ -55,6 +55,7 @@
+  /* X11 Variables */
+ /*****************/
+ 
++Display *display;
+ Window Root;
+ int screen;
+ int x_fd;

Modified: head/x11-clocks/wmtimer/pkg-descr
==============================================================================
--- head/x11-clocks/wmtimer/pkg-descr	Mon Sep 14 19:28:01 2020	(r548676)
+++ head/x11-clocks/wmtimer/pkg-descr	Mon Sep 14 19:41:59 2020	(r548677)
@@ -4,4 +4,4 @@ mode, you can either execute a command or sound the sy
 when the time is reached. Wmtimer is configurable through the
 command line or the GTK GUI.
 
-WWW: http://www.darkops.net/wmtimer/
+WWW: https://github.com/bbidulock/wmtimer



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