Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | - install gifs for HTML documentation | Dirk Froemberg | 1999-07-04 | 1 | -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/ | Dirk Froemberg | 1999-07-01 | 1 | -2/+2 |
| | |||||
* | Split mysql322 into mysql322-client and mysql322-server. | Dirk Froemberg | 1999-07-01 | 1 | -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. | Dirk Froemberg | 1999-07-01 | 1 | -89/+0 |
| | | | | A version using mysql322(-server) as a master port will follow. | ||||
* | Update this port so it really works, remove the BROKEN tag. | Bill Fumerola | 1999-06-23 | 1 | -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. | Bill Fumerola | 1999-06-23 | 1 | -18/+7 |
| | |||||
* | Mark BROKEN awaiting the new maintainer's update to make this port | Bill Fumerola | 1999-06-22 | 1 | -3/+4 |
| | | | | | | a reality. This port was repo-copied by 'The Wraith'. | ||||
* | Upgrade to 3.22.23b. | Dirk Froemberg | 1999-06-08 | 1 | -3/+3 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | Michael Haro | 1999-06-05 | 1 | -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 install | Michael Haro | 1999-06-05 | 1 | -2/+2 |
| | | | | the .la file. | ||||
* | Update version in comments.. | Peter Wemm | 1999-05-25 | 1 | -2/+2 |
| | |||||
* | Upgrade to 3.22.22. | Dirk Froemberg | 1999-05-02 | 1 | -4/+4 |
| | |||||
* | /sbin/ldconfig -> ${LDCONFIG} | Dirk Froemberg | 1999-04-18 | 1 | -2/+2 |
| | | | | | Found by: portlint Reminded by: asami | ||||
* | Move WWW_SITE to pkg/DESCR:WWW from Makefile | Marc G. Fournier | 1999-04-14 | 1 | -2/+1 |
| | |||||
* | - upgrade to 3.22.21 | Dirk Froemberg | 1999-04-06 | 1 | -3/+4 |
| | | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure | ||||
* | Upgrade to 3.22.20a. | Dirk Froemberg | 1999-03-22 | 1 | -3/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes to Makefiles... | Marc G. Fournier | 1999-03-11 | 1 | -1/+4 |
| | |||||
* | Upgrade to 3.22.19b. | Dirk Froemberg | 1999-03-04 | 1 | -3/+3 |
| | |||||
* | Use ${PERL} for substituting and not ${PERL5}. | Dirk Froemberg | 1999-02-20 | 1 | -3/+3 |
| | |||||
* | Upgrade to 3.22.16a-gamma. | Dirk Froemberg | 1999-02-08 | 1 | -3/+3 |
| | |||||
* | Cleanups: | Dirk Froemberg | 1999-02-07 | 1 | -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. | Dirk Froemberg | 1999-02-01 | 1 | -3/+3 |
| | |||||
* | Upgrade to 3.22.14b-gamma. | Dirk Froemberg | 1999-01-05 | 1 | -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. | Dirk Froemberg | 1998-12-24 | 1 | -6/+4 |
| | |||||
* | BROKEN='fetch -- 3.22.13-beta is the current distfile' | David E. O'Brien | 1998-12-23 | 1 | -1/+3 |
| | |||||
* | Upgrade to 3.22.11-beta. | Dirk Froemberg | 1998-12-22 | 1 | -5/+5 |
| | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> | ||||
* | Fix typo in MASTER_SITES. | Bill Fumerola | 1998-12-11 | 1 | -2/+2 |
| | |||||
* | Update MASTER_SITES. | Bill Fumerola | 1998-12-11 | 1 | -4/+6 |
| | |||||
* | Don't try to be too fancy about using ps to find its flags, it breaks | Satoshi Asami | 1998-12-01 | 1 | -4/+5 |
| | | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer | ||||
* | Update to version 3.22.10-beta. | Steve Price | 1998-11-21 | 1 | -5/+3 |
| | | | | | PR: 8701 Submitted by: maintainer | ||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | Satoshi Asami | 1998-11-11 | 1 | -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> | Peter Hawkins | 1998-10-22 | 1 | -6/+6 |
| | | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF | ||||
* | Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflict | Satoshi Asami | 1998-10-08 | 1 | -1/+2 |
| | | | | with mysql321. (sigh) | ||||
* | Mark BROKEN for ELF. | Justin M. Seger | 1998-10-01 | 1 | -1/+3 |
| | |||||
* | Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball | Satoshi Asami | 1998-09-15 | 1 | -4/+4 |
| | | | | | | checks haven't missed anything. Submitted by: dima | ||||
* | This is the latest mysql version. | Andreas Klemm | 1998-09-06 | 1 | -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, | Andreas Klemm | 1998-09-01 | 1 | -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} | Peter Hawkins | 1998-09-01 | 1 | -2/+2 |
| | |||||
* | /bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm ↵ | Satoshi Asami | 1998-08-20 | 1 | -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.33 | Peter Hawkins | 1998-08-14 | 1 | -7/+8 |
| | |||||
* | Upgrade to mysql-3.21.29-gamma. | Justin M. Seger | 1998-04-29 | 1 | -4/+4 |
| | | | | | PR: 6322 Submitted by: ibex@physik.TU-Berlin.DE | ||||
* | Remove BROKEN tag as this now packages. | Steve Price | 1998-03-29 | 1 | -3/+1 |
| | |||||
* | Mark this port broken, doesn't package. | Satoshi Asami | 1998-03-28 | 1 | -1/+3 |
| | |||||
* | Update to version 3.21.26gamma. | Steve Price | 1998-03-28 | 1 | -4/+6 |
| | | | | | PR: 6075 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> | ||||
* | Upgrade to version 3.21.25g-gamma. | Steve Price | 1998-03-16 | 1 | -6/+11 |
| | | | | | PR: 5983 Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE> | ||||
* | Create the /var/db/mysql/* files in the package'd version of | Steve Price | 1998-02-23 | 1 | -4/+9 |
| | | | | | | this port. Also sort pkg/PLIST and some minor portlint mods. PR: 5014 | ||||
* | Update to v3.21.21a-beta | James FitzGibbon | 1998-01-26 | 1 | -9/+8 |
| | | | | Submitted by: Josh Tiefenbach <josh@ican.net> | ||||
* | Define PKGNAME, "beta" not allowed here. | Satoshi Asami | 1998-01-13 | 1 | -1/+2 |
| | |||||
* | Upgrade to v3.21.19 | James FitzGibbon | 1998-01-06 | 1 | -7/+7 |
| | | | | Submitted by: Josh Tiefenbach <josh@ican.net> |