[Bug 291004] new port: databases/mysql-shell: MySQL Shell
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291004] new port: databases/mysql-shell"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jan 2026 07:59:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291004 --- Comment #5 from Daniƫl van Eeden <freebsd@myname.nl> --- I'm also interested to help with this port. Some info for how to build MySQL Shell: https://github.com/mysql/mysql-shell/blob/master/INSTALL Note that there are a few things that make building mysql-shell a bit more complicated: 1. It needs a build of MySQL for libmysqlclient and libxmysqlclient. I hope we can use the existing mysql port for this, but I'm not sure about this. 2. It builds with Python. I guess this should be strait forward. 3. It builds with javascript support via Graal / Polyglog API. Details in the INSTALL file and here: https://github.com/mysql/mysql-shell/blob/master/ext/polyglot/README.txt I think it would be good to first try and build without Javascript or Python and then first add Python and later add Javascript. -- You are receiving this mail because: You are the assignee for the bug.