| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and add a start/stop parameter to satisfy rc.shutdown.
|
|
|
|
| |
Submitted by: steve
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
|
|
| |
if -Wall was in CFLAGS. Thus mysql didn't build.
Reported, analyzed and tested by: deischen
|
|
|
|
|
| |
- check for start/stop arguments in startup file
- don't rip off --force option from mysql_install_db
|
|
|
|
| |
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
|
| |
|
| |
|
|
|
|
|
|
| |
- add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of
memory and cpu time. It seems to be a gcc compiler bug in conjunction
with -O.
|
|
|
|
|
|
| |
consistent with mysqld and other OS.
Reported by: Clive Lin <clive@CirX.ORG>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use --enable-assembler for ${ARCH}==i386
Requested by: Martin Nilsson <martin@filex.se>
There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files,
gcc will "hang" forever, because the assembler is called with '-' and
noone is sending data.
As a workaround use .S (capital s) files. Then cpp will be called prior
to as and thus a pipe can be build.
|
|
|
|
|
|
|
|
|
|
| |
mysql322-client uses mysql322-server as a master port. So
all the magic is in mysql322-server.
mysql322-client must be used to add dependencies to, now.
Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial
point.
|
| |
|
|
|
|
| |
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
|
| |
|
|
|
|
|
|
|
|
| |
- 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.*.
|
|
|
|
|
| |
According to T.c.X DataKonsultAB this is the recommended version now.
So remove NO_LATEST_LINK (and set it for mysql321).
|
| |
|
|
|
|
| |
Submitted by: Alec Wolman <wolman@cs.washington.edu>
|
|
|
|
|
|
|
| |
chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING
is defined.
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8701
Submitted by: maintainer
|
|
|
|
|
| |
- Upgrade to mysql-3.22.9-beta
- fix build under ELF
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
In the future we have to mysql ports, a stable one and a developer version.
Under FreeBSD-current this port supports threads ...
|
| |
|
|
|
|
|
| |
PR: 5983
Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE>
|
|
Submitted by: Josh Tiefenbach <josh@ican.net>
|