diff -durN sysutils/roottail.orig/Makefile sysutils/roottail/Makefile --- sysutils/roottail.orig/Makefile 2021-09-14 17:29:57.289258000 +0300 +++ sysutils/roottail/Makefile 2021-09-14 17:33:39.979291000 +0300 @@ -1,40 +1,23 @@ # Created by: Chris D. Faulhaber -# $FreeBSD$ PORTNAME= roottail -PORTVERSION= 1.2 -PORTREVISION= 3 +PORTVERSION= 1.3 CATEGORIES= sysutils -MASTER_SITES= http://www.goof.com/pcg/marc/data/ +MASTER_SITES= http://dist.schmorp.de/root-tail/ DISTNAME= root-tail-${PORTVERSION} -.if defined(WITH_EXTRA_PATCH) -PATCH_SITES= http://bmp-plugins.berlios.de/misc/patches/ -PATCHFILES= roottail-1.2+xfce.diff -PATCH_DIST_STRIP= -p1 -.endif - MAINTAINER= xride@FreeBSD.org COMMENT= Print text directly to X11 root window -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 +LICENSE= GPLv2+ +LIB_DEPENDS= libXfixes.so:x11/libXfixes + USES= imake xorg USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/root-tail \ man/man1/root-tail.1.gz - -pre-everything:: -.if defined(WITH_EXTRA_PATCH) - @${ECHO_MSG} - @${ECHO_MSG} "Note: this extra patch is not supported by roottail maintainer." - @${ECHO_MSG} "Before reporting any problems you should build roottail without" - @${ECHO_MSG} "this option." - @${ECHO_MSG} -.endif .include diff -durN sysutils/roottail.orig/distinfo sysutils/roottail/distinfo --- sysutils/roottail.orig/distinfo 2021-09-14 17:30:15.001338000 +0300 +++ sysutils/roottail/distinfo 2020-09-15 10:29:27.000000000 +0300 @@ -1,4 +1,2 @@ -SHA256 (root-tail-1.2.tar.gz) = 08fb829cc0edd533aaf2af7bcf12d877a6ff51d60c59be48ba354c5940b80691 -SIZE (root-tail-1.2.tar.gz) = 20805 -SHA256 (roottail-1.2+xfce.diff) = 973d68086d7415359096c5113c80b71580d21ade8ae1715021897ef8feed3b52 -SIZE (roottail-1.2+xfce.diff) = 16326 +SHA256 (root-tail-1.3.tar.gz) = 460475323404460919ff48c90f7b3ebfdb66f3b9961f54dd73dd172178c07712 +SIZE (root-tail-1.3.tar.gz) = 19068 diff -durN sysutils/roottail.orig/files/patch-root-tail.c sysutils/roottail/files/patch-root-tail.c --- sysutils/roottail.orig/files/patch-root-tail.c 2021-09-14 17:30:51.043260000 +0300 +++ sysutils/roottail/files/patch-root-tail.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,29 +0,0 @@ ---- root-tail.c.orig Fri Nov 19 20:56:03 2004 -+++ root-tail.c Sat Nov 20 18:52:34 2004 -@@ -233,17 +233,18 @@ - { - if (!root) - { -+ Window unused; -+ Window *windows; -+ unsigned int count; -+ -+ Atom type; -+ int format; -+ unsigned long nitems, bytes_after_return; -+ unsigned char *virtual_root_window; -+ - Atom SWM_VROOT = XInternAtom (display, "__SWM_VROOT", False); - Atom NAUTILUS_DESKTOP_WINDOW_ID = XInternAtom (display, "NAUTILUS_DESKTOP_WINDOW_ID", False); - root = RootWindow (display, screen_number); -- -- Window unused, *windows = 0; -- unsigned int count; -- -- Atom type; -- int format; -- unsigned long nitems, bytes_after_return; -- unsigned char *virtual_root_window; - - if (XGetWindowProperty (display, root, NAUTILUS_DESKTOP_WINDOW_ID, - 0, 1, False, XA_WINDOW, &type, &format,