| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=24452
|
|
|
|
| |
Notes:
svn path=/head/; revision=24206
|
|
|
|
|
|
|
|
|
| |
consistent with mysqld and other OS.
Reported by: Clive Lin <clive@CirX.ORG>
Notes:
svn path=/head/; revision=23449
|
|
|
|
| |
Notes:
svn path=/head/; revision=22503
|
|
|
|
| |
Notes:
svn path=/head/; revision=21865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Set MIT_PTHREADS to use the supplied mit-pthreads.
This is a workaround for PR ports/12824.
- replace one occurance of gcc with ${CC}
- don't use CFLAGS twice somewhere in mit-pthreads compilation
(There is still one place left where CFLAGS are used twice.)
Notes:
svn path=/head/; revision=21233
|
|
|
|
|
|
|
|
|
| |
This upgrade contains - as far as I can see - no functional change
in regard to the port. But I'm tired of receiving requests or patches
for an upgrade. People are focused on version numbers too much. *sigh* ;-)
Notes:
svn path=/head/; revision=21022
|
|
|
|
| |
Notes:
svn path=/head/; revision=20944
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
| |
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes:
svn path=/head/; revision=20820
|
|
|
|
|
|
|
|
|
|
| |
different from /var/db/mysql
(e. g. make DB_DIR=/export/databases/mysql install)
- put functionality of check_old_version into Makefile and remove
check_old_version (good bye, good old friend...)
Notes:
svn path=/head/; revision=20656
|
|
|
|
|
|
|
| |
containing the ports editors/vim5, sysutils/star, and one other.
Notes:
svn path=/head/; revision=20500
|
|
|
|
| |
Notes:
svn path=/head/; revision=20138
|
|
|
|
| |
Notes:
svn path=/head/; revision=20084
|
|
|
|
|
|
|
|
|
| |
- put mysqld in a sandbox:
- create user and group 'mysql' (uid and gid 88)
- start mysqld with user 'mysql'
Notes:
svn path=/head/; revision=19992
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=19930
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
| |
Notes:
svn path=/head/; revision=19736
|
|
|
|
| |
Notes:
svn path=/head/; revision=19656
|
|
|
|
| |
Notes:
svn path=/head/; revision=19307
|
|
|
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
Notes:
svn path=/head/; revision=19223
|
|
|
|
|
|
|
| |
the .la file.
Notes:
svn path=/head/; revision=19217
|
|
|
|
| |
Notes:
svn path=/head/; revision=18983
|
|
|
|
| |
Notes:
svn path=/head/; revision=18311
|
|
|
|
|
|
|
|
| |
Found by: portlint
Reminded by: asami
Notes:
svn path=/head/; revision=17967
|
|
|
|
| |
Notes:
svn path=/head/; revision=17863
|
|
|
|
|
|
|
| |
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
Notes:
svn path=/head/; revision=17676
|
|
|
|
| |
Notes:
svn path=/head/; revision=17361
|
|
|
|
| |
Notes:
svn path=/head/; revision=17358
|
|
|
|
| |
Notes:
svn path=/head/; revision=17141
|
|
|
|
| |
Notes:
svn path=/head/; revision=16999
|
|
|
|
| |
Notes:
svn path=/head/; revision=16791
|
|
|
|
| |
Notes:
svn path=/head/; revision=16617
|
|
|
|
| |
Notes:
svn path=/head/; revision=16560
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=16464
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=15543
|
|
|
|
|
|
|
| |
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes:
svn path=/head/; revision=15493
|
|
|
|
| |
Notes:
svn path=/head/; revision=15291
|
|
|
|
| |
Notes:
svn path=/head/; revision=15290
|
|
|
|
|
|
|
|
|
|
| |
chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING
is defined.
Submitted by: maintainer
Notes:
svn path=/head/; revision=14972
|
|
|
|
| |
Notes:
svn path=/head/; revision=14850
|
|
|
|
|
|
|
|
| |
PR: 8701
Submitted by: maintainer
Notes:
svn path=/head/; revision=14746
|
|
|
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
Notes:
svn path=/head/; revision=14465
|
|
|
|
|
|
|
|
| |
- Upgrade to mysql-3.22.9-beta
- fix build under ELF
Notes:
svn path=/head/; revision=14157
|
|
|
|
|
|
|
| |
with mysql321. (sigh)
Notes:
svn path=/head/; revision=13726
|
|
|
|
| |
Notes:
svn path=/head/; revision=13576
|