mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to version 1.0
PR: ports/64902 Submitted by: maintainer
This commit is contained in:
parent
88f7bbcb40
commit
7ffe693777
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105642
5 changed files with 15 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fetchlog
|
||||
PORTVERSION= 0.95
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= fetchlog
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (fetchlog-0.95.tar.gz) = bb575ffaf7fad8178d7ce54f5d905244
|
||||
MD5 (fetchlog-1.0.tar.gz) = e2ef0a076d1901c489c953fe48e1b2a9
|
||||
SIZE (fetchlog-1.0.tar.gz) = 24016
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
--- Makefile.orig Mon Aug 11 18:58:18 2003
|
||||
+++ Makefile Mon Aug 11 19:02:35 2003
|
||||
@@ -23,8 +23,9 @@
|
||||
--- Makefile.orig Mon Mar 29 19:47:03 2004
|
||||
+++ Makefile Mon Mar 29 19:48:31 2004
|
||||
@@ -23,8 +23,8 @@
|
||||
### compiler
|
||||
|
||||
### gcc
|
||||
-CC=gcc
|
||||
-CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \
|
||||
+#CC=gcc
|
||||
+CC ?= =cc
|
||||
+CFLAGS += -O -Wall -Wcast-qual -Wstrict-prototypes \
|
||||
+CC?=cc
|
||||
+CFLAGS+= -O -Wall -Wcast-qual -Wstrict-prototypes \
|
||||
-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align
|
||||
### cc
|
||||
#CC=cc
|
||||
@@ -62,7 +63,7 @@
|
||||
@@ -57,7 +57,7 @@
|
||||
### installdir
|
||||
### will use $INSTDIR/bin and $INSTDIR/man/man1,
|
||||
### both dirs have to exist for installation
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
The fetchlog utility displays the last new messages of a logfile.
|
||||
It is similar like tail (1) but offers some extra functionality for
|
||||
output formatting. To show only the new messages appeared since the
|
||||
last call fetchlog uses a bookmark to remember which messages have
|
||||
been fetched.
|
||||
It is similar like tail (1) but offers some extra functionality like
|
||||
pattern matching with regular expressions or output formatting. To show
|
||||
only the new messages appeared since the last call fetchlog uses a
|
||||
bookmark to remember which messages have been fetched.
|
||||
|
||||
fetchlog works on syslog generated logfiles as well as other logfiles.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
-------------------------------------------------------------------------------
|
||||
|
||||
Note: If you are upgrading, you must remove the old bookmarkfiles.
|
||||
When calling fetchlog 0.95 with old bookmarkfiles you will see
|
||||
this error message:
|
||||
When calling fetchlog 1.0 with old bookmarkfiles generated from
|
||||
version 0.94 or older you will see this error message:
|
||||
|
||||
ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue