1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to version 0.9b

PR:		ports/77700
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
This commit is contained in:
Kirill Ponomarev 2005-02-19 07:45:07 +00:00
parent 1dd8b392cf
commit c85b1486f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129265
4 changed files with 19 additions and 21 deletions

View File

@ -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
@ -17,5 +16,6 @@ COMMENT= A file modification/creation watcher
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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;

View File

@ -1,7 +1,7 @@
bin/ftrace
lib/libftrace.so
share/doc/ftrace/COPYING
share/doc/ftrace/README
share/doc/ftrace/TODO
share/doc/ftrace/ChangeLog
@dirrm share/doc/ftrace
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%@dirrm %%DOCSDIR%%