diff -r ce7f5c4abe3b Makefile
--- a/Makefile	Wed Nov 16 14:42:17 2011 +0000
+++ b/Makefile	Thu Nov 17 09:42:50 2011 +0500
@@ -2,7 +2,7 @@
 # - Probably VxFS bindings
 
 NAME = lsof
-VERSION = 4.84
+VERSION = 4.85
 CATEGORIES = utils
 
 DESCRIPTION = List open files
@@ -18,9 +18,6 @@
 DISTFILES = $(DISTNAME).tar.bz2
 DISTFILES += lsof-license
 
-# This seems to be necessary as the above comment says
-PATCHFILES += 0001-Use-lgrp.h.patch
-
 # Do not automatically use VxFS
 PATCHFILES += 0002-Disable-VxFS-autodetect.patch
 
diff -r ce7f5c4abe3b checksums
--- a/checksums	Wed Nov 16 14:42:17 2011 +0000
+++ b/checksums	Thu Nov 17 09:42:50 2011 +0500
@@ -1,1 +1,1 @@
-a09326df500ef7e4550af546868338d6  lsof_4.84.tar.bz2
+102ee2081172bbe76dccaa6cceda8573  lsof_4.85.tar.bz2
diff -r ce7f5c4abe3b files/0001-Use-lgrp.h.patch
--- a/files/0001-Use-lgrp.h.patch	Wed Nov 16 14:42:17 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-From 2c3ce069cf55b3fc13d580ee3ec38f7c3130b562 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam@opencsw.org>
-Date: Tue, 12 Jul 2011 17:38:27 +0200
-Subject: [PATCH] Use lgrp.h
-
----
- lsof_4.84_src/dialects/sun/machine.h |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/lsof_4.84_src/dialects/sun/machine.h b/lsof_4.84_src/dialects/sun/machine.h
-index 3a8b96a..8c2186d 100644
---- a/lsof_4.84_src/dialects/sun/machine.h
-+++ b/lsof_4.84_src/dialects/sun/machine.h
-@@ -55,7 +55,7 @@
-  * #include.
-  */
- 
--/* #include <sys/lgrp.h> */
-+#include <sys/lgrp.h>
- # endif	/* solaris>=90000 */
- 
- 
--- 
-1.7.6
-
diff -r ce7f5c4abe3b files/0002-Disable-VxFS-autodetect.patch
--- a/files/0002-Disable-VxFS-autodetect.patch	Wed Nov 16 14:42:17 2011 +0000
+++ b/files/0002-Disable-VxFS-autodetect.patch	Thu Nov 17 09:42:50 2011 +0500
@@ -9,9 +9,9 @@
 
 diff --git a/lsof_4.84_src/Configure b/lsof_4.84_src/Configure
 index 6ebc7be..c413f5d 100755
---- a/lsof_4.84_src/Configure
-+++ b/lsof_4.84_src/Configure
-@@ -4810,14 +4810,6 @@ return(0); }
+--- a/lsof_4.85_src/Configure
++++ b/lsof_4.85_src/Configure
+@@ -4892,14 +4892,6 @@ return(0); }
      # environment, establish their likely locations.
  
      LSOF_TMP2=$SOLARIS_VXFSINCL
