From owner-freebsd-ports Tue Jul 18 7:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 120ED37BE3F for ; Tue, 18 Jul 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA61361; Tue, 18 Jul 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mlss15.cl.msu.edu (mlss15.cl.msu.edu [35.9.4.115]) by hub.freebsd.org (Postfix) with ESMTP id F235837BE32 for ; Tue, 18 Jul 2000 07:34:56 -0700 (PDT) (envelope-from buchanon@mlss15.cl.msu.edu) Received: (from buchanon@localhost) by mlss15.cl.msu.edu (8.9.3/8.9.3) id KAA72131; Tue, 18 Jul 2000 10:34:57 -0400 (EDT) (envelope-from buchanon) Message-Id: <200007181434.KAA72131@mlss15.cl.msu.edu> Date: Tue, 18 Jul 2000 10:34:57 -0400 (EDT) From: Mike Buchanon Reply-To: buchanon@mlss15.cl.msu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20006: update root-tail from 0.0.4b to 0.0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20006 >Category: ports >Synopsis: update root-tail from 0.0.4b to 0.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 18 07:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Buchanon >Release: FreeBSD 4.0-STABLE i386 >Organization: MSU >Environment: FreeBSD 4.0-STABLE >Description: Update to rootail port >How-To-Repeat: Run this shell archive :) >Fix: Not broken to my knowledge. I hope I did this correctly. Thanks! /mtb Here is the shar file: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rt6 # rt6/pkg # rt6/pkg/files # rt6/pkg/files/md5 # rt6/pkg/COMMENT # rt6/pkg/DESCR # rt6/pkg/PLIST # rt6/pkg/README.html # rt6/pkg/Makefile # rt6/files # rt6/files/md5 # rt6/Makefile # rt6/patches # rt6/patches/patch-aa # echo c - rt6 mkdir -p rt6 > /dev/null 2>&1 echo c - rt6/pkg mkdir -p rt6/pkg > /dev/null 2>&1 echo c - rt6/pkg/files mkdir -p rt6/pkg/files > /dev/null 2>&1 echo x - rt6/pkg/files/md5 sed 's/^X//' >rt6/pkg/files/md5 << 'END-of-rt6/pkg/files/md5' XMD5 (root-tail-0.0.6.tar.gz) = 8f1580b2bc1c1b50e4da412628a45b81 END-of-rt6/pkg/files/md5 echo x - rt6/pkg/COMMENT sed 's/^X//' >rt6/pkg/COMMENT << 'END-of-rt6/pkg/COMMENT' XSimple utility to tail files/logs to a root X window END-of-rt6/pkg/COMMENT echo x - rt6/pkg/DESCR sed 's/^X//' >rt6/pkg/DESCR << 'END-of-rt6/pkg/DESCR' XSimple utility to tail files/logs to a root X window. XUseful for keeping tabs on log files in X without having Xan additional terminal window open. X XWWW: http://www.goof.com/pcg/marc/root-tail.html END-of-rt6/pkg/DESCR echo x - rt6/pkg/PLIST sed 's/^X//' >rt6/pkg/PLIST << 'END-of-rt6/pkg/PLIST' Xbin/rt END-of-rt6/pkg/PLIST echo x - rt6/pkg/README.html sed 's/^X//' >rt6/pkg/README.html << 'END-of-rt6/pkg/README.html' X X The FreeBSD Ports Collection (sysutils/roottail) X

The FreeBSD Ports Collection ("sysutils/roottail")


X X X

You are now in the directory for the port "sysutils/roottail" (package name "roottail-0.0.6"). X X

This is the one-line description for this port: X X


XSimple utility to tail files/logs to a root X window X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "XFree86-3.3.5" to build. X

XThis port requires package(s) "XFree86-3.3.5" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-rt6/pkg/README.html echo x - rt6/pkg/Makefile sed 's/^X//' >rt6/pkg/Makefile << 'END-of-rt6/pkg/Makefile' X# New ports collection makefile for: roottail X# Date created: 30 September 1999 X# Date updated: 18 July 2000 X# Whom: Chris D. Faulhaber X# Updated by: Michael T. Buchanon X# X# $FreeBSD: ports/sysutils/roottail/Makefile,v 1.4 2000/07/08 03:25:21 jedgar Exp $ X# X XPORTNAME= roottail XPORTVERSION= 0.0.6 XCATEGORIES= sysutils XMASTER_SITES= ftp://www.goof.com/pub/pcg/marc/ \ X http://www.goof.com/pcg/marc/data/ XDISTNAME= rt-0.0.6 X XMAINTAINER= jedgar@fxp.org X XMAN1= rt.1 XUSE_IMAKE= yes XMANCOMPRESSED= no X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin/rt X ${INSTALL_MAN} ${WRKSRC}/root-tail.1 ${PREFIX}/man/man1/rt.1 X X.include END-of-rt6/pkg/Makefile echo c - rt6/files mkdir -p rt6/files > /dev/null 2>&1 echo x - rt6/files/md5 sed 's/^X//' >rt6/files/md5 << 'END-of-rt6/files/md5' XMD5 (root-tail-0.0.6.tar.gz) = 8f1580b2bc1c1b50e4da412628a45b81 END-of-rt6/files/md5 echo x - rt6/Makefile sed 's/^X//' >rt6/Makefile << 'END-of-rt6/Makefile' X# New ports collection makefile for: roottail X# Date created: 30 September 1999 X# Date updated: 18 July 2000 X# Whom: Chris D. Faulhaber X# Updated by: Michael T. Buchanon X# X# $FreeBSD: ports/sysutils/roottail/Makefile,v 1.4 2000/07/08 03:25:21 jedgar Exp $ X# X XPORTNAME= roottail XPORTVERSION= 0.0.6 XCATEGORIES= sysutils XMASTER_SITES= ftp://www.goof.com/pub/pcg/marc/ \ X http://www.goof.com/pcg/marc/data/ XDISTNAME= root-tail-0.0.6 X XMAINTAINER= jedgar@fxp.org X XMAN1= rt.1 XUSE_IMAKE= yes XMANCOMPRESSED= no X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin/rt X ${INSTALL_MAN} ${WRKSRC}/root-tail.man ${PREFIX}/man/man1/rt.1 X X.include END-of-rt6/Makefile echo c - rt6/patches mkdir -p rt6/patches > /dev/null 2>&1 echo x - rt6/patches/patch-aa sed 's/^X//' >rt6/patches/patch-aa << 'END-of-rt6/patches/patch-aa' X--- ../root-tail-0.0.6/root-tail.c Fri Mar 3 06:16:46 2000 X+++ root-tail.c Thu Jul 13 07:38:05 2000 X@@ -24,6 +24,7 @@ X /*---------------- Let's define signals functions -------------*/ X X static void reopen (int); X+static void exit_now(int); X static void list_files (int); X static void force_refresh (int); X static void InstallSigHandler (void); X@@ -109,6 +110,14 @@ X signal (SIGHUP, reopen); X signal (SIGUSR1, list_files); X signal (SIGUSR2, force_refresh); X+ signal (SIGSEGV, exit_now); X+} X+ X+void exit_now(int signal) X+{ X+ X+ fprintf (stderr, "Program exiting due to signal: %d\n", signal); X+ exit(-1); X } X X END-of-rt6/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message