[csw-devel] SF.net SVN: gar:[10582] csw/mgar/pkg/multitail/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jul 26 11:21:51 CEST 2010
Revision: 10582
http://gar.svn.sourceforge.net/gar/?rev=10582&view=rev
Author: dmichelsen
Date: 2010-07-26 09:21:50 +0000 (Mon, 26 Jul 2010)
Log Message:
-----------
multitail: Update to 5.2.6 and migrate from /opt/csw/etc to /etc/opt/csw
Modified Paths:
--------------
csw/mgar/pkg/multitail/trunk/Makefile
csw/mgar/pkg/multitail/trunk/checksums
csw/mgar/pkg/multitail/trunk/files/patch-CSW.diff
Modified: csw/mgar/pkg/multitail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/multitail/trunk/Makefile 2010-07-26 09:09:06 UTC (rev 10581)
+++ csw/mgar/pkg/multitail/trunk/Makefile 2010-07-26 09:21:50 UTC (rev 10582)
@@ -1,5 +1,5 @@
GARNAME = multitail
-GARVERSION = 5.2.2
+GARVERSION = 5.2.6
CATEGORIES = utils
DESCRIPTION = View one or multiple files like the original tail program
@@ -19,10 +19,8 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tgz
LICENSE = license.txt
-SPKG_CLASSES = none cswcpsampleconf
+RUNTIME_DEP_PKGS = CSWncurses
-RUNTIME_DEP_PKGS = CSWncurses CSWcswclassutils
-
CONFIGURE_SCRIPTS =
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
@@ -30,13 +28,16 @@
# Adjust path to configuration file and compiler options
PATCHFILES = patch-CSW.diff
+sysconfdir = /etc/opt/csw
+
# Use provided Solaris Makefile
BUILD_ARGS = -f makefile.solaris_sunwspro
-PROTOTYPE_FILTER = awk '\
- $$$$3 ~ /multitail.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \
- { print }'
+PRESERVECONF = .*/multitail\.conf\.CSW
+MIGRATE_FILES = multitail.conf
+CHECKPKG_OVERRIDES_CSWmultitail += missing-dependency|CSWperl
+
include gar/category.mk
install-custom: EXTRA_DOCS = readme.txt thanks.txt manual.html
Modified: csw/mgar/pkg/multitail/trunk/checksums
===================================================================
--- csw/mgar/pkg/multitail/trunk/checksums 2010-07-26 09:09:06 UTC (rev 10581)
+++ csw/mgar/pkg/multitail/trunk/checksums 2010-07-26 09:21:50 UTC (rev 10582)
@@ -1,2 +1,2 @@
-ab2c198381e9ff6271ce56bdcb06f963 download/multitail-5.2.2.tgz
-6aed798703781c95a917699f9968f454 download/patch-CSW.diff
+6496b3d78660ff8d11c743a0d03cca34 multitail-5.2.6.tgz
+bc0570a9338aec684a8789056ac598a3 patch-CSW.diff
Modified: csw/mgar/pkg/multitail/trunk/files/patch-CSW.diff
===================================================================
--- csw/mgar/pkg/multitail/trunk/files/patch-CSW.diff 2010-07-26 09:09:06 UTC (rev 10581)
+++ csw/mgar/pkg/multitail/trunk/files/patch-CSW.diff 2010-07-26 09:21:50 UTC (rev 10582)
@@ -7,7 +7,7 @@
"the MultiTail configurationfile which is located",
- "in /etc/multitail.conf. The keybindings only",
- "work in the main screen.",
-+ "in /opt/csw/etc/multitail.conf. The keybindings",
++ "in /etc/opt/csw/multitail.conf. The keybindings",
+ "only work in the main screen.",
"In this screen, you can press the followking",
"keys:",
@@ -38,7 +38,7 @@
from multitail.conf. In multitail.conf you set by entering regular
expressions what color to use for what "patterns". By default, MultiTail
-looks for multitail.conf in the current directory and in the /etc directory.
-+looks for multitail.conf in the /opt/csw/etc directory.
++looks for multitail.conf in the /etc/opt/csw directory.
With the '-z' parameter you can explicitly define what file it should use.<BR>
An example:
<PRE>
@@ -50,7 +50,7 @@
printf("your mailfile): mail-check is disabled.\n");
printf("You can prevent this message by adding the line 'check_mail:0' ");
- printf("in /etc/multitail.conf or in .multitailrc in your home-directory.\n\n");
-+ printf("in /opt/csw/etc/multitail.conf or in .multitailrc in your home-directory.\n\n");
++ printf("in /etc/opt/csw/multitail.conf or in .multitailrc in your home-directory.\n\n");
printf("Press enter to continue...");
fflush(NULL);
getchar();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list