Bug 95986 - [PATCH] sysutils/multitail: update to 4.0.1
Summary: [PATCH] sysutils/multitail: update to 4.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Braun
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 09:30 UTC by Ion-Mihai " IOnut " Tetcu
Modified: 2006-04-30 17:31 UTC (History)
0 users

See Also:


Attachments
multitail.diff (1.72 KB, patch)
2006-04-18 09:30 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details | Diff
e-patch-cv.c (251 bytes, text/plain)
2006-04-18 09:30 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai " IOnut " Tetcu 2006-04-18 09:30:20 UTC

Update to 4.0.1:
-added e-patch-config.c and e-patch-cv.c (which should be placed in ./files) to fix buildon 4.x
-change log at: http://www.vanheusden.com/multitail/changelog.html#stable

Drop USE_RENPLACE while here.


Tinderbox'ed:		http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=276

Fix: --- ./config.c.orig	Tue Apr 18 11:10:04 2006
+++ ./config.c	Tue Apr 18 11:11:01 2006
@@ -40,6 +40,7 @@
 long long int kb_str_to_value(char *field, char *str)
 {
 	char *mult;
+	#define atoll(a) strtoll((a), (char **)NULL, 10)
 	long long int bytes = atoll(str);
 	if (bytes < -1)
 		error_exit("%s: value cannot be < -1\n", field);
--- e-patch-config.c ends here ---
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-18 09:32:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obraun

Over to maintainer
Comment 2 Oliver Braun freebsd_committer freebsd_triage 2006-04-30 17:30:29 UTC
State Changed
From-To: open->closed

Committed update to 4.0.3 plus your fixes. 
Thanks!