[88636] trunk/dports/erlang/tsung

ryandesign at macports.org ryandesign at macports.org
Thu Jan 5 21:59:19 PST 2012


Revision: 88636
          http://trac.macports.org/changeset/88636
Author:   ryandesign at macports.org
Date:     2012-01-05 21:59:19 -0800 (Thu, 05 Jan 2012)
Log Message:
-----------
tsung: fix incompatible use of 'echo -n'

Modified Paths:
--------------
    trunk/dports/erlang/tsung/Portfile

Added Paths:
-----------
    trunk/dports/erlang/tsung/files/
    trunk/dports/erlang/tsung/files/patch-Makefile.in.diff

Modified: trunk/dports/erlang/tsung/Portfile
===================================================================
--- trunk/dports/erlang/tsung/Portfile	2012-01-06 05:55:35 UTC (rev 88635)
+++ trunk/dports/erlang/tsung/Portfile	2012-01-06 05:59:19 UTC (rev 88636)
@@ -30,6 +30,8 @@
                     port:p5.12-template-toolkit \
                     port:rrdtool
 
+patchfiles          patch-Makefile.in.diff
+
 build.target        all doc
 
 post-patch {

Added: trunk/dports/erlang/tsung/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/erlang/tsung/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/erlang/tsung/files/patch-Makefile.in.diff	2012-01-06 05:59:19 UTC (rev 88636)
@@ -0,0 +1,29 @@
+--- Makefile.in.orig	2012-01-04 03:39:27.000000000 -0600
++++ Makefile.in	2012-01-05 23:57:47.000000000 -0600
+@@ -310,7 +310,7 @@
+ 	@ln -sf $(PWD)/priv temp_ts/lib/$(APPLICATION)-$(VERSION)/priv
+ 	@ln -sf $(PWD)/builder.beam temp_ts/lib/$(APPLICATION)-$(VERSION)/
+ 	@ln -sf $(PWD) temp_ts/lib/$(APPLICATION)-$(VERSION)
+-	@echo -n "build main app boot script ... "
++	@printf "build main app boot script ... "
+ 	@(cd temp_ts/lib/$(APPLICATION)-$(VERSION) \
+ 	 && echo $(BUILD_OPTIONS) > $(BUILD_OPTIONS_FILE) \
+ 	 && $(ERL) -noshell -s builder go -s init stop >> $(BUILDER_LOG) 2>&1 \
+@@ -328,7 +328,7 @@
+ 	@ln -sf $(PWD)/include temp_tsc/lib/$(CONTROLLER_APPLICATION)-$(VERSION)/include
+ 	@ln -sf $(PWD)/priv temp_tsc/lib/$(CONTROLLER_APPLICATION)-$(VERSION)/priv
+ 	@ln -sf $(PWD)/builder.beam temp_tsc/lib/$(CONTROLLER_APPLICATION)-$(VERSION)/
+-	@echo -n "build controller boot script ... "
++	@printf "build controller boot script ... "
+ 	@(cd temp_tsc/lib/$(CONTROLLER_APPLICATION)-$(VERSION) \
+ 	 && echo $(BUILD_OPTIONS) > $(BUILD_OPTIONS_FILE) \
+ 	 && $(ERL) -noshell -s builder go -s init stop >> $(BUILDER_LOG) 2>&1 \
+@@ -346,7 +346,7 @@
+ 	@ln -sf $(PWD)/include temp_tsr/lib/$(RECORDER_APPLICATION)-$(VERSION)/include
+ 	@ln -sf $(PWD)/priv temp_tsr/lib/$(RECORDER_APPLICATION)-$(VERSION)/priv
+ 	@ln -sf $(PWD)/builder.beam temp_tsr/lib/$(RECORDER_APPLICATION)-$(VERSION)/
+-	@echo -n "build recorder boot script ... "
++	@printf "build recorder boot script ... "
+ 	@(cd temp_tsr/lib/$(RECORDER_APPLICATION)-$(VERSION) \
+ 	 && echo $(BUILD_OPTIONS) > $(BUILD_OPTIONS_FILE) \
+ 	 && $(ERL) -noshell -s builder go -s init stop  >> $(BUILDER_LOG) 2>&1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120105/33ca2566/attachment.html>


More information about the macports-changes mailing list