[csw-devel] SF.net SVN: gar:[7022] csw/mgar/pkg/lsof/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Oct 29 17:08:48 CET 2009
Revision: 7022
http://gar.svn.sourceforge.net/gar/?rev=7022&view=rev
Author: dmichelsen
Date: 2009-10-29 16:08:48 +0000 (Thu, 29 Oct 2009)
Log Message:
-----------
lsof: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lsof/trunk/Makefile
csw/mgar/pkg/lsof/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lsof/trunk/files/
csw/mgar/pkg/lsof/trunk/files/CSWlsof.gspec
Property Changed:
----------------
csw/mgar/pkg/lsof/trunk/
Property changes on: csw/mgar/pkg/lsof/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/lsof/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lsof/trunk/Makefile 2009-10-29 16:07:00 UTC (rev 7021)
+++ csw/mgar/pkg/lsof/trunk/Makefile 2009-10-29 16:08:48 UTC (rev 7022)
@@ -1,5 +1,5 @@
GARNAME = lsof
-GARVERSION = 4.77
+GARVERSION = 4.81
CATEGORIES = utils
DESCRIPTION = List open files
@@ -11,36 +11,57 @@
endef
MASTER_SITES = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
-
TOPDIST = $(GARNAME)_$(GARVERSION)
SRCDIST = $(TOPDIST)_src
-#DISTFILES = $(TOPDIST).tar.bz2
+DISTFILES = $(TOPDIST).tar.bz2
WORKSRC = $(WORKDIR)/$(TOPDIST)/$(SRCDIST)
+SPKG_SOURCEURL = http://people.freebsd.org/~abe/
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)_(\d+(?:\.\d+)*).tar.bz2
+BUILD64 = 1
+
CONFIGURE_SCRIPTS = custom
CONFIGURE_ARGS = -n solariscc
TEST_SCRIPTS = custom
INSTALL_SCRIPTS = custom
+# Environment variables affecting Solaris builds:
+# SOLARIS_23P101318 If this environment variable has a non-NULL value, the
+# SOLARIS_24P101945 If this environment variable has a non-NULL value, the
+# SOLARIS_24P102303 If this environment variable has a non-NULL value, the
+# SOLARIS_26PR_GWINDOWS If this environment variable has a value of "Y" or "y",
+# SOLARIS_26PR_LDT If this environment variable has a value of "Y" or "y",
+# SOLARIS_CCDIR specifies the path to the Sun C compiler -- i.e., when
+# SOLARIS_INSTR specifies the Sun C compiler target instruction set
+# SOLARIS_KERNBITS specifies the number of bits in the Solaris 7, 8, 9 or
+# SOLARIS_VSOCK If this environment variable has a value of "Y" or "y",
+# SOLARIS_VXFSINCL This environment variable defines the path to the
+# SOLARIS_VXFSLIB This environment variable defines the path to the
+
+CONFIGURE_EXPORTS = LSOF_CFGF SOLARIS_CCDIR SOLARIS_INSTR SOLARIS_KERNBITS
+SOLARIS_CCDIR = $(CC_HOME)
+SOLARIS_INSTR = $(ISA)
+SOLARIS_KERNBITS = $(MEMORYMODEL)
+
include gar/category.mk
-post-extract:
+post-extract-modulated:
@echo " ==> Extracting source distribution"
@( cd $(WORKDIR)/$(TOPDIST) ; tar xf $(SRCDIST).tar )
configure-custom:
@echo " ==> Configuring in $(WORKSRC)"
- @( cd $(WORKSRC) ; ./Configure $(CONFIGURE_ARGS) )
+ ( cd $(WORKSRC) ; $(CONFIGURE_ENV) ./Configure $(CONFIGURE_ARGS) )
-test-custom:
+test-custom-modulated:
@echo " ==> Testing in $(WORKSRC)/tests"
@$(MAKE) -C $(WORKSRC)/tests
-install-custom:
+install-custom-modulated:
@echo " ==> Installing $(GARNAME) $(GARVERSION)"
@( cd $(WORKSRC) ; \
install -m 2755 -g sys lsof $(DESTDIR)$(bindir) ; \
Modified: csw/mgar/pkg/lsof/trunk/checksums
===================================================================
--- csw/mgar/pkg/lsof/trunk/checksums 2009-10-29 16:07:00 UTC (rev 7021)
+++ csw/mgar/pkg/lsof/trunk/checksums 2009-10-29 16:08:48 UTC (rev 7022)
@@ -1 +1 @@
-42921 1370 download/lsof_4.71.tar.bz2
+c482bda0764a8e618f87682347b22a87 download/lsof_4.81.tar.bz2
Copied: csw/mgar/pkg/lsof/trunk/files/CSWlsof.gspec (from rev 2905, csw/mgar/pkg/top/trunk/files/CSWtop.gspec)
===================================================================
--- csw/mgar/pkg/lsof/trunk/files/CSWlsof.gspec (rev 0)
+++ csw/mgar/pkg/lsof/trunk/files/CSWlsof.gspec 2009-10-29 16:08:48 UTC (rev 7022)
@@ -0,0 +1,4 @@
+%var bitname lsof
+%var pkgname CSWlsof
+%include url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE
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