ports/77700: [PATCH] sysutils/ftrace: update to 0.9b (fix unfetchable)

Sam Lawrance boris at brooknet.com.au
Sat Feb 19 01:50:18 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 01:50:17 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list