ports/50652: Maintainer Update Port: sysutils/logmon

Gea-Suan Lin gslin at netnews.NCTU.edu.tw
Sun Apr 6 19:10:15 UTC 2003


>Number:         50652
>Category:       ports
>Synopsis:       Maintainer Update Port: sysutils/logmon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 06 12:10:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.7-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 4.7-RELEASE-p9 FreeBSD 4.7-RELEASE-p9 #2: Sat Mar 22 09:50:30 CST 2003 root at netnews.NCTU.edu.tw:/usr/obj/usr/src/sys/NETNEWS i386


	
>Description:
	Upgrade to 0.4.2.
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/sysutils/logmon/Makefile logmon/Makefile
--- /usr/ports/sysutils/logmon/Makefile	Sat Feb 22 03:10:55 2003
+++ logmon/Makefile	Mon Apr  7 02:54:39 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	logmon
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.edespot.com/code/LogMon/
 DISTNAME=	LogMon-${PORTVERSION}
diff -ruN /usr/ports/sysutils/logmon/distinfo logmon/distinfo
--- /usr/ports/sysutils/logmon/distinfo	Thu May 23 06:32:03 2002
+++ logmon/distinfo	Mon Apr  7 02:55:17 2003
@@ -1 +1 @@
-MD5 (LogMon-0.4.1.src.tgz) = b6311d7852bfe36db2cb3a9d228b30bf
+MD5 (LogMon-0.4.2.src.tgz) = 09b0533acae5fb75c2a4d0d876a37f42
diff -ruN /usr/ports/sysutils/logmon/files/patch-aa logmon/files/patch-aa
--- /usr/ports/sysutils/logmon/files/patch-aa	Sat Nov  9 05:02:03 2002
+++ logmon/files/patch-aa	Thu Jan  1 08:00:00 1970
@@ -1,79 +0,0 @@
-diff -ruN ./Frame.cc ../LogMon-0.4.1.fix/Frame.cc
---- ./Frame.cc	Thu Jan 10 22:16:39 2002
-+++ ../LogMon-0.4.1.fix/Frame.cc	Sat Sep  7 13:23:30 2002
-@@ -73,7 +73,7 @@
- }
- 
- // Take a parameter to determine how far back to read.
--long Frame::findPos(long maxLines=0)
-+long Frame::findPos(long maxLines)
- {
-     long i=-1;
-     long cr_count=0;
-@@ -214,7 +214,7 @@
-     scrollBackOffset = s;
-     return s;
- }
--long Frame::incrScrollBack(long s = 1)
-+long Frame::incrScrollBack(long s)
- {
-     // Only scroll up if it's not beyond our starting point.
-     if ( scrollBackOffset + s < (signed)(Screen.size() - (lines-1)) ) 
-@@ -222,7 +222,7 @@
-     return scrollBackOffset;
- }
- 
--long Frame::decrScrollBack( long s = 1)
-+long Frame::decrScrollBack( long s )
- {
-     // Don't scroll past our starting point.
-     // scrollBackOffset min is 0.
-@@ -245,13 +245,13 @@
-     scrollRightOffset = s;
-     return s;
- }
--long Frame::incrScrollRight(long s = 1)
-+long Frame::incrScrollRight(long s )
- {
-     scrollRightOffset +=s;
-     return scrollRightOffset;
- }
- 
--long Frame::decrScrollRight(long s = 1)
-+long Frame::decrScrollRight(long s )
- {
-     // Don't scroll past our starting point.
-     if ( scrollRightOffset > 0 ) 
-diff -ruN ./LineManip.cc ../LogMon-0.4.1.fix/LineManip.cc
---- ./LineManip.cc	Fri Jan 25 20:43:07 2002
-+++ ../LogMon-0.4.1.fix/LineManip.cc	Sat Sep  7 13:24:08 2002
-@@ -175,7 +175,7 @@
- // Scan our config file for lines pertaining to our filename.
- // i.e. If there are 'ignore' lines for our filename, we add them
- //      to an array.
--void LineManip::init(char* fileName, string config="")
-+void LineManip::init(char* fileName, string config)
- {
-     FILE *cf;
-     string confFile;
-diff -ruN ./Util.cc ../LogMon-0.4.1.fix/Util.cc
---- ./Util.cc	Sun Jul 22 03:37:16 2001
-+++ ../LogMon-0.4.1.fix/Util.cc	Sat Sep  7 13:23:52 2002
-@@ -8,7 +8,7 @@
- extern FILE*ferr;
- #endif 
- 
--void clean_exit(int x=0, char *e="" )
-+void clean_exit(int x, char *e )
- {
-     printf("%s\n",e);
- #ifdef __DEBUG__
-@@ -19,7 +19,7 @@
-     exit(x);
- }
- 
--void sig_int(int x=0)
-+void sig_int(int x)
- {
-     printf("Recieved signal SIGINT, exiting (%d)",x); 
-     clean_exit(x);
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list