ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/databases/mysql56-client/files/patch-man_CMakeLists.txt
Revision: 23286
Committed: Mon Apr 30 23:43:04 2018 UTC (6 years ago) by laffer1
Content type: text/plain
File size: 664 byte(s)
Log Message:
update mysql to 5.6.39

File Contents

# Content
1 --- man/CMakeLists.txt.orig 2016-11-28 13:36:22 UTC
2 +++ man/CMakeLists.txt
3 @@ -14,11 +14,7 @@
4 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5
6 # Copy man pages
7 -FILE(GLOB MAN1_FILES *.1)
8 -FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1)
9 -FILE(GLOB MAN1_NDB ndb*.1)
10 -FILE(GLOB MAN8_FILES *.8)
11 -FILE(GLOB MAN8_NDB ndb*.8)
12 +FILE(GLOB MAN1_FILES comp_err.1 msql2mysql.1 mysql.1 mysql_config.1 mysql_config_editor.1 mysql_find_rows.1 mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1)
13 IF(MAN1_FILES)
14 IF(MAN1_EXCLUDE)
15 LIST(REMOVE_ITEM MAN1_FILES ${MAN1_EXCLUDE})