summaryrefslogtreecommitdiffstats
path: root/databases/mysql40-server
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.22.25.dirk1999-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* ;-)
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* Spelling correction: to -> too.cpiazza1999-08-201-2/+2
| | | | Submitted by: Kelly Yancey <kbyanc@posi.net>
* - introduce DB_DIR variable to specify database directory ifdirk1999-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...)
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-021-1/+1
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Add two missing gifs.dirk1999-07-091-0/+2
|
* Upgrade to 3.22.24.dirk1999-07-053-4/+4
|
* - install gifs for HTML documentationdirk1999-07-043-3/+77
| | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql'
* Split mysql322 into mysql322-client and mysql322-server.dirk1999-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.
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-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.
* Follow the bouncing digex MASTER_SITE.billf1999-06-231-2/+2
|
* This doesn't build on the alpha yet, but should with a little work.steve1999-06-221-1/+5
|
* Upgrade to 3.22.23b.dirk1999-06-084-16/+16
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-5/+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-052-3/+2
| | | | the .la file.
* Update version in comments..peter1999-05-251-2/+2
|
* Upgrade to 3.22.22.dirk1999-05-023-6/+7
|
* /sbin/ldconfig -> ${LDCONFIG}dirk1999-04-181-2/+2
| | | | | Found by: portlint Reminded by: asami
* Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-142-2/+3
|
* - upgrade to 3.22.21dirk1999-04-064-7/+18
| | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure
* Forgot to commit this one while upgrading to 3.22.20a.dirk1999-03-231-1/+1
|
* Upgrade to 3.22.20a.dirk1999-03-222-4/+3
|
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-111-1/+4
|
* Upgrade to 3.22.19b.dirk1999-03-044-34/+16
|
* Use ${PERL} for substituting and not ${PERL5}.dirk1999-02-201-3/+3
|
* Fix PLIST: version for libmysqlclient.so was bumped from 5(.2) to 6(.0).dirk1999-02-111-1/+1
|
* Upgrade to 3.22.16a-gamma.dirk1999-02-083-5/+5
|
* Cleanups:dirk1999-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.*.
* Upgrade to 3.22.15-gamma.dirk1999-02-013-5/+5
|
* Upgrade to 3.22.14b-gamma.dirk1999-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).
* Upgrade to 3.22.13-beta.dirk1998-12-245-25/+32
|
* BROKEN='fetch -- 3.22.13-beta is the current distfile'obrien1998-12-231-1/+3
|
* Upgrade to 3.22.11-beta.dirk1998-12-224-47/+37
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Fix typo in MASTER_SITES.billf1998-12-111-2/+2
|
* Update MASTER_SITES.billf1998-12-111-4/+6
|
* Don't try to be too fancy about using ps to find its flags, it breaksasami1998-12-012-8/+41
| | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer
* Add shlib minor != 0.asami1998-11-241-1/+1
|
* Update to version 3.22.10-beta.steve1998-11-215-125/+36
| | | | | 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-225-56/+84
| | | | | - 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-151-4/+4
| | | | | | checks haven't missed anything. Submitted by: dima
* link with -pthread = -nostdlib und -lc_randreas1998-09-131-0/+11
| | | | | | not only using -lc_r what would result in linking in libc and libc_r Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Obtained from: John Birrell
* This is the latest mysql version.andreas1998-09-065-41/+209
| | | | | 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-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.
* 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
* Long live feminism! No manpages! Nyah-hah-hah!hoek1998-08-171-1/+0
|
OpenPOWER on IntegriCloud