mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -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
13 lines
336 B
Text
13 lines
336 B
Text
--- man/CMakeLists.txt.orig 2019-06-25 10:23:30 UTC
|
|
+++ man/CMakeLists.txt
|
|
@@ -22,10 +22,6 @@
|
|
|
|
# Copy man pages
|
|
FILE(GLOB MAN1 *.1)
|
|
-FILE(GLOB MAN1_NDB ndb*.1)
|
|
-FILE(GLOB MAN1_ROUTER mysqlrouter*.1)
|
|
-FILE(GLOB MAN8 *.8)
|
|
-FILE(GLOB MAN8_NDB ndb*.8)
|
|
IF(MAN1_NDB AND NOT WITH_NDBCLUSTER)
|
|
LIST(REMOVE_ITEM MAN1 ${MAN1_NDB})
|
|
ENDIF()
|