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)
Sat, Mar 16, 3:32 PM
Unknown Object (File)
Jan 29 2024, 7:01 PM
Unknown Object (File)
Jan 24 2024, 7:37 AM
Unknown Object (File)
Dec 31 2023, 1:42 AM
Unknown Object (File)
Dec 20 2023, 12:43 AM
Unknown Object (File)
Dec 3 2023, 3:15 AM
Unknown Object (File)
Nov 30 2023, 9:58 AM
Unknown Object (File)
Nov 30 2023, 9:58 AM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8140
Build 8349: arc lint + arc unit

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.