summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/files/patch-configure
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-01-09 13:20:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-01-09 13:20:47 +0000
commit1e5de7912b8e81a783fe3cb82c240ec3877d9191 (patch)
tree3e29428f9e73c9848109b08957c84eb8e8a27fe3 /databases/mysql40-server/files/patch-configure
parentUpdate to 0.93.0.3. (diff)
Update to 4.0.23a release [1]:
- Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [2] - Fix tcp wrappers (hopefully definitely!) PR: ports/75598 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], sobomax [2]
Notes
Notes: svn path=/head/; revision=125952
Diffstat (limited to 'databases/mysql40-server/files/patch-configure')
-rw-r--r--databases/mysql40-server/files/patch-configure16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/mysql40-server/files/patch-configure b/databases/mysql40-server/files/patch-configure
index c197124746ef..6b6152dac069 100644
--- a/databases/mysql40-server/files/patch-configure
+++ b/databases/mysql40-server/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Tue Sep 7 00:30:08 2004
-+++ configure Wed Sep 15 15:18:33 2004
-@@ -18793,8 +18793,6 @@
+--- configure.orig Mon Dec 27 16:30:01 2004
++++ configure Sun Jan 9 10:17:14 2005
+@@ -19609,8 +19609,6 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -9,7 +9,7 @@
# Prevent multiple expansion
-@@ -19972,43 +19970,8 @@
+@@ -20786,43 +20784,7 @@
echo "$as_me:$LINENO: checking \"how to check if pid exists\"" >&5
echo $ECHO_N "checking \"how to check if pid exists\"... $ECHO_C" >&6
PS=$ac_cv_path_PS
@@ -18,10 +18,10 @@
-then
- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null"
-# Solaris
--elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null
+-elif $PS -fp $$ 2> /dev/null | grep $0 > /dev/null
-then
- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null"
- # BSD style
+-# BSD style
-elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null
-then
FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null"
@@ -53,7 +53,7 @@
echo "$as_me:$LINENO: result: \"$FIND_PROC\"" >&5
echo "${ECHO_T}\"$FIND_PROC\"" >&6
-@@ -23615,8 +23578,8 @@
+@@ -24753,8 +24715,8 @@
# Some system specific hacks
#
@@ -64,7 +64,7 @@
# workaround for Sun Forte/x86 see BUG#4681
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_c_compiler_gnu in
-@@ -33651,7 +33614,7 @@
+@@ -35738,7 +35700,7 @@
/* ) rel_srcdir="$srcdir" ;;
* ) rel_srcdir="../$srcdir" ;;
esac