FreeBSD Bugzilla – Attachment 165305 Details for
Bug 205956
databases/mysql57-client: Fix missing binary_log_types.h (and 4 other issues)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch solves this peroblem and some others too ;)
patch-databases_mysql57-client_and_server (text/plain), 4.09 KB, created by
Mahdi Mokhtari
on 2016-01-09 10:31:53 UTC
(
hide
)
Description:
patch solves this peroblem and some others too ;)
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2016-01-09 10:31:53 UTC
Size:
4.09 KB
patch
obsolete
>Index: mysql57-client/files/patch-include_CMakeLists.txt >=================================================================== >--- mysql57-client/files/patch-include_CMakeLists.txt (.../databases) (working copy) >+++ mysql57-client/files/patch-include_CMakeLists.txt (.../../ports-dev-copy/databases) (working copy) >@@ -8,11 +8,4 @@ > my_dbug.h > m_string.h > my_sys.h >-@@ -68,7 +69,6 @@ SET(HEADERS >- ${HEADERS_GEN_CONFIGURE} >- ) >- >--INSTALL(FILES ../libbinlogevents/export/binary_log_types.h DESTINATION ${INSTALL_INCLUDEDIR}) >- INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) >- INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development >- PATTERN "*.h" >+ >Index: mysql57-client/pkg-plist >=================================================================== >--- mysql57-client/pkg-plist (.../databases) (working copy) >+++ mysql57-client/pkg-plist (.../../ports-dev-copy/databases) (working copy) >@@ -10,6 +10,7 @@ > bin/mysqlpump > bin/mysqlshow > bin/mysqlslap >+include/mysql/binary_log_types.h > include/mysql/big_endian.h > include/mysql/byte_order_generic.h > include/mysql/byte_order_generic_x86.h >Index: mysql57-server/Makefile >=================================================================== >--- mysql57-server/Makefile (.../databases) (working copy) >+++ mysql57-server/Makefile (.../../ports-dev-copy/databases) (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mysql > PORTVERSION= 5.7.10 >-PORTREVISION= 1 >+PORTREVISION?= 3 > CATEGORIES= databases ipv6 > MASTER_SITES= MYSQL/MySQL-5.7:MySQL SF/boost/boost/1.59.0:boost > PKGNAMESUFFIX?= 57-server >@@ -119,7 +119,7 @@ > USE_CLANG= 3.3+ > > post-extract: >- ${RM} -rvf ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h >+ @${RM} -rvf ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h > > post-patch: > @${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt >Index: mysql57-server/files/mysql-server.in >=================================================================== >--- mysql57-server/files/mysql-server.in (.../databases) (working copy) >+++ mysql57-server/files/mysql-server.in (.../../ports-dev-copy/databases) (working copy) >@@ -41,7 +41,7 @@ > : ${hostname:=`/bin/hostname`} > pidfile=${mysql_pidfile:-"${mysql_dbdir}/${hostname}.pid"} > command="/usr/sbin/daemon" >-command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args}" >+command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args} --skip-performance-schema" > procname="%%PREFIX%%/libexec/mysqld" > start_precmd="${name}_prestart" > start_postcmd="${name}_poststart" >Index: mysql57-server/pkg-message >=================================================================== >--- mysql57-server/pkg-message (.../databases) (working copy) >+++ mysql57-server/pkg-message (.../../ports-dev-copy/databases) (working copy) >@@ -1,6 +1,13 @@ >-************************************************************************ >+***************************************************************************** > > Remember to run mysql_upgrade the first time you start the MySQL server > after an upgrade from an earlier version. > >-************************************************************************ >+Init. password for first time use of MySQL is saved in $HOME/.mysql_secret >+ie. when you want to use "mysql -u root -p" first you should see password >+in /root/.mysql_secret >+ >+performance_schema feature is set off by default, because of using high RAM. >+if you need it enable it yourself :) >+ >+***************************************************************************** >Index: mysql57-server/pkg-plist >=================================================================== >--- mysql57-server/pkg-plist (.../databases) (working copy) >+++ mysql57-server/pkg-plist (.../../ports-dev-copy/databases) (working copy) >@@ -19,7 +19,6 @@ > bin/resolve_stack_dump > bin/resolveip > bin/zlib_decompress >-include/mysql/binary_log_types.h > lib/mysql/libmysqld.a > lib/mysql/plugin/adt_null.so > lib/mysql/plugin/auth.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 205956
:
165157
|
165159
|
165161
|
165305
|
166454
|
166493
|
166494