View | Details | Raw Unified | Return to bug 64902
Collapse All | Expand All

(-)fetchlog/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	fetchlog
8
PORTNAME=	fetchlog
9
PORTVERSION=	0.95
9
PORTVERSION=	1.0
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	fetchlog
12
MASTER_SITE_SUBDIR=	fetchlog
(-)fetchlog/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (fetchlog-0.95.tar.gz) = bb575ffaf7fad8178d7ce54f5d905244
1
MD5 (fetchlog-1.0.tar.gz) = e2ef0a076d1901c489c953fe48e1b2a9
(-)fetchlog/files/patch-aa (-7 / +6 lines)
Lines 1-18 Link Here
1
--- Makefile.orig	Mon Aug 11 18:58:18 2003
1
--- Makefile.orig	Mon Mar 29 19:47:03 2004
2
+++ Makefile	Mon Aug 11 19:02:35 2003
2
+++ Makefile	Mon Mar 29 19:48:31 2004
3
@@ -23,8 +23,9 @@
3
@@ -23,8 +23,8 @@
4
 ### compiler
4
 ### compiler
5
 
5
 
6
 ### gcc
6
 ### gcc
7
-CC=gcc
7
-CC=gcc
8
-CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \
8
-CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \
9
+#CC=gcc
9
+CC?=cc
10
+CC ?= =cc
10
+CFLAGS+= -O -Wall -Wcast-qual -Wstrict-prototypes \
11
+CFLAGS += -O -Wall -Wcast-qual -Wstrict-prototypes \
12
 	-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align 
11
 	-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align 
13
 ### cc
12
 ### cc
14
 #CC=cc
13
 #CC=cc
15
@@ -62,7 +63,7 @@
14
@@ -57,7 +57,7 @@
16
 ### installdir    
15
 ### installdir    
17
 ###   will use $INSTDIR/bin  and  $INSTDIR/man/man1, 
16
 ###   will use $INSTDIR/bin  and  $INSTDIR/man/man1, 
18
 ###   both dirs have to exist for installation
17
 ###   both dirs have to exist for installation
(-)fetchlog/pkg-descr (-4 / +4 lines)
Lines 1-8 Link Here
1
The fetchlog utility displays the last new messages of a logfile. 
1
The fetchlog utility displays the last new messages of a logfile. 
2
It is similar like tail (1) but offers some extra functionality for
2
It is similar like tail (1) but offers some extra functionality like
3
output formatting. To show only the new messages appeared since the 
3
pattern matching with regular expressions or output formatting. To show 
4
last call fetchlog uses a bookmark to remember which messages have 
4
only the new messages appeared since the last call fetchlog uses a 
5
been fetched. 
5
bookmark to remember which messages have been fetched. 
6
6
7
fetchlog works on syslog generated logfiles as well as other logfiles.
7
fetchlog works on syslog generated logfiles as well as other logfiles.
8
8
(-)fetchlog/pkg-message (-2 / +2 lines)
Lines 1-8 Link Here
1
-------------------------------------------------------------------------------
1
-------------------------------------------------------------------------------
2
2
3
Note:	If you are upgrading, you must remove the old bookmarkfiles. 
3
Note:	If you are upgrading, you must remove the old bookmarkfiles. 
4
	When calling fetchlog 0.95 with old bookmarkfiles you will see
4
	When calling fetchlog 1.0 with old bookmarkfiles generated from
5
	this error message:
5
	version 0.94 or older you will see this error message:
6
6
7
	ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file
7
	ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file

Return to bug 64902