Commit graph

7 commits

Author SHA1 Message Date
rillig
cd03ea87b2 Added documentation. 2007-09-10 07:18:32 +00:00
rillig
bf5fd7d07a "Forcing an error", like expressed in the comment, should be done via
PKG_FAIL_REASON, not via PKG_SKIP_REASON.
2006-11-18 08:29:13 +00:00
xtraeme
9816c7dd27 * Remove mysql-4.0.x now the packages were removed.
* Change default mysql pkg to 5.x.
2006-01-07 10:47:39 +00:00
xtraeme
bc772c28f4 Add mysql5 support. 2005-10-31 09:25:00 +00:00
wiz
524f19bb42 Remove support for 30, since mysql3 packages have been removed. Noted by kristerw. 2005-04-26 13:29:00 +00:00
tv
fe3c1321bf USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail
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.
2005-03-24 17:46:00 +00:00
xtraeme
3c76f3a70b mysql.bl3.mk suggested by Jaromir Dolecek (jdolecek@):
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
2004-10-28 11:28:27 +00:00