FreeBSD Bugzilla – Attachment 200724 Details for
Bug 234580
databases/percona57-server: Fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
percona57-server.patch (text/plain), 1.82 KB, created by
Piotr Kubaj
on 2019-01-02 19:56:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-01-02 19:56:33 UTC
Size:
1.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 489091) >+++ Makefile (working copy) >@@ -22,7 +22,7 @@ > > SLAVEDIRS= databases/percona57-client \ > databases/percona57-pam-for-mysql >-USES= bison:build cmake:insource,noninja compiler:c11 compiler:c++11-lib \ >+USES= bison:build cmake:insource,noninja compiler:c11 \ > cpe libedit localbase perl5 shebangfix > > MY_DBDIR= /var/db/mysql >@@ -83,8 +83,6 @@ > .else > LIB_DEPENDS+= libcurl.so:ftp/curl > >-BROKEN_powerpc64= Does not configure: CMake Error at cmake/os/FreeBSD.cmake:34 (MESSAGE): Unsupported compiler! >- > # MySQL-Server part > OPTIONS_DEFINE= OPENSSL FASTMTX INNODBMEMCACHED TOKUDB > OPTIONS_DEFAULT= OPENSSL INNODBMEMCACHED >@@ -151,6 +149,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${CHOSEN_COMPILER_TYPE} == gcc >+CXXFLAGS+= -fpermissive >+.endif >+ > .if ${ARCH} == "arm" > BROKEN= Does not compile on arm > .endif >Index: files/patch-cmake_os_FreeBSD.cmake >=================================================================== >--- files/patch-cmake_os_FreeBSD.cmake (nonexistent) >+++ files/patch-cmake_os_FreeBSD.cmake (working copy) >@@ -0,0 +1,11 @@ >+--- cmake/os/FreeBSD.cmake.orig 2018-12-16 19:27:57 UTC >++++ cmake/os/FreeBSD.cmake >+@@ -30,8 +30,6 @@ IF(NOT FORCE_UNSUPPORTED_COMPILER) >+ IF(NOT HAVE_SUPPORTED_CLANG_VERSION) >+ MESSAGE(FATAL_ERROR "Clang 3.3 or newer is required!") >+ ENDIF() >+- ELSE() >+- MESSAGE(FATAL_ERROR "Unsupported compiler!") >+ ENDIF() >+ ENDIF() >+ > >Property changes on: files/patch-cmake_os_FreeBSD.cmake >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Actions:
View
|
Diff
Attachments on
bug 234580
: 200724