Index: head/x11-clocks/wmtimer/Makefile =================================================================== --- head/x11-clocks/wmtimer/Makefile (revision 548676) +++ head/x11-clocks/wmtimer/Makefile (revision 548677) @@ -1,30 +1,30 @@ # Created by: Patrick Li et al # $FreeBSD$ 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 COMMENT= Multi-Function timer dockapp for WindowMaker WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer PORTDOCS= README PLIST_FILES= bin/wmtimer USES= gmake gnome pkgconfig xorg USE_CSTD= gnu89 USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \ xinerama xpm xrandr xrender USE_GNOME= gtk20 OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${STAGEDIR}${PREFIX}/bin @${INSTALL} -d ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR} .include Index: head/x11-clocks/wmtimer/files/patch-display =================================================================== --- head/x11-clocks/wmtimer/files/patch-display (nonexistent) +++ head/x11-clocks/wmtimer/files/patch-display (revision 548677) @@ -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; Property changes on: head/x11-clocks/wmtimer/files/patch-display ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-clocks/wmtimer/pkg-descr =================================================================== --- head/x11-clocks/wmtimer/pkg-descr (revision 548676) +++ head/x11-clocks/wmtimer/pkg-descr (revision 548677) @@ -1,7 +1,7 @@ Wmtimer is a dockable alarm clock for WindowMaker which can be run in alarm, countdown timer, or chronograph mode. In alarm or timer mode, you can either execute a command or sound the system bell 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