Bug 95986

Summary: [PATCH] sysutils/multitail: update to 4.0.1
Product: Ports & Packages Reporter: Ion-Mihai " IOnut " Tetcu <itetcu>
Component: Individual Port(s)Assignee: Oliver Braun <obraun>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
multitail.diff
none
e-patch-cv.c none

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!