summaryrefslogtreecommitdiff
path: root/databases/mysql51-client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* - install gifs for HTML documentationDirk Froemberg1999-07-041-1/+2
| | | | | | | | | - 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
* s/mysql322/mysql322-server/Dirk Froemberg1999-07-011-2/+2
| | | | Notes: svn path=/head/; revision=19934
* Split mysql322 into mysql322-client and mysql322-server.Dirk Froemberg1999-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. Notes: svn path=/head/; revision=19930
* Remove mysql322-client.Dirk Froemberg1999-07-011-89/+0
| | | | | | | A version using mysql322(-server) as a master port will follow. Notes: svn path=/head/; revision=19929
* Update this port so it really works, remove the BROKEN tag.Bill Fumerola1999-06-231-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) Notes: svn path=/head/; revision=19737
* Follow the bouncing digex MASTER_SITE.Bill Fumerola1999-06-231-18/+7
| | | | Notes: svn path=/head/; revision=19736
* Mark BROKEN awaiting the new maintainer's update to make this portBill Fumerola1999-06-221-3/+4
| | | | | | | | | a reality. This port was repo-copied by 'The Wraith'. Notes: svn path=/head/; revision=19613
* Upgrade to 3.22.23b.Dirk Froemberg1999-06-081-3/+3
| | | | Notes: svn path=/head/; revision=19307
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-4/+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-051-2/+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-021-4/+4
| | | | 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-141-2/+1
| | | | Notes: svn path=/head/; revision=17863
* - upgrade to 3.22.21Dirk Froemberg1999-04-061-3/+4
| | | | | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure Notes: svn path=/head/; revision=17676
* Upgrade to 3.22.20a.Dirk Froemberg1999-03-221-3/+2
| | | | 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-041-3/+3
| | | | 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
* Upgrade to 3.22.16a-gamma.Dirk Froemberg1999-02-081-3/+3
| | | | Notes: svn path=/head/; revision=16560
* Cleanups:Dirk Froemberg1999-02-071-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.*. Notes: svn path=/head/; revision=16558
* Upgrade to 3.22.15-gamma.Dirk Froemberg1999-02-011-3/+3
| | | | Notes: svn path=/head/; revision=16464
* Upgrade to 3.22.14b-gamma.Dirk Froemberg1999-01-051-5/+3
| | | | | | | | 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-241-6/+4
| | | | 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-221-5/+5
| | | | | | | 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
* Update MASTER_SITES.Bill Fumerola1998-12-111-4/+6
| | | | Notes: svn path=/head/; revision=15290
* Don't try to be too fancy about using ps to find its flags, it breaksSatoshi Asami1998-12-011-4/+5
| | | | | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer Notes: svn path=/head/; revision=14972
* Update to version 3.22.10-beta.Steve Price1998-11-211-5/+3
| | | | | | | | PR: 8701 Submitted by: maintainer Notes: svn path=/head/; revision=14746
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>Peter Hawkins1998-10-221-6/+6
| | | | | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF Notes: svn path=/head/; revision=14157
* Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflictSatoshi Asami1998-10-081-1/+2
| | | | | | | with mysql321. (sigh) Notes: svn path=/head/; revision=13726
* Mark BROKEN for ELF.Justin M. Seger1998-10-011-1/+3
| | | | Notes: svn path=/head/; revision=13576
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-4/+4
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* This is the latest mysql version.Andreas Klemm1998-09-061-17/+50
| | | | | | | | In the future we have to mysql ports, a stable one and a developer version. Under FreeBSD-current this port supports threads ... Notes: svn path=/head/; revision=13036
* Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,Andreas Klemm1998-09-011-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. Notes: svn path=/head/; revision=12986
* the install.db script should be run from within ${WORKSRC}Peter Hawkins1998-09-011-2/+2
| | | | Notes: svn path=/head/; revision=12983
* /bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm ↵Satoshi 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 Notes: svn path=/head/; revision=12691
* upgrade to 3.21.33Peter Hawkins1998-08-141-7/+8
| | | | Notes: svn path=/head/; revision=12520
* Upgrade to mysql-3.21.29-gamma.Justin M. Seger1998-04-291-4/+4
| | | | | | | | PR: 6322 Submitted by: ibex@physik.TU-Berlin.DE Notes: svn path=/head/; revision=10751
* Remove BROKEN tag as this now packages.Steve Price1998-03-291-3/+1
| | | | Notes: svn path=/head/; revision=10376
* Mark this port broken, doesn't package.Satoshi Asami1998-03-281-1/+3
| | | | Notes: svn path=/head/; revision=10361
* Update to version 3.21.26gamma.Steve Price1998-03-281-4/+6
| | | | | | | | PR: 6075 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=10352
* Upgrade to version 3.21.25g-gamma.Steve Price1998-03-161-6/+11
| | | | | | | | PR: 5983 Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=10166
* Create the /var/db/mysql/* files in the package'd version ofSteve Price1998-02-231-4/+9
| | | | | | | | | this port. Also sort pkg/PLIST and some minor portlint mods. PR: 5014 Notes: svn path=/head/; revision=9891
* Update to v3.21.21a-betaJames FitzGibbon1998-01-261-9/+8
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=9469
* Define PKGNAME, "beta" not allowed here.Satoshi Asami1998-01-131-1/+2
| | | | Notes: svn path=/head/; revision=9329
* Upgrade to v3.21.19James FitzGibbon1998-01-061-7/+7
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=9283