summaryrefslogtreecommitdiff
path: root/databases/mysql50-server/files/patch-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /databases/mysql50-server/files/patch-configure
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'databases/mysql50-server/files/patch-configure')
-rw-r--r--databases/mysql50-server/files/patch-configure67
1 files changed, 0 insertions, 67 deletions
diff --git a/databases/mysql50-server/files/patch-configure b/databases/mysql50-server/files/patch-configure
deleted file mode 100644
index 0f4d1b00d253..000000000000
--- a/databases/mysql50-server/files/patch-configure
+++ /dev/null
@@ -1,67 +0,0 @@
---- configure.orig Mon Apr 5 01:46:35 1999
-+++ configure Tue Apr 6 23:08:43 1999
-@@ -2199,30 +2199,7 @@
- echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
- echo "configure:2201: checking "how to check if pid exists"" >&5
- PS=$ac_cv_path_PS
--# Linux style
--if $PS p $$ 2> /dev/null | grep $0 > /dev/null
--then
-- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null"
--# Solaris
--elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null
--then
-- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null"
--# BSD style
--elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null
--then
-- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null"
--# SysV style
--elif $PS -ef 2> /dev/null | grep $0 > /dev/null
--then
-- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null"
--# Do anybody use this?
--elif $PS $$ 2> /dev/null | grep $0 > /dev/null
--then
-- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null"
--else
-- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; }
--fi
--
-+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null"
- echo "$ac_t"""$FIND_PROC"" 1>&6
-
- # Check if a pid is valid
-@@ -3684,8 +3661,6 @@
- #define $ac_tr_lib 1
- EOF
-
-- LIBS="-lc_r $LIBS"
--
- else
- echo "$ac_t""no" 1>&6
- fi
-@@ -3935,14 +3910,6 @@
- else
- CFLAGS="$CFLAGS -DDBUG_OFF"
- CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
-- if test "$ac_cv_prog_gcc" = "yes"
-- then
-- CFLAGS="-O6 $CFLAGS"
-- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
-- else
-- CFLAGS="-O $CFLAGS"
-- CXXFLAGS="-O $CXXFLAGS"
-- fi
- fi
-
- # Force static compilation to avoid linking probles/get more speed
-@@ -7004,7 +6971,7 @@
- echo ""
- echo "Configuring MIT Pthreads"
- # We will never install so installation paths are not needed.
-- (cd mit-pthreads; sh ./configure)
-+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS})
- echo "End of MIT Pthreads configuration"
- echo ""
- fi