Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/installwatch/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2 Jan 2004 22:13:00 -0000 1.6 +++ Makefile 23 Apr 2005 13:15:43 -0000 @@ -7,15 +7,17 @@ PORTNAME= installwatch PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/ +DISTNAME= checkinstall-1.5.3 EXTRACT_SUFX= .tgz MAINTAINER= sergei@FreeBSD.org COMMENT= A file creation/modification logger DOCS= BUGS CHANGELOG INSTALL README TODO +WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) post-install: Index: distinfo =================================================================== RCS file: /home/pcvs/ports/sysutils/installwatch/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 30 Jan 2004 16:03:24 -0000 1.3 +++ distinfo 23 Apr 2005 13:15:43 -0000 @@ -1,2 +1,2 @@ -MD5 (installwatch-0.6.3.tgz) = 5dd4c411432e8e88bfd64fb688a5fd6a -SIZE (installwatch-0.6.3.tgz) = 17604 +MD5 (checkinstall-1.5.3.tgz) = 744af19b796bedbb79c74e8c08f8792f +SIZE (checkinstall-1.5.3.tgz) = 90274 Index: files/patch-installwatch.c =================================================================== RCS file: files/patch-installwatch.c diff -N files/patch-installwatch.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-installwatch.c 23 Apr 2005 13:15:43 -0000 @@ -0,0 +1,28 @@ +--- installwatch.c.orig Sun Dec 23 08:55:11 2001 ++++ installwatch.c Sat Apr 23 22:07:52 2005 +@@ -81,6 +81,7 @@ + + #endif + ++#define log writelog + static void log(const char *format, ...) + #ifdef __GNUC__ + /* Tell gcc that this function behaves like printf() +@@ -500,7 +501,7 @@ + + result = true_fopen(pathname,mode); + if(mode[0]=='w'||mode[0]=='a'||mode[1]=='+') +- log("%d\tfopen\t%s\t#%s\n", (int)result, canonic, error(result)); ++ log("%p\tfopen\t%s\t#%s\n", result, canonic, error(result)); + return result; + } + +@@ -574,7 +575,7 @@ + + REFCOUNT; + va_start(ap, flags); +- mode = va_arg(ap, mode_t); ++ mode = (mode_t)va_arg(ap, int); + va_end(ap); + canonicalize(pathname, canonic); +