SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
databases/percona-toolkit/patches/patch-bin_pt-sift
Normal file
14
databases/percona-toolkit/patches/patch-bin_pt-sift
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- bin/pt-sift.orig Fri Aug 3 20:49:24 2012
|
||||
+++ bin/pt-sift Fri Aug 10 12:14:45 2012
|
||||
@@ -137,11 +137,6 @@ main() {
|
||||
eval "PR_$prog_base"="./$prog"
|
||||
elif [ -f "${BASEDIR}/$prog" -a -x "${BASEDIR}/$prog" ]; then
|
||||
eval "PR_$prog_base"="${BASEDIR}/$prog"
|
||||
- elif which "curl" >/dev/null 2>&1; then
|
||||
- echo "Fetching $prog" >&2
|
||||
- curl "http://www.percona.com/get/$prog" > "$prog" && chmod +x "$prog"
|
||||
- eval "PR_$prog_base"="./$prog"
|
||||
- else
|
||||
echo "Cannot find or fetch required program: $prog" >&2
|
||||
exit 1
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue