mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port.
19 lines
563 B
Text
19 lines
563 B
Text
--- scripts/CMakeLists.txt.orig 2010-12-23 17:38:12.000000000 +0100
|
|
+++ scripts/CMakeLists.txt 2010-12-23 17:40:29.000000000 +0100
|
|
@@ -316,16 +316,11 @@
|
|
# On Unix, most of the files end up in the bin directory
|
|
SET(mysql_config_COMPONENT COMPONENT Development)
|
|
SET(BIN_SCRIPTS
|
|
- msql2mysql
|
|
- mysql_config
|
|
mysql_fix_extensions
|
|
mysql_setpermission
|
|
mysql_secure_installation
|
|
mysql_zap
|
|
- mysqlaccess
|
|
- mysqlaccess.conf
|
|
mysql_convert_table_format
|
|
- mysql_find_rows
|
|
mysqlhotcopy
|
|
mysqldumpslow
|
|
mysqld_multi
|