aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql60-client
Commit message (Collapse)AuthorAgeFilesLines
* - Fix mysqlhotdump vulnerabilityale2004-09-251-1/+0
| | | | | | - Fix plist (don't install .la files) Approved by: portmgr (marcus)
* - Replace dead MASTER_SITE [1]ale2004-05-181-1/+1
| | | | | | | | | - Fix mysqlbug vulnerability [2] - Bump PORTREVISION PR: ports/66671 [1] Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1], roam [2]
* Fix mysql default db installation.ale2004-03-081-0/+1
| | | | Noticed by: many
* Sync with MySQL 4.0:ale2004-02-291-1/+0
| | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port
* Finally MySQL 5.0 appears in the ports tree!ale2004-02-041-1/+1
| | | | | | PR: ports/60559 Submitted by: me Approved by: nork (mentor/implicitly)
* o Add CONFLICTS sections.nork2003-12-271-1/+1
| | | | | | | | | o Fix packages dependencies. o portlint clean o Correct typo in MASTER_SITES, Fix non-optimized build. PR: ports/60559 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* o Update to 4.1.1 alpha release.nork2003-12-111-1/+3
| | | | | | | o Make portlint clean. PR: ports/60120 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.nork2003-04-191-5/+5
| | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* o Move USE_PERL5_RUN into server part.nork2003-04-041-1/+1
| | | | | | | | | | o Switch from p5-Mysql to p5-DBD-mysql. o Add MySQL 4 support (and set it as default) to p5-DBD-mysql. o Bump PORTREVISION accordingly. PR: ports/50315 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer) Approved by: skv (p5-DBD-myql maintainer)
* o Build thread-safe libs by default.nork2003-03-261-1/+1
| | | | | | | | o Fix pkg-plist. o Bump PORTREVISION accordingly. PR: ports/50293 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-071-1/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.roam2003-02-011-5/+6
| | | | | | | PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk)
* Upgrade to 3.23.54.dirk2002-12-151-1/+1
| | | | | | | | | 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
* Bump PORTVERSION for CXX=${CC} in mysql323-server.dirk2002-11-131-1/+1
|
* Upgrade to 3.23.52.dirk2002-08-191-1/+1
|
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.dirk2002-08-131-1/+1
| | | | - add patch to use correct prototypes for libwrap
* Upgrade to 3.23.47.dirk2001-12-291-1/+1
|
* Bump PORTREVISION here, too, because CXX="${CC}" in master portdirk2001-12-181-1/+1
| | | | also affects slave port.
* Simplify PORTNAME.dirk2001-08-191-1/+1
|
* Add dependency to p5-Mysql for the server part. mysql_convert_table_format,dirk2001-08-191-0/+1
| | | | mysql_setpermission and mysqlhotcopy need the perl module.
* Upgrade to 3.23.33.dirk2001-02-141-1/+0
|
* Install mysql-client.sh as 00mysql-client.sh so the includeddirk2001-02-081-1/+1
| | | | | | | ldconfig is run earlier. PR: ports/24924 Submitted by: jeh
* Add support for BerkeleyDB table type.dirk2001-01-251-0/+1
| | | | | | | | This type allows SQL transactions (COMMIT, ROLLBACK). Note: BerkeleyDB is build as part of mysql323-server since mysql needs a special version of it. Thus we can't depend on databases/db3 at the moment.
* Upgrade to 3.23.32.dirk2001-01-231-1/+0
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-0/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Upgrade to 3.23.31.dirk2001-01-191-1/+0
|
* Override PORTREVISION from master port.dirk2001-01-071-0/+1
|
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientdirk2000-10-191-2/+2
| | | | | | | | | | | | | 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.
* Rename {COMMENT,PLIST}.client to pkg-{comment,plist}.client.asami2000-10-081-2/+2
|
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-131-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* - install gifs for HTML documentationdirk1999-07-041-1/+2
| | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql'
* s/mysql322/mysql322-server/dirk1999-07-011-2/+2
|
* Split mysql322 into mysql322-client and mysql322-server.dirk1999-07-011-0/+17
| | | | | | | | | | 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.
* Remove mysql322-client.dirk1999-07-011-89/+0
| | | | A version using mysql322(-server) as a master port will follow.
* Update this port so it really works, remove the BROKEN tag.billf1999-06-241-1/+1
| | | | | | | | | Note: This is a null commit for Makefile, the previous MASTER_SITE update included a patch I hadn't intended for primetime. Dirk can change/remove/modify this whenever he has the Better Solution. Submitted by: Dan Moschuk <dan@trinsec.com> (maintainer)
* Follow the bouncing digex MASTER_SITE.billf1999-06-241-18/+7
|
* Mark BROKEN awaiting the new maintainer's update to make this portbillf1999-06-221-3/+4
| | | | | | a reality. This port was repo-copied by 'The Wraith'.
* Upgrade to 3.22.23b.dirk1999-06-081-3/+3
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-4/+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-061-2/+2
| | | | the .la file.
* Update version in comments..peter1999-05-251-2/+2
|
* Upgrade to 3.22.22.dirk1999-05-021-4/+4
|
* /sbin/ldconfig -> ${LDCONFIG}dirk1999-04-181-2/+2
| | | | | Found by: portlint Reminded by: asami
* Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-141-2/+1
|
* - upgrade to 3.22.21dirk1999-04-071-3/+4
| | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure
* Upgrade to 3.22.20a.dirk1999-03-231-3/+2
|
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-121-1/+4
|
* Upgrade to 3.22.19b.dirk1999-03-051-3/+3
|
* Use ${PERL} for substituting and not ${PERL5}.dirk1999-02-201-3/+3
|
* Upgrade to 3.22.16a-gamma.dirk1999-02-091-3/+3
|
* Cleanups:dirk1999-02-081-5/+7
| | | | | | | | - 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-021-3/+3
|
* Upgrade to 3.22.14b-gamma.dirk1999-01-061-5/+3
| | | | | 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-241-6/+4
|
* BROKEN='fetch -- 3.22.13-beta is the current distfile'obrien1998-12-241-1/+3
|
* Upgrade to 3.22.11-beta.dirk1998-12-231-5/+5
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Fix typo in MASTER_SITES.billf1998-12-121-2/+2
|
* Update MASTER_SITES.billf1998-12-121-4/+6
|
* Don't try to be too fancy about using ps to find its flags, it breaksasami1998-12-011-4/+5
| | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer
* Update to version 3.22.10-beta.steve1998-11-221-5/+3
| | | | | 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.)
* Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>thepish1998-10-221-6/+6
| | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF
* Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflictasami1998-10-081-1/+2
| | | | with mysql321. (sigh)
* Mark BROKEN for ELF.jseger1998-10-011-1/+3
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-4/+4
| | | | | | checks haven't missed anything. Submitted by: dima
* This is the latest mysql version.andreas1998-09-071-17/+50
| | | | | In the future we have to mysql ports, a stable one and a developer version. Under FreeBSD-current this port supports threads ...
* Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,andreas1998-09-021-4/+2
| | | | | | | agreed by Josh Tiefenbach <josh@ican.net>, thanks Josh for your previous work on this port. Port is no more broken. Requested by new maintainer and tested by me with a -current system.
* the install.db script should be run from within ${WORKSRC}thepish1998-09-011-2/+2
|
* /bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm ↵asami1998-08-201-1/+3
| | | | | | | | | | | /usr/local/share/mysql/mysql /usr/ports/databases/mysql/work/mysql-3.21.33/scripts/mysql_install_db Didn't find the 'data' directory in the current directory You should be in the distribution directory when executing this script Please go to the directory where you unpacked this distribution and start this script with 'scripts/mysql_install_db' *** Error code 1
* upgrade to 3.21.33thepish1998-08-141-7/+8
|
* Upgrade to mysql-3.21.29-gamma.jseger1998-04-291-4/+4
| | | | | PR: 6322 Submitted by: ibex@physik.TU-Berlin.DE
* Remove BROKEN tag as this now packages.steve1998-03-291-3/+1
|
* Mark this port broken, doesn't package.asami1998-03-291-1/+3
|
* Update to version 3.21.26gamma.steve1998-03-281-4/+6
| | | | | PR: 6075 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Upgrade to version 3.21.25g-gamma.steve1998-03-161-6/+11
| | | | | PR: 5983 Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE>
* Create the /var/db/mysql/* files in the package'd version ofsteve1998-02-231-4/+9
| | | | | | this port. Also sort pkg/PLIST and some minor portlint mods. PR: 5014
* Update to v3.21.21a-betajfitz1998-01-271-9/+8
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Define PKGNAME, "beta" not allowed here.asami1998-01-131-1/+2
|
* Upgrade to v3.21.19jfitz1998-01-071-7/+7
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Delete the database before installation if PACKAGE_BUILDING is definedasami1997-12-041-1/+4
| | | | | -- we are obviously not interested in keeping the old versions around in that case.
* Remove bad MASTER_SITES, portlint.jseger1997-11-271-13/+10
|
* Fix Makefile to reference perl 5.004_04jfitz1997-11-191-2/+2
| | | | Submitted by: axl@iafrica.com
* Upgrade to v3.20.32ajfitz1997-10-291-3/+3
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v3.20.31e (could have sworn we just did something like this...)jfitz1997-10-101-2/+2
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v3.20.31djfitz1997-10-091-3/+3
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade v3.20.31bjfitz1997-10-091-3/+3
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v3.20.30bjfitz1997-09-271-3/+3
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v3.20.29jfitz1997-09-171-5/+5
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v3.20.25jfitz1997-09-061-4/+4
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Update name of perl executable in dependencies to "perl5.00401".asami1997-07-181-2/+2
| | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
* Import of MySQL, a mutlithreaded SQL database serverjfitz1997-06-191-0/+49
Submitted by: Josh Tiefenbach <josh@ican.net>