diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2024-04-08 19:51:40 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2024-04-08 20:37:36 +0000 |
| commit | 7e382088cb2fc6e77eec9bd763463d0c812e5d9e (patch) | |
| tree | 3ce8c7a4a9e0aec4a43ce1d1632112accd0892ec | |
| parent | a8e7c8bbaac57c0607a3dca638939ed0afd280e3 (diff) | |
CHANGES: Mention DBD_MYSQL
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,6 +11,15 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. 20240408: +AUTHOR: flo@FreeBSD.org + + A new variable DBD_MYSQL has been introduced and should be used to depend + on the correct version of p5-DBD-mysql. Versions >= 5.000 removed support + for MariaDB. DBD_MYSQL will check which MYSQL_FLAVOUR is used and set the + correct version as a dependancy. For this to work ports need to add mysql + to USES. + +20240408: AUTHOR: makc@FreeBSD.org USES=cmake now supports `indirect' argument. This argument adds cmake binary |
