summaryrefslogtreecommitdiff
path: root/databases/mysql41-client
AgeCommit message (Collapse)Author
2001-01-21Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg
mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
2001-01-19Upgrade to 3.23.31.Dirk Froemberg
2001-01-07Override PORTREVISION from master port.Dirk Froemberg
2000-10-19Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientDirk Froemberg
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.
2000-10-07Rename {COMMENT,PLIST}.client to pkg-{comment,plist}.client.Satoshi Asami
2000-04-14Remove obsolete `Version required' lines.Akinori MUSHA
2000-04-13Convert to PORTNAME/PORTVERSION.Satoshi Asami
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-07-04- install gifs for HTML documentationDirk Froemberg
- put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql'
1999-07-01s/mysql322/mysql322-server/Dirk Froemberg
1999-07-01Split mysql322 into mysql322-client and mysql322-server.Dirk Froemberg
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.
1999-07-01Remove mysql322-client.Dirk Froemberg
A version using mysql322(-server) as a master port will follow.
1999-06-23Update this port so it really works, remove the BROKEN tag.Bill Fumerola
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)
1999-06-23Follow the bouncing digex MASTER_SITE.Bill Fumerola
1999-06-22Mark BROKEN awaiting the new maintainer's update to make this portBill Fumerola
a reality. This port was repo-copied by 'The Wraith'.
1999-06-08Upgrade to 3.22.23b.Dirk Froemberg
1999-06-05Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro
in bsd.port.mk and this helps to unify the check and install.
1999-06-05Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro
the .la file.
1999-05-25Update version in comments..Peter Wemm
1999-05-02Upgrade to 3.22.22.Dirk Froemberg
1999-04-18/sbin/ldconfig -> ${LDCONFIG}Dirk Froemberg
Found by: portlint Reminded by: asami
1999-04-14Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier
1999-04-06- upgrade to 3.22.21Dirk Froemberg
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
1999-03-22Upgrade to 3.22.20a.Dirk Froemberg
1999-03-11Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier
1999-03-04Upgrade to 3.22.19b.Dirk Froemberg
1999-02-20Use ${PERL} for substituting and not ${PERL5}.Dirk Froemberg
1999-02-08Upgrade to 3.22.16a-gamma.Dirk Froemberg
1999-02-07Cleanups:Dirk Froemberg
- 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.*.
1999-02-01Upgrade to 3.22.15-gamma.Dirk Froemberg
1999-01-05Upgrade to 3.22.14b-gamma.Dirk Froemberg
According to T.c.X DataKonsultAB this is the recommended version now. So remove NO_LATEST_LINK (and set it for mysql321).
1998-12-24Upgrade to 3.22.13-beta.Dirk Froemberg
1998-12-23BROKEN='fetch -- 3.22.13-beta is the current distfile'David E. O'Brien
1998-12-22Upgrade to 3.22.11-beta.Dirk Froemberg
Submitted by: Alec Wolman <wolman@cs.washington.edu>
1998-12-11Fix typo in MASTER_SITES.Bill Fumerola
1998-12-11Update MASTER_SITES.Bill Fumerola
1998-12-01Don't try to be too fancy about using ps to find its flags, it breaksSatoshi Asami
chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer
1998-11-21Update to version 3.22.10-beta.Steve Price
PR: 8701 Submitted by: maintainer
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami
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.)
1998-10-22Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>Peter Hawkins
- Upgrade to mysql-3.22.9-beta - fix build under ELF
1998-10-08Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflictSatoshi Asami
with mysql321. (sigh)
1998-10-01 Mark BROKEN for ELF.Justin M. Seger
1998-09-15Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami
checks haven't missed anything. Submitted by: dima
1998-09-06This is the latest mysql version.Andreas Klemm
In the future we have to mysql ports, a stable one and a developer version. Under FreeBSD-current this port supports threads ...
1998-09-01Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,Andreas Klemm
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.
1998-09-01the install.db script should be run from within ${WORKSRC}Peter Hawkins
1998-08-20/bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm ↵Satoshi Asami
/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
1998-08-14upgrade to 3.21.33Peter Hawkins
1998-04-29Upgrade to mysql-3.21.29-gamma.Justin M. Seger
PR: 6322 Submitted by: ibex@physik.TU-Berlin.DE
1998-03-29Remove BROKEN tag as this now packages.Steve Price