diff options
Diffstat (limited to 'databases/mysql51-client/patches/patch-ap')
-rw-r--r-- | databases/mysql51-client/patches/patch-ap | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/databases/mysql51-client/patches/patch-ap b/databases/mysql51-client/patches/patch-ap index 7551cac44ef..73418338cf0 100644 --- a/databases/mysql51-client/patches/patch-ap +++ b/databases/mysql51-client/patches/patch-ap @@ -1,17 +1,23 @@ -$NetBSD: patch-ap,v 1.3 2010/09/21 15:57:30 taca Exp $ +$NetBSD: patch-ap,v 1.4 2015/06/18 04:29:51 dholland Exp $ -* Tweak installig manual pages for client package. +* Install only the man pages corresponding to the binaries that appear +in the client package. Note: this list will need to be refreshed +manually if new man pages appear in the distfile. --- man/Makefile.in.orig 2010-07-09 12:38:13.000000000 +0000 +++ man/Makefile.in -@@ -381,8 +381,9 @@ yassl_libs = @yassl_libs@ +@@ -381,8 +381,13 @@ yassl_libs = @yassl_libs@ yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ yassl_thread_cxxflags = @yassl_thread_cxxflags@ zlib_dir = @zlib_dir@ -man1_MANS = @man1_files@ -man8_MANS = @man8_files@ -+man1_MANS = mysql.1 mysql_zap.1 mysqlaccess.1 mysqladmin.1 \ -+ mysqldump.1 mysqlshow.1 mysql_fix_privilege_tables.1 ++man1_MANS = msql2mysql.1 mysql.1 mysql_config.1 mysql_convert_table_format.1 \ ++ mysql_find_rows.1 mysql_fix_extensions.1 mysql_fix_privilege_tables.1 \ ++ mysql_setpermission.1 mysql_upgrade.1 mysql_zap.1 mysqlaccess.1 \ ++ mysqladmin.1 mysqlbinlog.1 mysqlbug.1 mysqlcheck.1 mysqldump.1 \ ++ mysqldumpslow.1 mysqlhotcopy.1 mysqlimport.1 mysqlman.1 mysqlshow.1 \ ++ mysqlslap.1 mysqltest.1 +man8_MANS = EXTRA_DIST = $(man1_MANS) $(man8_MANS) all: all-am |