From de0d39c4f762397b36a0399cfda039aecf78050a Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 7 Feb 1999 22:35:56 +0000 Subject: Cleanups: - don't pollute CFLAGS with extra optimizer flags - remove part of patch-ac which forces -pthread instead of -lc_r (was included in the main distribution) - don't name freebsd version in mit-pthreads/config/configure explicitly. settings work for 2.*, 3.* and 4.*. --- databases/mysql323-server/Makefile | 12 ++++++---- databases/mysql323-server/files/patch-ag | 41 ++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 18 deletions(-) (limited to 'databases/mysql323-server') diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index d0cf81ba998d..7caf58be1ccf 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach # -# $Id: Makefile,v 1.39 1999/01/05 23:43:27 dirk Exp $ +# $Id: Makefile,v 1.40 1999/02/01 16:52:15 dirk Exp $ # DISTNAME= mysql-3.22.15-gamma @@ -28,14 +28,15 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-bench CONFIGURE_ENV+= PERL=${PERL5} \ PERL5=${PERL5} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + CXXFLAGS="${CFLAGS}" .include .if defined(NATIVE_THREADS) && ${OSVERSION} >= 300000 -CONFIGURE_ARGS+= --with-named-thread-libs=-lc_r +CONFIGURE_ARGS+= --with-mit-threads=no .else -CONFIGURE_ARGS+= --with-mit-threads +CONFIGURE_ARGS+= --with-mit-threads=yes .endif .if !defined(NATIVE_THREADS) && ${OSVERSION} >= 300000 @@ -44,7 +45,8 @@ pre-fetch: @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." @${ECHO} "Warning: There are still some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly." + @${ECHO} " 'mysqladmin shutdown' from working properly and" + @${ECHO} " killing mysqld might not work." @${ECHO} .elif defined(NATIVE_THREADS) && ${OSVERSION} >= 300000 pre-fetch: diff --git a/databases/mysql323-server/files/patch-ag b/databases/mysql323-server/files/patch-ag index 1d3aac9b1479..26a6ce1c6fc7 100644 --- a/databases/mysql323-server/files/patch-ag +++ b/databases/mysql323-server/files/patch-ag @@ -1,8 +1,8 @@ ---- configure.orig Wed Nov 4 23:00:15 1998 -+++ configure Mon Nov 30 23:35:59 1998 -@@ -2197,30 +2197,7 @@ +--- configure.orig Wed Jan 27 14:41:59 1999 ++++ configure Thu Feb 4 19:50:16 1999 +@@ -2199,30 +2199,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2199: checking "how to check if pid exists"" >&5 + 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 @@ -32,12 +32,27 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 # Check if a pid is valid -@@ -3484,7 +3461,7 @@ - echo "configure:3485: checking "named thread libs:"" >&5 - if test "$with_named_thread" != "no" - then -- LIBS="$LIBS $with_named_thread" -+ LIBS="-pthread $LIBS" - with_posix_threads="yes" - with_mit_threads="no" - echo "$ac_t"""$with_named_thread"" 1>&6 +@@ -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 -- cgit v1.2.3