From boris@brooknet.com.au  Sat Feb 19 01:40:30 2005
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6AA1B16A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 01:40:30 +0000 (GMT)
Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F10A643D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 01:40:28 +0000 (GMT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (ppp2092.dyn.pacific.net.au [61.8.32.146])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id j1J1ePvv007271
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 12:40:26 +1100
Received: by localhost (Postfix, from userid 0)
	id 0DEE616AC; Sat, 19 Feb 2005 12:41:31 +1100 (EST)
Message-Id: <20050219014131.0DEE616AC@localhost>
Date: Sat, 19 Feb 2005 12:41:31 +1100 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysutils/ftrace: update to 0.9b (fix unfetchable)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77700
>Category:       ports
>Synopsis:       [PATCH] sysutils/ftrace: update to 0.9b (fix unfetchable)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 01:50:17 GMT 2005
>Closed-Date:    Sat Feb 19 07:45:16 GMT 2005
>Last-Modified:  Sat Feb 19 07:45:16 GMT 2005
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
0.9a unfetchable. Update to 0.9b

>How-To-Repeat:
>Fix:

--- ftrace-0.9b.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/sysutils/ftrace/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	3 Nov 2003 07:28:44 -0000	1.5
+++ Makefile	19 Feb 2005 01:38:25 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	ftrace
-PORTVERSION=	0.9a
+PORTVERSION=	0.9b
 CATEGORIES=	sysutils
 MASTER_SITES=	http://software.senko.net/pub/
-DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A file modification/creation watcher
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/sysutils/ftrace/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	29 Jan 2004 16:11:47 -0000	1.3
+++ distinfo	19 Feb 2005 01:27:39 -0000
@@ -1,2 +1,2 @@
-MD5 (ftrace_0.9a.tar.gz) = 850a9344b87d94a3d52c46479591b9c8
-SIZE (ftrace_0.9a.tar.gz) = 40241
+MD5 (ftrace-0.9b.tar.gz) = aa3513e077de70dc2c65d23e419e48db
+SIZE (ftrace-0.9b.tar.gz) = 40275
Index: files/patch-ab
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/sysutils/ftrace/files/patch-ab,v
retrieving revision 1.2
diff -u -u -r1.2 patch-ab
--- files/patch-ab	29 Jan 2001 14:19:26 -0000	1.2
+++ files/patch-ab	19 Feb 2005 01:31:37 -0000
@@ -1,13 +1,11 @@
---- ftrace.c.orig	Wed Jan 10 17:38:16 2001
-+++ ftrace.c	Wed Jan 10 17:36:28 2001
-@@ -10,9 +10,10 @@
- #include <errno.h>
- #include <unistd.h>
- #include <string.h>
-+#include <sys/types.h>
+--- ftrace.c.orig	Fri Sep 17 08:53:25 2004
++++ ftrace.c	Sat Feb 19 12:31:16 2005
+@@ -128,7 +128,7 @@
+ 	int ret;
  
- #ifdef LINUX_GLIBC
--typedef __off64_t off64_t;
-+typedef off_t off64_t;
- #define _GNU_SOURCE
- #endif /* LINUX_GLIBC */
+ 	va_start(ap, flags);
+-	mode = va_arg(ap, mode_t);
++	mode = va_arg(ap, int);
+ 	va_end(ap);
+ 	ret = real_open(pathname, flags, mode);
+ 	if (ret == -1) return -1;
--- ftrace-0.9b.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Feb 19 07:45:11 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77700 
>Unformatted:
