diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
| commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
| tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /sysutils/lsof | |
| parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) | |
Diffstat (limited to 'sysutils/lsof')
| -rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/lsof/distinfo | 4 | ||||
| -rw-r--r-- | sysutils/lsof/files/patch-dlsof.h | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 177a7d4f6a29..1fa795268a93 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.75.2 +PORTVERSION= 4.76.1.1 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -24,7 +24,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ FIXUP_RELEASE= .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.76B.freebsd +DISTNAME= ${PORTNAME}_4.77A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 60e9a65c7543..c2b6b3c673da 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.76B.freebsd.tar.bz2) = a9ba58627e3d2a49f253b985214ddcf5 -SIZE (lsof_4.76B.freebsd.tar.bz2) = 450338 +MD5 (lsof_4.77A.freebsd.tar.bz2) = 2331852a277a783fa4551114b7e716df +SIZE (lsof_4.77A.freebsd.tar.bz2) = 453190 diff --git a/sysutils/lsof/files/patch-dlsof.h b/sysutils/lsof/files/patch-dlsof.h new file mode 100644 index 000000000000..a4beb2bcc246 --- /dev/null +++ b/sysutils/lsof/files/patch-dlsof.h @@ -0,0 +1,12 @@ +--- dialects/freebsd/dlsof.h.orig Mon Oct 3 06:22:52 2005 ++++ dialects/freebsd/dlsof.h Sun Oct 16 00:18:58 2005 +@@ -306,6 +306,9 @@ struct vop_advlock_args { int dummy; }; + #include <fs/devfs/devfs_int.h> + # endif /* defined(SI_PRIV) */ + ++#if FREEBSDV>=6000 ++#include <sys/sx.h> ++#endif /* FREEBSDV>=6000 */ + #include <fs/devfs/devfs.h> + #undef _KERNEL + # endif /* FREEBSDV>=5000 */ |
