summaryrefslogtreecommitdiffstats
path: root/databases/mysql55-server
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.22.30.dirk2000-01-254-37/+24
|
* Put mysql.grant.patch on www.freebsd.org, too. Some users seem to havedirk2000-01-181-1/+2
| | | | | | problems fetching it from the german site. PR: ports/16172
* Add a patch for fixing a serious bug in MySQL password handling.dirk2000-01-122-0/+4
| | | | | | | | | | See http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-01-08&msg=Pine.GSO.4.10.10001111730040.11035-100000@palver.dtek.chalmers.se for details. Everyone is strongly encouraged to upgrade. Submitted by: Spidey <beaupran@iro.umontreal.ca>
* - upgrade to 3.22.29dirk2000-01-058-23/+59
| | | | | | - 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.
* General comment cleanups.hoek1999-12-281-1/+1
|
* Use stripped hostname via `hostname -s` in various scripts, to make themdirk1999-11-271-1/+10
| | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG>
* Upgrade to 3.22.27.dirk1999-10-184-22/+56
|
* Remove stale MASTER_SITE.dirk1999-09-211-1/+0
|
* - upgrade to 3.22.26adirk1999-09-175-5/+45
| | | | | | | | | | | | - 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.
* - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.dirk1999-09-041-14/+35
| | | | | | | | | | 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.)
* Upgrade to 3.22.25.dirk1999-08-273-3/+3
| | | | | | 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* ;-)
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* Spelling correction: to -> too.cpiazza1999-08-201-2/+2
| | | | Submitted by: Kelly Yancey <kbyanc@posi.net>
* - introduce DB_DIR variable to specify database directory ifdirk1999-08-112-10/+27
| | | | | | | 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...)
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-021-1/+1
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Add two missing gifs.dirk1999-07-091-0/+2
|
* Upgrade to 3.22.24.dirk1999-07-053-4/+4
|
* - install gifs for HTML documentationdirk1999-07-043-3/+77
| | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql'
* Split mysql322 into mysql322-client and mysql322-server.dirk1999-07-016-43/+73
| | | | | | | | | | 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.
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Follow the bouncing digex MASTER_SITE.billf1999-06-231-2/+2
|
* This doesn't build on the alpha yet, but should with a little work.steve1999-06-221-1/+5
|
* Upgrade to 3.22.23b.dirk1999-06-084-16/+16
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-052-3/+2
| | | | the .la file.
* Update version in comments..peter1999-05-251-2/+2
|
* Upgrade to 3.22.22.dirk1999-05-023-6/+7
|
* /sbin/ldconfig -> ${LDCONFIG}dirk1999-04-181-2/+2
| | | | | Found by: portlint Reminded by: asami
* Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-142-2/+3
|
* - upgrade to 3.22.21dirk1999-04-064-7/+18
| | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure
* Forgot to commit this one while upgrading to 3.22.20a.dirk1999-03-231-1/+1
|
* Upgrade to 3.22.20a.dirk1999-03-222-4/+3
|
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-111-1/+4
|
* Upgrade to 3.22.19b.dirk1999-03-044-34/+16
|
* Use ${PERL} for substituting and not ${PERL5}.dirk1999-02-201-3/+3
|
* Fix PLIST: version for libmysqlclient.so was bumped from 5(.2) to 6(.0).dirk1999-02-111-1/+1
|
* Upgrade to 3.22.16a-gamma.dirk1999-02-083-5/+5
|
* Cleanups:dirk1999-02-072-18/+35
| | | | | | | | - 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.*.
* Upgrade to 3.22.15-gamma.dirk1999-02-013-5/+5
|
* Upgrade to 3.22.14b-gamma.dirk1999-01-054-18/+20
| | | | | According to T.c.X DataKonsultAB this is the recommended version now. So remove NO_LATEST_LINK (and set it for mysql321).
* Upgrade to 3.22.13-beta.dirk1998-12-245-25/+32
|
* BROKEN='fetch -- 3.22.13-beta is the current distfile'obrien1998-12-231-1/+3
|
* Upgrade to 3.22.11-beta.dirk1998-12-224-47/+37
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Fix typo in MASTER_SITES.billf1998-12-111-2/+2
|
* Update MASTER_SITES.billf1998-12-111-4/+6
|
* Don't try to be too fancy about using ps to find its flags, it breaksasami1998-12-012-8/+41
| | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer
* Add shlib minor != 0.asami1998-11-241-1/+1
|
* Update to version 3.22.10-beta.steve1998-11-215-125/+36
| | | | | PR: 8701 Submitted by: maintainer
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-4/+5
| | | | | | | | 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.)
OpenPOWER on IntegriCloud