ports/64510: Update port: x11/xrootconsole to 0.6

KATO Tsuguru tkato at prontomail.com
Sat Mar 20 16:40:19 UTC 2004


>Number:         64510
>Category:       ports
>Synopsis:       Update port: x11/xrootconsole to 0.6
>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:   Sat Mar 20 08:40:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.6

Remove file:
files/patch-main.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/xrootconsole/Makefile x11/xrootconsole/Makefile
--- /usr/ports/x11/xrootconsole/Makefile	Thu Mar 18 13:58:41 2004
+++ x11/xrootconsole/Makefile	Sat Mar 20 21:14:48 2004
@@ -6,27 +6,25 @@
 #
 
 PORTNAME=	xrootconsole
-PORTVERSION=	0.5
-PORTREVISION=	1
+PORTVERSION=	0.6
 CATEGORIES=	x11
-MASTER_SITES=	http://de-fac.to/bob/xrootconsole/ \
-		${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Writes any log live onto the background
 
-USE_REINPLACE=	yes
 USE_XLIB=	yes
-CFLAGS+=	-I${X11BASE}/include
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 
 MAN1=		xrootconsole.1
 PLIST_FILES=	bin/xrootconsole
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|^CC|#CC|g" \
-		-e "s|CFLAGS = -O2|CFLAGS +=|g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \
+		 s|^CFLAGS = -O2|CFLAGS +=|g ; \
+		 s|/usr/X11R6|$${X11BASE}|g' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${PREFIX}/bin
diff -urN /usr/ports/x11/xrootconsole/distinfo x11/xrootconsole/distinfo
--- /usr/ports/x11/xrootconsole/distinfo	Fri Mar 19 18:16:05 2004
+++ x11/xrootconsole/distinfo	Sat Mar 20 21:07:47 2004
@@ -1,2 +1,2 @@
-MD5 (xrootconsole-0.5.tar.gz) = 187efc4496ff337711bb020ef0c4fb74
-SIZE (xrootconsole-0.5.tar.gz) = 15119
+MD5 (xrootconsole-0.6.tar.gz) = c3570d420eb5ae9f98385bc48c636fc4
+SIZE (xrootconsole-0.6.tar.gz) = 15951
diff -urN /usr/ports/x11/xrootconsole/files/patch-main.c x11/xrootconsole/files/patch-main.c
--- /usr/ports/x11/xrootconsole/files/patch-main.c	Mon Jul 15 19:24:23 2002
+++ x11/xrootconsole/files/patch-main.c	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- main.c.orig	Mon Jul  1 14:24:02 2002
-+++ main.c	Mon Jul 15 18:14:14 2002
-@@ -40,6 +40,7 @@
- #include "util.h"
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
-+#include <X11/Xos.h>
- #include <assert.h>
- #include <errno.h>
- #include <stdio.h>
diff -urN /usr/ports/x11/xrootconsole/pkg-descr x11/xrootconsole/pkg-descr
--- /usr/ports/x11/xrootconsole/pkg-descr	Mon Jul 15 19:23:45 2002
+++ x11/xrootconsole/pkg-descr	Sat Mar 20 21:21:06 2004
@@ -1,9 +1,10 @@
-xrootconsole is a small utility to write any log file of your choice live
-to anywhere on your root window with options for color and placement all
-documented in the man file or with the --help option.
+xrootconsole is a small utility which displays its input in a transparent
+text box on X's root window.  It will read from any file listed on the
+command line or, by default, from stdin.  It is most useful when it reads
+from a FIFO; this allows you to redirect multiple commands to the FIFO
+and monitor their output.
 
-The official homepage is:
-WWW: http://de-fac.to/bob/xrootconsole/
+WWW: http://de-fac.to/wiki/XrootConsole
 
 Enjoy!
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list