Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2016 10:51:14 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422423 - head/databases/mysql57-client
Message-ID:  <201609191051.u8JApEPp011826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep 19 10:51:14 2016
New Revision: 422423
URL: https://svnweb.freebsd.org/changeset/ports/422423

Log:
  Fix cut-and-paste typo.
  
  Reported by:	maintainer

Modified:
  head/databases/mysql57-client/Makefile

Modified: head/databases/mysql57-client/Makefile
==============================================================================
--- head/databases/mysql57-client/Makefile	Mon Sep 19 10:16:24 2016	(r422422)
+++ head/databases/mysql57-client/Makefile	Mon Sep 19 10:51:14 2016	(r422423)
@@ -10,7 +10,7 @@ COMMENT=	Multithreaded SQL database (cli
 LICENSE+=	LGPL21
 
 BROKEN_powerpc64=	Does not build
-BROKEN_powerpc64=	Does not build: reports unsupported compiler
+BROKEN_sparc64=	Does not build: reports unsupported compiler
 
 MASTERDIR=	${.CURDIR}/../mysql57-server
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609191051.u8JApEPp011826>