aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql54-server
Commit message (Collapse)AuthorAgeFilesLines
* - move startup file from Makefile to files/mysql-server.shDirk Froemberg2000-04-023-17/+30
| | | | | | | | - check for start/stop arguments in startup file - don't rip off --force option from mysql_install_db Notes: svn path=/head/; revision=27292
* Fix URL.Dirk Froemberg2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=27070
* Fix build error!Dirk Froemberg2000-02-211-6/+8
| | | | | | | Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> Notes: svn path=/head/; revision=26106
* With a minor little tweak this now builds on the Alpha.Steve Price2000-02-202-4/+14
| | | | Notes: svn path=/head/; revision=26056
* Upgrade to 3.22.32.Dirk Froemberg2000-02-154-3/+10
| | | | | | | | This upgrade contains fixes for security problems. So everyone is strongly encouraged to upgrade. Notes: svn path=/head/; revision=25850
* Upgrade to 3.22.30.Dirk Froemberg2000-01-254-37/+24
| | | | Notes: svn path=/head/; revision=25061
* Put mysql.grant.patch on www.freebsd.org, too. Some users seem to haveDirk Froemberg2000-01-181-1/+2
| | | | | | | | | problems fetching it from the german site. PR: ports/16172 Notes: svn path=/head/; revision=24818
* Add a patch for fixing a serious bug in MySQL password handling.Dirk Froemberg2000-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> Notes: svn path=/head/; revision=24691
* - upgrade to 3.22.29Dirk Froemberg2000-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. Notes: svn path=/head/; revision=24452
* General comment cleanups.Tim Vanderhoek1999-12-281-1/+1
| | | | Notes: svn path=/head/; revision=24206
* 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-184-22/+56
| | | | Notes: svn path=/head/; revision=22503
* Remove stale MASTER_SITE.Dirk Froemberg1999-09-211-1/+0
| | | | Notes: svn path=/head/; revision=21865
* - upgrade to 3.22.26aDirk Froemberg1999-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. Notes: svn path=/head/; revision=21697
* - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.Dirk Froemberg1999-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.) Notes: svn path=/head/; revision=21233
* Upgrade to 3.22.25.Dirk Froemberg1999-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* ;-) Notes: svn path=/head/; revision=21022
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Spelling correction: to -> too.Chris Piazza1999-08-201-2/+2
| | | | | | | Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=20820
* - introduce DB_DIR variable to specify database directory ifDirk Froemberg1999-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...) Notes: svn path=/head/; revision=20656
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* Add two missing gifs.Dirk Froemberg1999-07-091-0/+2
| | | | Notes: svn path=/head/; revision=20138
* Upgrade to 3.22.24.Dirk Froemberg1999-07-053-4/+4
| | | | Notes: svn path=/head/; revision=20084
* - install gifs for HTML documentationDirk Froemberg1999-07-043-3/+77
| | | | | | | | | - 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
* Split mysql322 into mysql322-client and mysql322-server.Dirk Froemberg1999-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. Notes: svn path=/head/; revision=19930
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-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. Notes: svn path=/head/; revision=19799
* Follow the bouncing digex MASTER_SITE.Bill Fumerola1999-06-231-2/+2
| | | | Notes: svn path=/head/; revision=19736
* This doesn't build on the alpha yet, but should with a little work.Steve Price1999-06-221-1/+5
| | | | Notes: svn path=/head/; revision=19656
* Upgrade to 3.22.23b.Dirk Froemberg1999-06-084-16/+16
| | | | Notes: svn path=/head/; revision=19307
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-052-3/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Update version in comments..Peter Wemm1999-05-251-2/+2
| | | | Notes: svn path=/head/; revision=18983
* Upgrade to 3.22.22.Dirk Froemberg1999-05-023-6/+7
| | | | Notes: svn path=/head/; revision=18311
* /sbin/ldconfig -> ${LDCONFIG}Dirk Froemberg1999-04-181-2/+2
| | | | | | | | Found by: portlint Reminded by: asami Notes: svn path=/head/; revision=17967
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-142-2/+3
| | | | Notes: svn path=/head/; revision=17863
* - upgrade to 3.22.21Dirk Froemberg1999-04-064-7/+18
| | | | | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure Notes: svn path=/head/; revision=17676
* Forgot to commit this one while upgrading to 3.22.20a.Dirk Froemberg1999-03-231-1/+1
| | | | Notes: svn path=/head/; revision=17361
* Upgrade to 3.22.20a.Dirk Froemberg1999-03-222-4/+3
| | | | Notes: svn path=/head/; revision=17358
* Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier1999-03-111-1/+4
| | | | Notes: svn path=/head/; revision=17141
* Upgrade to 3.22.19b.Dirk Froemberg1999-03-044-34/+16
| | | | Notes: svn path=/head/; revision=16999
* Use ${PERL} for substituting and not ${PERL5}.Dirk Froemberg1999-02-201-3/+3
| | | | Notes: svn path=/head/; revision=16791
* Fix PLIST: version for libmysqlclient.so was bumped from 5(.2) to 6(.0).Dirk Froemberg1999-02-111-1/+1
| | | | Notes: svn path=/head/; revision=16617
* Upgrade to 3.22.16a-gamma.Dirk Froemberg1999-02-083-5/+5
| | | | Notes: svn path=/head/; revision=16560
* Cleanups:Dirk Froemberg1999-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.*. Notes: svn path=/head/; revision=16558
* Upgrade to 3.22.15-gamma.Dirk Froemberg1999-02-013-5/+5
| | | | Notes: svn path=/head/; revision=16464
* Upgrade to 3.22.14b-gamma.Dirk Froemberg1999-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). Notes: svn path=/head/; revision=15873
* Upgrade to 3.22.13-beta.Dirk Froemberg1998-12-245-25/+32
| | | | Notes: svn path=/head/; revision=15549
* BROKEN='fetch -- 3.22.13-beta is the current distfile'David E. O'Brien1998-12-231-1/+3
| | | | Notes: svn path=/head/; revision=15543
* Upgrade to 3.22.11-beta.Dirk Froemberg1998-12-224-47/+37
| | | | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=15493
* Fix typo in MASTER_SITES.Bill Fumerola1998-12-111-2/+2
| | | | Notes: svn path=/head/; revision=15291