| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=64658
|
|
|
|
| |
Notes:
svn path=/head/; revision=36063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- check for start/stop arguments in startup file
- don't rip off --force option from mysql_install_db
Notes:
svn path=/head/; revision=27292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=21697
|
|
|
|
| |
Notes:
svn path=/head/; revision=16999
|
|
|
|
|
|
|
|
| |
According to T.c.X DataKonsultAB this is the recommended version now.
So remove NO_LATEST_LINK (and set it for mysql321).
Notes:
svn path=/head/; revision=15873
|
|
|
|
| |
Notes:
svn path=/head/; revision=15549
|
|
|
|
|
|
|
| |
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes:
svn path=/head/; revision=15493
|
|
|
|
|
|
|
|
| |
PR: 8701
Submitted by: maintainer
Notes:
svn path=/head/; revision=14746
|
|
|
|
|
|
|
|
| |
- Upgrade to mysql-3.22.9-beta
- fix build under ELF
Notes:
svn path=/head/; revision=14157
|
|
|
|
|
|
|
|
| |
In the future we have to mysql ports, a stable one and a developer version.
Under FreeBSD-current this port supports threads ...
Notes:
svn path=/head/; revision=13036
|
|
|
|
| |
Notes:
svn path=/head/; revision=12520
|
|
|
|
|
|
|
|
| |
PR: 5983
Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE>
Notes:
svn path=/head/; revision=10166
|
|
Submitted by: Josh Tiefenbach <josh@ican.net>
Notes:
svn path=/head/; revision=7198
|