Index: head/sysutils/lsof/Makefile =================================================================== --- head/sysutils/lsof/Makefile (revision 431582) +++ head/sysutils/lsof/Makefile (revision 431583) @@ -1,79 +1,78 @@ # Created by: David O'Brien # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90G -PORTREVISION= 1 +DISTVERSION= 4.90I PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ LOCAL/ler/lsof \ ftp://ftp.ayamura.org/pub/lsof/ \ ftp://ftp.ayamura.org/pub/lsof/NEW/ \ ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/NEW/ \ ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \ ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX} MAINTAINER= ler@FreeBSD.org COMMENT= Lists information about open files (similar to fstat(1)) LICENSE=lsof LICENSE_NAME=lsof LICENSE_FILE=${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept #Please leave the below line in for the next clean up. FIXUP_RELEASE= YES .if defined(FIXUP_RELEASE) DISTNAME_SUFFIX=.freebsd .else SRCBALL_NAME= ${DISTNAME:S/_W$//}_src WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} .endif HAS_CONFIGURE= yes USES= shebangfix tar:bzip2 SHEBANG_FILES= scripts/sort_res.perl5 .include CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) IGNORE= requires kernel sources .endif .if !defined(FIXUP_RELEASE) post-extract: @( cd ${WRKDIR}/${DISTNAME} ; \ EXPMD5=`${SED} -n 's/^[[:blank:]]*\(MD5*=*\)/\1/p' README.${DISTNAME}` ; \ CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \ exit 1 ; \ fi ; \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ ) @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8 @${MKDIR} ${STAGEDIR}${PREFIX}/share/lsof ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/share/lsof @${CHMOD} 0444 ${STAGEDIR}${PREFIX}/share/lsof/00* .include Index: head/sysutils/lsof/distinfo =================================================================== --- head/sysutils/lsof/distinfo (revision 431582) +++ head/sysutils/lsof/distinfo (revision 431583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474579688 -SHA256 (lsof_4.90G.freebsd.tar.bz2) = 17b679285bf7e34bfd999d1443b0e8c7668c695138b7ab36ed36a83d8036c58a -SIZE (lsof_4.90G.freebsd.tar.bz2) = 487776 +TIMESTAMP = 1484467800 +SHA256 (lsof_4.90I.freebsd.tar.bz2) = 063f1275d7aff331962bcb02629f7d8ac3c603266a805ea1b05321da9184e351 +SIZE (lsof_4.90I.freebsd.tar.bz2) = 487912 Index: head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c =================================================================== --- head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c (revision 431582) +++ head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c (nonexistent) @@ -1,11 +0,0 @@ ---- dialects/freebsd/dnode2.c.orig 2016-09-22 20:02:53 UTC -+++ dialects/freebsd/dnode2.c -@@ -51,7 +51,7 @@ static char *rcsid = "$Id: dnode2.c,v 1. - */ - #define VOP_UNLOCK(vp, f) ((void)0) - # endif /* defined(__clang__) */ -- -+#define KLD_MODULE - #include - #undef _KERNEL - Property changes on: head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h =================================================================== --- head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h (revision 431582) +++ head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h (nonexistent) @@ -1,10 +0,0 @@ ---- dialects/freebsd/dlsof.h.orig 2016-09-22 20:02:53 UTC -+++ dialects/freebsd/dlsof.h -@@ -87,6 +87,7 @@ - #define boolean_t int - # endif /* defined(NEEDS_BOOLEAN_T) */ - -+#define KLD_MODULE - #include - - # if defined(HAS_VM_MEMATTR_T) Property changes on: head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property