diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-05-18 10:59:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-05-18 10:59:11 +0000 |
commit | 5286e6eabb4767cd5df96fefb09674314991f058 (patch) | |
tree | 72a2ab916b006584d31719b79928df13af368de5 /databases/mysql40-server/files | |
parent | Update to 1.02 (diff) |
- Update to 4.0.20 release
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
threads instead of system scope threads with libpthread
Notes
Notes:
svn path=/head/; revision=109423
Diffstat (limited to 'databases/mysql40-server/files')
3 files changed, 20 insertions, 40 deletions
diff --git a/databases/mysql40-server/files/patch-configure b/databases/mysql40-server/files/patch-configure index fb5aac9eb51f..8f9ea18fe5b5 100644 --- a/databases/mysql40-server/files/patch-configure +++ b/databases/mysql40-server/files/patch-configure @@ -1,15 +1,16 @@ ---- configure.orig Fri Oct 17 07:29:41 2003 -+++ configure Wed Oct 22 15:12:52 2003 -@@ -9058,7 +9059,7 @@ - ;; - esac - fi --HOSTNAME=$ac_cv_path_HOSTNAME -+HOSTNAME="$ac_cv_path_HOSTNAME -s" +--- configure.orig Tue May 18 11:12:39 2004 ++++ configure Tue May 18 11:14:27 2004 +@@ -18816,9 +18816,6 @@ - if test -n "$HOSTNAME"; then - echo "$as_me:$LINENO: result: $HOSTNAME" >&5 -@@ -9250,43 +9251,8 @@ + + +-# Ensure that we have --preserve-dup-deps defines, otherwise we get link +-# problems of 'mysql' with CXX=g++ +-LIBTOOL="$LIBTOOL --preserve-dup-deps" + + #AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL AC_DISABLE_FAST_INSTALL AC_DISABLE_SHARED AC_DISABLE_STATIC + +@@ -19970,43 +19967,8 @@ 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 @@ -53,7 +54,7 @@ echo "$as_me:$LINENO: result: \"$FIND_PROC\"" >&5 echo "${ECHO_T}\"$FIND_PROC\"" >&6 -@@ -12667,8 +12633,8 @@ +@@ -23603,8 +23565,8 @@ # Some system specific hacks # @@ -64,7 +65,7 @@ case $SYSTEM_TYPE in *solaris2.7*) -@@ -22458,7 +22424,7 @@ +@@ -33605,7 +33567,7 @@ /* ) rel_srcdir="$srcdir" ;; * ) rel_srcdir="../$srcdir" ;; esac diff --git a/databases/mysql40-server/files/patch-scripts::Makefile.in b/databases/mysql40-server/files/patch-scripts::Makefile.in index 92cc61a9138c..9a67af4cf15d 100644 --- a/databases/mysql40-server/files/patch-scripts::Makefile.in +++ b/databases/mysql40-server/files/patch-scripts::Makefile.in @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig Mon Feb 23 13:02:34 2004 -+++ scripts/Makefile.in Mon Feb 23 13:04:46 2004 -@@ -271,24 +271,7 @@ +--- scripts/Makefile.in.orig Fri May 14 02:54:11 2004 ++++ scripts/Makefile.in Tue May 18 10:22:57 2004 +@@ -271,25 +271,7 @@ vio_dir = @vio_dir@ vio_libs = @vio_libs@ @@ -21,12 +21,13 @@ - mysql_explain_log \ - mysql_tableinfo \ - mysqld_multi \ -- make_win_src_distribution +- make_win_src_distribution \ +- make_win_binary_distribution +bin_SCRIPTS = EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -463,7 +446,7 @@ +@@ -465,7 +447,7 @@ uninstall: uninstall-am install-am: all-am diff --git a/databases/mysql40-server/files/patch-scripts::mysql_install_db.sh b/databases/mysql40-server/files/patch-scripts::mysql_install_db.sh deleted file mode 100644 index 1ccb78b2925a..000000000000 --- a/databases/mysql40-server/files/patch-scripts::mysql_install_db.sh +++ /dev/null @@ -1,22 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Thu Mar 11 10:20:57 2004 -+++ scripts/mysql_install_db.sh Thu Mar 11 10:27:09 2004 -@@ -118,7 +118,7 @@ - if [ $? -ne 0 ] - then - resolved=`$bindir/resolveip localhost 2>&1` -- if [ $? -eq 0 ] -+ if [ $? -ne 0 ] - then - echo "Neither host '$hostname' and 'localhost' could not be looked up with" - echo "$bindir/resolveip" -@@ -128,8 +128,8 @@ - exit 1 - fi - echo "WARNING: The host '$hostname' could not be looked up with resolveip." -- echo "This probably means that your libc libraries are not 100 % compatible" -- echo "with this binary MySQL version. The MySQL daemon, mysqld, should work" -+ echo "This probably means that your host name is not listed in your" -+ echo "/etc/hosts file (as it should). The MySQL daemon, mysqld, should work" - echo "normally with the exception that host name resolving will not work." - echo "This means that you should use IP addresses instead of hostnames" - echo "when specifying MySQL privileges !" |