summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.23.38.Dirk Froemberg2001-05-121-15/+15
| | | | Notes: svn path=/head/; revision=42551
* Upgrade to 3.23.37.Dirk Froemberg2001-04-211-21/+24
| | | | Notes: svn path=/head/; revision=41757
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-9/+0
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Upgrade to 3.23.29a.Dirk Froemberg2000-12-181-36/+17
| | | | Notes: svn path=/head/; revision=36063
* Upgrade to 3.23.26.Dirk Froemberg2000-10-191-22/+28
| | | | Notes: svn path=/head/; revision=33997
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientDirk Froemberg2000-10-191-18/+37
| | | | | | | | | | | | | | | | and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course. Notes: svn path=/head/; revision=33988
* Remove -Werror from configure script. This caused incorrect resultsDirk Froemberg2000-05-031-7/+40
| | | | | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen Notes: svn path=/head/; revision=28281
* Upgrade to 3.22.30.Dirk Froemberg2000-01-251-28/+17
| | | | Notes: svn path=/head/; revision=25061
* Use stripped hostname via `hostname -s` in various scripts, to make themDirk Froemberg1999-11-271-1/+10
| | | | | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=23449
* Upgrade to 3.22.27.Dirk Froemberg1999-10-181-19/+53
| | | | Notes: svn path=/head/; revision=22503
* - upgrade to 3.22.21Dirk Froemberg1999-04-061-2/+11
| | | | | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure Notes: svn path=/head/; revision=17676
* Cleanups:Dirk Froemberg1999-02-071-13/+28
| | | | | | | | | | | - 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.*. Notes: svn path=/head/; revision=16558
* Don't try to be too fancy about using ps to find its flags, it breaksSatoshi Asami1998-12-011-4/+36
| | | | | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer Notes: svn path=/head/; revision=14972
* link with -pthread = -nostdlib und -lc_rAndreas Klemm1998-09-131-0/+11
not only using -lc_r what would result in linking in libc and libc_r Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Obtained from: John Birrell Notes: svn path=/head/; revision=13097