Folkert van Heusden <[EMAIL PROTECTED]> wrote:

> Released stable version 4.0.0 of MultiTail:

Well, here's an update for ports/sysutils/multitail, but something
is very wrong.  Colorization fails and produces some bad artifacts
(e.g. the date/time stamps of syslog lines are black on black).
It also fails to start on a non-color terminal, which may be a
simple configuration issue.

Maybe somebody who actually uses this would like to investigate?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/multitail/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile    11 Mar 2006 15:00:30 -0000      1.15
+++ Makefile    17 Apr 2006 17:38:19 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       "multi-window tail(1) utility"
 
-VERSION=       3.8.8
+VERSION=       4.0.0
 DISTNAME=      multitail-${VERSION}
 CATEGORIES=    sysutils
 
@@ -22,7 +22,9 @@
 
 NO_REGRESS=    Yes
 
-MAKE_FLAGS=    CC='${CC}' CFLAGS='${CFLAGS} -DVERSION=\"${VERSION}\"'
+MAKE_FLAGS=    CC='${CC}' \
+               CFLAGS='${CFLAGS} -DVERSION=\"${VERSION}\" \
+                       -DCONFIG_FILE=\"${SYSCONFDIR}/multitail.conf\"'
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/multitail
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/multitail/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo    11 Mar 2006 15:00:30 -0000      1.14
+++ distinfo    17 Apr 2006 17:38:19 -0000
@@ -1,4 +1,4 @@
-MD5 (multitail-3.8.8.tgz) = a04ab5b447a0c1b49ab5b950e68d1268
-RMD160 (multitail-3.8.8.tgz) = 4109c62792c6418c60bbae24bec7ba33a2fba803
-SHA1 (multitail-3.8.8.tgz) = 3d3fa16a70271822f1b3c4aad68e1f5720d67530
-SIZE (multitail-3.8.8.tgz) = 81252
+MD5 (multitail-4.0.0.tgz) = 6a86bcc65185faa37720c56a414fe5dd
+RMD160 (multitail-4.0.0.tgz) = fe4a98e0849c40b5efd18a28bacc2d28c77f626d
+SHA1 (multitail-4.0.0.tgz) = 328f54084ae6959376d0a8572f5ae5c85790e912
+SIZE (multitail-4.0.0.tgz) = 123245
Index: patches/patch-multitail_conf
===================================================================
RCS file: /cvs/ports/sysutils/multitail/patches/patch-multitail_conf,v
retrieving revision 1.2
diff -u -r1.2 patch-multitail_conf
--- patches/patch-multitail_conf        23 Jan 2006 19:05:39 -0000      1.2
+++ patches/patch-multitail_conf        17 Apr 2006 17:38:19 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-multitail_conf,v 1.2 2006/01/23 19:05:39 naddy Exp $
---- multitail.conf.orig        Thu Jan 12 13:58:09 2006
-+++ multitail.conf     Mon Jan 23 18:15:00 2006
-@@ -110,8 +110,8 @@ tab_stop:4
+--- multitail.conf.orig        Wed Apr 12 16:50:32 2006
++++ multitail.conf     Mon Apr 17 18:06:56 2006
+@@ -614,8 +614,8 @@ tab_stop:4
  # what program to start when the user presses a key
  # ...:x:...  just that key
  # ...:^x:... that key with control
-- 
Christian "naddy" Weisgerber                          [EMAIL PROTECTED]

Reply via email to