[csw-devel] SF.net SVN: gar:[10016] csw/mgar/pkg/iperf/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu May 27 11:00:52 CEST 2010


Revision: 10016
          http://gar.svn.sourceforge.net/gar/?rev=10016&view=rev
Author:   skayser
Date:     2010-05-27 09:00:52 +0000 (Thu, 27 May 2010)

Log Message:
-----------
iperf: prepare for package release

Modified Paths:
--------------
    csw/mgar/pkg/iperf/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/iperf/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/iperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/iperf/trunk/Makefile	2010-05-27 08:01:12 UTC (rev 10015)
+++ csw/mgar/pkg/iperf/trunk/Makefile	2010-05-27 09:00:52 UTC (rev 10016)
@@ -1,13 +1,10 @@
 # Todo:
-# * Investigate 'redefined' warning messages for int types like INT64_MIN
-# * Check sf project page for patches and threads related to CPU saturation
-# * Run some real world performance tests
 # * Submit feedback upstream: 
 #   - Add AC_CHECK_FUNC or AC_SEARCH_LIBS for sched_yield() so that we get -lrt
 #   - Use PTHREAD_{LIBS,CFLAGS} to amend CFLAGS so that we get -lpthreads
 #   - Submit language linkage declarations patch for review
 #   - iperf_LDFLAGS: use LDFLAGS instead of CFLAGS
-# * Add changelog.CSW
+# * #ifndef INT*_{MIN,MAX} in include/iperf-int.h to avoid redefined warnings
 #
 GARNAME = iperf
 GARVERSION = 2.0.4
@@ -70,3 +67,10 @@
 	ginstall -d $(DOCDEST)
 	cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST)
 	@$(MAKECOOKIE)
+
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+	ginstall -D $(FILEDIR)/changelog.CSW \
+		$(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/iperf/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/iperf/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/iperf/trunk/files/changelog.CSW	2010-05-27 09:00:52 UTC (rev 10016)
@@ -0,0 +1,5 @@
+iperf (2.0.4,REV=2010.05.27)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu, 27 May 2010 10:53:36 +0200


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