Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-05 | Correct mysql 5.5 library path; fix detection on Darwin | adam | 1 | -10/+23 | |
2011-04-27 | Allow selecting MySQL 5.5.x, keeping default version (5.1.x) unchanged. | taca | 1 | -4/+11 | |
2010-09-23 | Make MySQL 5.1 the default version. | joerg | 1 | -3/+3 | |
2010-09-23 | Remove support for MySQL 4.1. | taca | 1 | -10/+3 | |
2010-03-18 | Add trial check MySQL version between acceptable and current installed. | taca | 1 | -1/+13 | |
2010-03-05 | Enable to select mysql51 with 51 in MYSQL_VERSION_DEFAULT and | taca | 1 | -4/+10 | |
MYSQL_VERSIONS_ACCEPTED. | |||||
2008-03-26 | Re-add support for mysql-4.1 (but not 4.0). | wiz | 1 | -3/+9 | |
2008-03-26 | Remove support for mysql-4.1 and mysql-4.0. Noted by seb@. | wiz | 1 | -13/+3 | |
2007-09-10 | Added documentation. | rillig | 1 | -1/+26 | |
2006-11-18 | "Forcing an error", like expressed in the comment, should be done via | rillig | 1 | -2/+2 | |
PKG_FAIL_REASON, not via PKG_SKIP_REASON. | |||||
2006-01-07 | * Remove mysql-4.0.x now the packages were removed. | xtraeme | 1 | -5/+3 | |
* Change default mysql pkg to 5.x. | |||||
2005-10-31 | Add mysql5 support. | xtraeme | 1 | -3/+9 | |
2005-04-26 | Remove support for 30, since mysql3 packages have been removed. Noted by ↵ | wiz | 1 | -8/+2 | |
kristerw. | |||||
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -4/+2 | |
to tech-pkg: ===== * USE_BUILDLINK3=YES will be unconditional. (In fact, USE_BUILDLINK3 will be ignored altogether by mk/; but see below.) * NO_BUILDLINK and NO_WRAPPER will be ignored by mk/. If a build happens, these phases will happen. * The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER. If no build happens, those phases are not needed. * NO_TOOLS will be ignored by mk/. The tools phase, which provides much more than just the C compiler, will always happen regardless of package. This will make metapackage builds only slightly slower, in trade for far less user error. | |||||
2004-10-28 | mysql.bl3.mk suggested by Jaromir Dolecek (jdolecek@): | xtraeme | 1 | -0/+81 | |
Default mysql package if there isn't any installed is mysql-4.1.7 (databases/mysql4-client) You can choose a mysql package via MYSQL_VERSION_DEFAULT, it will accept the following values: MYSQL_VERSION_DEFAULT=41 # <- mysql-4.1.7 MYSQL_VERSION_DEFAULT=40 # <- mysql-4.0.21 MYSQL_VERSION_DEFAULT=30 # <- mysql-3.5.x |