[csw-devel] SF.net SVN: gar:[16205] csw/mgar/pkg/lsof/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Nov 17 11:42:25 CET 2011
Revision: 16205
http://gar.svn.sourceforge.net/gar/?rev=16205&view=rev
Author: dmichelsen
Date: 2011-11-17 10:42:24 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
lsof: Update to 4.85, require VxFS SDK for compilation
Modified Paths:
--------------
csw/mgar/pkg/lsof/trunk/Makefile
csw/mgar/pkg/lsof/trunk/checksums
csw/mgar/pkg/lsof/trunk/files/0002-Disable-VxFS-autodetect.patch
Removed Paths:
-------------
csw/mgar/pkg/lsof/trunk/files/0001-Use-lgrp.h.patch
Modified: csw/mgar/pkg/lsof/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lsof/trunk/Makefile 2011-11-17 10:12:46 UTC (rev 16204)
+++ csw/mgar/pkg/lsof/trunk/Makefile 2011-11-17 10:42:24 UTC (rev 16205)
@@ -1,8 +1,7 @@
# TBD:
-# - Probably VxFS bindings
NAME = lsof
-VERSION = 4.84
+VERSION = 4.85
CATEGORIES = utils
DESCRIPTION = List open files
@@ -18,9 +17,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
@@ -64,6 +60,8 @@
SOLARIS_INSTR = $(ISA)
SOLARIS_KERNBITS = $(MEMORYMODEL)
+BUILD_DEP_PKGS += VRTSfssdk
+
# The Veritas Filesystem library libvxfsutil.a is sparcv8+, make sure to build that
# specific ISA and not link when building sparcv8
SOLARIS_VXFSINCL-sparcv8plus = /opt/VRTS/include
Modified: csw/mgar/pkg/lsof/trunk/checksums
===================================================================
--- csw/mgar/pkg/lsof/trunk/checksums 2011-11-17 10:12:46 UTC (rev 16204)
+++ csw/mgar/pkg/lsof/trunk/checksums 2011-11-17 10:42:24 UTC (rev 16205)
@@ -1 +1 @@
-a09326df500ef7e4550af546868338d6 lsof_4.84.tar.bz2
+102ee2081172bbe76dccaa6cceda8573 lsof_4.85.tar.bz2
Deleted: csw/mgar/pkg/lsof/trunk/files/0001-Use-lgrp.h.patch
===================================================================
--- csw/mgar/pkg/lsof/trunk/files/0001-Use-lgrp.h.patch 2011-11-17 10:12:46 UTC (rev 16204)
+++ csw/mgar/pkg/lsof/trunk/files/0001-Use-lgrp.h.patch 2011-11-17 10:42:24 UTC (rev 16205)
@@ -1,25 +0,0 @@
-From 2c3ce069cf55b3fc13d580ee3ec38f7c3130b562 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at 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
-
Modified: csw/mgar/pkg/lsof/trunk/files/0002-Disable-VxFS-autodetect.patch
===================================================================
--- csw/mgar/pkg/lsof/trunk/files/0002-Disable-VxFS-autodetect.patch 2011-11-17 10:12:46 UTC (rev 16204)
+++ csw/mgar/pkg/lsof/trunk/files/0002-Disable-VxFS-autodetect.patch 2011-11-17 10:42:24 UTC (rev 16205)
@@ -1,17 +1,17 @@
-From 3becdff778a4fab025b344b733e4767395e54216 Mon Sep 17 00:00:00 2001
+From 0893bb063ff9fddd3bff4308d52d5a42d47a066d Mon Sep 17 00:00:00 2001
From: Dagobert Michelsen <dam at opencsw.org>
-Date: Wed, 13 Jul 2011 12:05:30 +0200
+Date: Thu, 17 Nov 2011 10:45:01 +0100
Subject: [PATCH] Disable VxFS autodetect
---
- lsof_4.84_src/Configure | 8 --------
+ lsof_4.85_src/Configure | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
-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); }
+diff --git a/lsof_4.85_src/Configure b/lsof_4.85_src/Configure
+index a5514e6..d754244 100755
+--- 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
@@ -27,5 +27,5 @@
for i in $LSOF_TMP2 # {
do
--
-1.7.6
+1.7.5.4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list