svn commit: r477105 - in head/databases/mysql80-server: . files

Jan Beich jbeich at FreeBSD.org
Mon Aug 13 20:25:11 UTC 2018


Mahdi Mokhtari <mmokhi at FreeBSD.org> writes:

> Author: mmokhi
> Date: Mon Aug 13 19:48:42 2018
> New Revision: 477105
> URL: https://svnweb.freebsd.org/changeset/ports/477105
>
> Log:
>   databases/mysql80-server: Delete no-longer-needed patch for sse4.2
>   
>   Reported by:	jbeich
>   Sponsored by:	The FreeBSD Foundation
>
> Deleted:
>   head/databases/mysql80-server/files/patch-storage_innobase_ut_crc32.cc
> Modified:
>   head/databases/mysql80-server/Makefile
>
> Modified: head/databases/mysql80-server/Makefile
> ==============================================================================
> --- head/databases/mysql80-server/Makefile	Mon Aug 13 18:45:25 2018	(r477104)
> +++ head/databases/mysql80-server/Makefile	Mon Aug 13 19:48:42 2018	(r477105)
> @@ -17,7 +17,7 @@ LICENSE=		GPLv2
>  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
>  
>  SLAVEDIRS=	databases/mysql80-client
> -USES=		bison:build cmake:outsource,noninja compiler:c14 compiler:c++14-lang \
> +USES=		bison:build cmake:outsource,noninja  \
>  		compiler:c++14-lib cpe libedit localbase perl5 shebangfix ssl

USES=compiler:c++14-lib (unsupported) can also be dropped. Per bug 199603 only
USES=compiler:c++14-lang to remain.


More information about the svn-ports-all mailing list