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

Mathieu Arnold mat at FreeBSD.org
Tue Aug 14 08:47:32 UTC 2018


On Mon, Aug 13, 2018 at 07:48:42PM +0000, Mahdi Mokhtari wrote:
> 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-lang \
>  		compiler:c++14-lib cpe libedit localbase perl5 shebangfix ssl

A USES can only be here once, arguments to subsequents occurences will
be ignored.  Also, c++14-lib is not a valid argument.  Please consult:

https://www.freebsd.org/doc/en/books/porters-handbook/uses-compiler.html

for a list of all valid arguments.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180814/73f5616b/attachment.sig>


More information about the svn-ports-all mailing list