diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-09-03 03:01:48 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-09-03 03:01:48 +0000 |
commit | cc7dbe598c3b955fde75e2edb5219c5912a6ab44 (patch) | |
tree | dafae3834388ec7421ed78ab2bb20e8c6a6a8a05 /databases/rrdtool12/files/patch-configure | |
parent | Reset alex@kapranoff.ru due to maintainer-timeouts and no response to email. (diff) |
- Update to rrdtool 1.2.28
- Add a small patch that gets rid of the "ordering CD from..." sleeps,
speeding up initial configure time
Update requested by: Terry Kennedy <terry@tmk.com>
Diffstat (limited to '')
-rw-r--r-- | databases/rrdtool12/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/rrdtool12/files/patch-configure b/databases/rrdtool12/files/patch-configure new file mode 100644 index 000000000000..26c7c2072d64 --- /dev/null +++ b/databases/rrdtool12/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig 2008-07-23 06:56:23.000000000 -0700 ++++ configure 2008-09-02 19:56:17.000000000 -0700 +@@ -30728,15 +30728,7 @@ + echo "${ECHO_T}and out again" >&6; } + + 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 ++echo $ECHO_N "....$ECHO_C" 1>&6 + { echo "$as_me:$LINENO: result: just kidding ;-)" >&5 + echo "${ECHO_T} just kidding ;-)" >&6; } + echo |