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

Mahdi Mokhtari mmokhi at FreeBSD.org
Mon Aug 13 19:48:43 UTC 2018


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
 
 USE_PERL5=	run


More information about the svn-ports-all mailing list