mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
This update includes security fixes on issues that are mentioned on upstream critical patch report. Further info: https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html#AppendixMSQL Delete upstream-merged patches Change other local-patches according upstream changes PR: 239272 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: EuroBSDCon 2019 DevSummit
14 lines
846 B
Text
14 lines
846 B
Text
--- man/CMakeLists.txt.orig 2019-06-25 10:23:30 UTC
|
|
+++ man/CMakeLists.txt
|
|
@@ -21,9 +21,8 @@
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
# Copy man pages
|
|
-FILE(GLOB MAN1 *.1)
|
|
-FILE(GLOB MAN1_NDB ndb*.1)
|
|
-FILE(GLOB MAN1_ROUTER mysqlrouter*.1)
|
|
+FILE(GLOB MAN1 *.1)
|
|
+FILE(GLOB MAN1_ROUTER mysqlroutermy_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 mysql.server.1 mysql_convert_table_format.1 mysql_fix_extensions.1 mysql_install_db.1 mysql_plugin.1 mysql_secure_installation.1 mysql_setpermission.1 mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1 mysqlbug.1 mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1 mysqlman.1 mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1)
|
|
FILE(GLOB MAN8 *.8)
|
|
FILE(GLOB MAN8_NDB ndb*.8)
|
|
IF(MAN1_NDB AND NOT WITH_NDBCLUSTER)
|