f5a7bbe20b
- client and server version 5.7.16-10 - pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+) Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your tireless efforts have been instrumental in making this port happen. Differential Revision: https://reviews.freebsd.org/D8785
13 lines
355 B
Text
13 lines
355 B
Text
--- man/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
|
|
+++ man/CMakeLists.txt
|
|
@@ -15,10 +15,6 @@
|
|
|
|
# Copy man pages
|
|
FILE(GLOB MAN1_FILES *.1)
|
|
-FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1)
|
|
-FILE(GLOB MAN1_NDB ndb*.1)
|
|
-FILE(GLOB MAN8_FILES *.8)
|
|
-FILE(GLOB MAN8_NDB ndb*.8)
|
|
IF(MAN1_FILES)
|
|
IF(MAN1_EXCLUDE)
|
|
LIST(REMOVE_ITEM MAN1_FILES ${MAN1_EXCLUDE})
|