summaryrefslogtreecommitdiff
path: root/databases/mysql323-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-112-1/+17
| | | | | | | | | | | | | | | - Set the new sequence for finding my.cnf files [2]: /etc, ${PREFIX}/etc, ${mysql_dbdir} (default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf) - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup PR: ports/79166 [1], ports/79597 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Vasil Dimov <vd@datamax.bg> [2] Notes: svn path=/head/; revision=133016
* Update to 3.23.59 snapshot:Alex Dupre2005-03-154-39/+74
| | | | | | | | | - Switch to rcNG - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script Notes: svn path=/head/; revision=131302
* - Use MASTER_SITES_MYSQLAlex Dupre2005-01-103-12/+194
| | | | | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1] Notes: svn path=/head/; revision=126061
* Unbreak (restore forced 'ps' command).Alex Dupre2004-09-291-5/+46
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=118499
* - Fix mysqlhotdump vulnerabilityAlex Dupre2004-09-242-54/+59
| | | | | | | | | | - Fix plist (don't install .la files) - Add optional knob WITH_PROC_SCOPE_PTH Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118374
* Fix a never-catched bug in mysql_install_db script.Alex Dupre2004-03-121-0/+22
| | | | | | | Now the SKIP_DNS_CHECK knob is pointless. Notes: svn path=/head/; revision=103766
* Sync with MySQL 4.0:Alex Dupre2004-02-292-0/+45
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102523
* - Completely restructure the port to follow other mysql* portsAlex Dupre2004-01-175-198/+28
| | | | | | | | | | | | | | | | (too many improvements to be listed here) - Correctly support PTHREAD_LIBS/CFLAGS - Use USE_GNOME=lthack - Propagate DB_DIR in package [1] - Use my @FreeBSD.org email address - Bump PORTREVISION PR: ports/24749 [1] Submitted by: Tom Pavel <pavel@networkphysics.com> [1] Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98397
* Security update to 3.23.58.Martin Blapp2003-09-191-11/+2
| | | | | | | | | | | | | | | Fixed buffer overflow in password handling which could potentially be exploited by MySQL users with ALTER privilege on the mysql.user table to execute random code or to gain shell access with the UID of the mysqld process. The complete changelog can be found at: http://www.mysql.com/doc/en/News-3.23.58.html Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89069
* With my portmgr hat on, apply a fix discussed on current@ to fix theJoe Marcus Clarke2003-08-291-13/+22
| | | | | | | | build on -CURRENT. Also, reset maintainer to ports@ since dirk@ has been inactive since 2003-02-06. Notes: svn path=/head/; revision=87990
* We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp2003-05-221-9/+28
| | | | | | | | | | | Remove problematic HAVE_BROKEN_REALPATH define, now we have a fixed version. This allows usage of symlinks for database paths again which was previously broken. Bump portrevision. Notes: svn path=/head/; revision=81751
* Upgrade to 3.23.55.Dirk Froemberg2003-01-291-5/+6
| | | | Notes: svn path=/head/; revision=74215
* make USE_LIBTOOL actually workingDirk Froemberg2002-12-161-10/+18
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=71680
* Upgrade to 3.23.54.Dirk Froemberg2002-12-143-47/+41
| | | | | | | | | | | | This fixes a security hole which is remotely exploitable. See http://security.e-matters.de/advisories/042002.html for details. Submitted by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=71630
* -STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg2002-11-131-4/+5
| | | | | | | | | | | prototypes are used. -CURRENT needs empty prototypes to build. Use __FreeBSD_version to differentiate. Set CXX to $CC on -STABLE again to get around stability problems under heavy load. Notes: svn path=/head/; revision=70020
* FreeBSD has broken realpath(3), too.Dirk Froemberg2002-11-101-8/+16
| | | | | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=69859
* Set limits from user mysql before starting mysqld.Dirk Froemberg2002-11-101-0/+1
| | | | | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=69853
* Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2002-11-101-4/+12
| | | | | | | Submitted by: Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69845
* Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2002-11-101-2/+9
| | | | | | | Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69844
* Fix build on 5.0-CURRENT.Dirk Froemberg2002-11-101-0/+11
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=69810
* Upgrade to 3.23.52.Dirk Froemberg2002-10-211-21/+22
| | | | Notes: svn path=/head/; revision=68483
* Upgrade to 3.23.52.Dirk Froemberg2002-08-193-48/+25
| | | | Notes: svn path=/head/; revision=64658
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.Dirk Froemberg2002-08-121-0/+11
| | | | | | | - add patch to use correct prototypes for libwrap Notes: svn path=/head/; revision=64441
* Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c.Dirk Froemberg2002-08-071-1/+2
| | | | | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=64170
* Upgrade to 3.23.51.Dirk Froemberg2002-06-205-80/+67
| | | | Notes: svn path=/head/; revision=61632
* Upgrade to 3.23.38.Dirk Froemberg2001-05-121-15/+15
| | | | Notes: svn path=/head/; revision=42551
* Upgrade to 3.23.37.Dirk Froemberg2001-04-213-31/+34
| | | | Notes: svn path=/head/; revision=41757
* Upgrade to 3.23.34a.Dirk Froemberg2001-03-121-4/+8
| | | | Notes: svn path=/head/; revision=39623
* Upgrade to 3.23.32.Dirk Froemberg2001-01-221-12/+3
| | | | Notes: svn path=/head/; revision=37459
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-9/+0
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* --with-low-memory serves a similar purpose as patch-aq.Dirk Froemberg2001-01-071-13/+0
| | | | Notes: svn path=/head/; revision=36883
* Upgrade to 3.23.30.Dirk Froemberg2001-01-051-7/+7
| | | | Notes: svn path=/head/; revision=36826
* Upgrade to 3.23.29a.Dirk Froemberg2000-12-182-48/+20
| | | | Notes: svn path=/head/; revision=36063
* Upgrade to 3.23.28.Dirk Froemberg2000-12-011-8/+9
| | | | Notes: svn path=/head/; revision=35576
* Move mysql-client.sh from Makefile to files/mysql-client.shDirk Froemberg2000-11-161-0/+15
| | | | | | | and add a start/stop parameter to satisfy rc.shutdown. Notes: svn path=/head/; revision=35184
* Install my_config.h to satisfy ports depending on mysql.Dirk Froemberg2000-11-091-3/+12
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=34927
* Upgrade to 3.23.26.Dirk Froemberg2000-10-191-22/+28
| | | | Notes: svn path=/head/; revision=33997
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientDirk Froemberg2000-10-194-71/+75
| | | | | | | | | | | | | | | | 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
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Remove -Werror from configure script. This caused incorrect resultsDirk Froemberg2000-05-031-7/+40
| | | | | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen Notes: svn path=/head/; revision=28281
* - move startup file from Makefile to files/mysql-server.shDirk Froemberg2000-04-022-9/+25
| | | | | | | | - 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 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-201-0/+14
| | | | Notes: svn path=/head/; revision=26056
* Upgrade to 3.22.30.Dirk Froemberg2000-01-251-28/+17
| | | | Notes: svn path=/head/; revision=25061
* - upgrade to 3.22.29Dirk Froemberg2000-01-054-17/+43
| | | | | | | | | - 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
* 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-181-19/+53
| | | | Notes: svn path=/head/; revision=22503
* - upgrade to 3.22.26aDirk Froemberg1999-09-172-2/+26
| | | | | | | | | | | | | | | - 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
* Split mysql322 into mysql322-client and mysql322-server.Dirk Froemberg1999-07-011-0/+16
| | | | | | | | | | | | | 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
* Upgrade to 3.22.23b.Dirk Froemberg1999-06-081-11/+11
| | | | Notes: svn path=/head/; revision=19307