aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mrtg
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-12-11 13:55:46 +0000
committerMark Felder <feld@FreeBSD.org>2014-12-11 13:55:46 +0000
commite1d8f314985a73ea3f50b192a599e118e9abe077 (patch)
treee720f9e060f63d824b7569552e5f6df84591b33c /net-mgmt/mrtg
parent79a1c3000b51531db3997ce5b315a9efdf1090a7 (diff)
downloadports-e1d8f314985a73ea3f50b192a599e118e9abe077.tar.gz
ports-e1d8f314985a73ea3f50b192a599e118e9abe077.zip
Remove sleeps from the configure script to save 7 seconds each run.
After considering how much time was spent on this message since its addition in 2001, this seems reasonable.
Notes
Notes: svn path=/head/; revision=374531
Diffstat (limited to 'net-mgmt/mrtg')
-rw-r--r--net-mgmt/mrtg/files/patch-configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/mrtg/files/patch-configure b/net-mgmt/mrtg/files/patch-configure
new file mode 100644
index 000000000000..4c0104f398a3
--- /dev/null
+++ b/net-mgmt/mrtg/files/patch-configure
@@ -0,0 +1,22 @@
+If I can shave off 7 seconds off every exp-run this patch seems totally worth it
+--- configure.orig 2014-12-11 13:46:28 UTC
++++ configure
+@@ -5343,18 +5343,12 @@ fi
+
+
+ echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6
+-sleep 1
+ echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+ echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+ echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+ echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5
+ $as_echo " just kidding ;-)" >&6; }
+-sleep 2
+ echo
+ echo "----------------------------------------------------------------"
+ echo "Config is DONE!"