Page MenuHomeFreeBSD

Mk/uses/mysql.mk: Prepare for MariaDB 10.2
ClosedPublic

Authored by brnrd on Mar 19 2017, 8:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 3:37 PM
Unknown Object (File)
Nov 28 2024, 5:45 AM
Unknown Object (File)
Nov 25 2024, 3:35 AM
Unknown Object (File)
Nov 25 2024, 2:41 AM
Unknown Object (File)
Nov 22 2024, 5:16 PM
Unknown Object (File)
Nov 14 2024, 1:14 AM
Unknown Object (File)
Nov 13 2024, 3:48 PM
Unknown Object (File)
Oct 3 2024, 7:33 PM
Subscribers
None

Details

Summary
Mk/uses/mysql.mk: Prepare for MariaDB 10.2

 - Transform _LIBVER assignments to for loop
 - Add LIBVER for MariaDB 10.2
 - Add _MYSQL_SHLIB parameter, MariaDB 10.2 uses libmariadb
 - Change LIB_DEPENDS to use new _MYSQL_LIBVER parameter
 - Generate correct PKGNAME in WARNING and IGNORE messages

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Make error-messages contain the correct port-name

To me it seems good idea, I haven't applied/tested the patch yet though.
Shouldn't we also change Makefiles of mysql variants to make it work?

Okay, with changes applied I successfully built mysql57 without anything bad happening.
Seems good to me 😄

Macro lgtm:

This revision was automatically updated to reflect the committed changes.