From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 13 12:10:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D0AB16A4CE for ; Mon, 13 Dec 2004 12:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA4D43D39 for ; Mon, 13 Dec 2004 12:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDCAPG4090332 for ; Mon, 13 Dec 2004 12:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBDCAPmu090331; Mon, 13 Dec 2004 12:10:25 GMT (envelope-from gnats) Resent-Date: Mon, 13 Dec 2004 12:10:25 GMT Resent-Message-Id: <200412131210.iBDCAPmu090331@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4685816A4CE for ; Mon, 13 Dec 2004 12:07:21 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F9643D60 for ; Mon, 13 Dec 2004 12:07:20 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.80] (port=55154 helo=novel.zapto.org) by mx1.mail.ru with esmtp id 1Cdoz0-0004TE-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Dec 2004 15:07:18 +0300 Message-Id: Date: Mon, 13 Dec 2004 15:07:18 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75017: [ patch ] sysutils/roottail: add extra patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 12:10:25 -0000 >Number: 75017 >Category: ports >Synopsis: [ patch ] sysutils/roottail: add extra patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 12:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Add an optional patch for root-tail. This patch replaces the standart root-tail code for finding root window with the better one, written by Johannes Jordan and Robin Hogan, which allows root-tail to work with some desktop environments, xfce4 for example. >How-To-Repeat: >Fix: --- port.roottail.patch begins here --- diff -ruN roottail.orig/Makefile roottail/Makefile --- roottail.orig/Makefile Mon Dec 13 10:43:46 2004 +++ roottail/Makefile Mon Dec 13 14:39:37 2004 @@ -11,6 +11,12 @@ MASTER_SITES= http://www.goof.com/pcg/marc/data/ 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= jedgar@FreeBSD.org COMMENT= Print text directly to X11 root window @@ -18,5 +24,14 @@ PLIST_FILES= bin/root-tail USE_IMAKE= yes MAKE_ARGS= CC="${CC}" + +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 -ruN roottail.orig/distinfo roottail/distinfo --- roottail.orig/distinfo Mon Dec 13 10:43:46 2004 +++ roottail/distinfo Mon Dec 13 11:02:29 2004 @@ -1,2 +1,4 @@ MD5 (root-tail-1.2.tar.gz) = 5a4b3c4c7ab3bed1f4575e9688aac5de SIZE (root-tail-1.2.tar.gz) = 20805 +MD5 (roottail-1.2+xfce.diff) = a71d34939024c3e98c68636ad68c5763 +SIZE (roottail-1.2+xfce.diff) = 16326 --- port.roottail.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: