[csw-devel] SF.net SVN: gar:[10006] csw/mgar/pkg/iperf/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed May 26 22:45:42 CEST 2010
Revision: 10006
http://gar.svn.sourceforge.net/gar/?rev=10006&view=rev
Author: skayser
Date: 2010-05-26 20:45:42 +0000 (Wed, 26 May 2010)
Log Message:
-----------
iperf: cleanup, -norunpath is now automatically set GAR
Modified Paths:
--------------
csw/mgar/pkg/iperf/trunk/Makefile
Modified: csw/mgar/pkg/iperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/iperf/trunk/Makefile 2010-05-26 20:30:32 UTC (rev 10005)
+++ csw/mgar/pkg/iperf/trunk/Makefile 2010-05-26 20:45:42 UTC (rev 10006)
@@ -1,5 +1,4 @@
# Todo:
-#
# * Check sf project page for patches and threads related to CPU saturation
# * Run some real world performance tests
# * Submit feedback upstream:
@@ -20,9 +19,14 @@
delay jitter, datagram loss.
endef
+VENDOR_URL = http://iperf.sourceforge.net/
MASTER_SITES = $(SF_MIRRORS)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=128336
+UPSTREAM_USE_SF = 1
+
# Add some explicit language linkage declarations.
#
# See C++ Migration Guide, 3.11.1 "Language Linkage"
@@ -37,21 +41,10 @@
# function. The linkages must therefore match."
PATCHFILES = gar-base.diff
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=128336
-UPSTREAM_USE_SF = 1
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
TEST_SCRIPTS =
CONFIGURE_ARGS = $(DIRPATHS)
-# Tell CC not to include additional directories in R*PATH, otherwise we end
-# up with something like
-# [11] RUNPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/studio/SOS11/SUNWspro/lib/rw7:/opt/studio/SOS11/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib
-# [12] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/studio/SOS11/SUNWspro/lib/rw7:/opt/studio/SOS11/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib
-EXTRA_CXX_FLAGS = -norunpath
-
include gar/category.mk
# * Get rid of gcc -Walls
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