svn commit: r519153 - in head/databases: percona57-client percona57-client/files percona57-server percona57-server/files

Tobias Kortkamp tobik at freebsd.org
Fri Dec 6 22:17:20 UTC 2019


On Fri, Dec 06, 2019 at 04:00:36PM +0000, Dima Panov wrote:
> Author: fluffy
> Date: Fri Dec  6 16:00:36 2019
> New Revision: 519153
> URL: https://svnweb.freebsd.org/changeset/ports/519153
> 
> Log:
>   databases/percona57-{server,client} update to 5.7.27-30 release
>   
>   percona57-client:
>   - Install compat pkgconfig symlink as well as it done for libs
>   (many packages still search for mysqlclient.pc only)
>   
>   percona57-server:
>   - Proper use system lz4/zstd libs for rocksdb engine
>   - Declare system libevent to use instead of bundled one
>   - Stop pollute libdata/pkgconfig dir with unneeded .pc file
>   - Unbreak build with DEFAULT_VERSIONS+=ssl=libressl
>   
>   PR:		239347
>   Submitted by:	fluffy [cleanups], Igor Zabelin [update]
>   Approved by:	maintainer (timeout, >3 months)
>
> [...]
> @@ -128,6 +131,12 @@ CMAKE_ARGS+=	-DWITH_AUTHENTICATION_LDAP=0
>  
>  .include <bsd.port.options.mk>
>  
> +.if !${SSL_DEFAULT:Mlibressl*}
> +MY_TESTSIR=	"share/mysql/tests"

Should this not be MY_TESTDIR ?

> +.else
> +MY_TESTDIR=	""
> +.endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191206/a623c320/attachment.sig>


More information about the svn-ports-all mailing list