diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-21 00:58:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-21 00:58:10 +0800 |
commit | 911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d (patch) | |
tree | 90ebb8bfb4c745a5dab712147ae21ed72a316bdb /databases/mysql80-client | |
parent | 9bc3559cc5670631e1e21e991a02c29f5b43b500 (diff) | |
download | freebsd-ports-gnome-911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d.tar.gz freebsd-ports-gnome-911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d.tar.zst freebsd-ports-gnome-911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases/mysql80-client')
-rw-r--r-- | databases/mysql80-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql80-client/Makefile b/databases/mysql80-client/Makefile index c268d7634541..f137fb34026a 100644 --- a/databases/mysql80-client/Makefile +++ b/databases/mysql80-client/Makefile @@ -9,8 +9,8 @@ COMMENT= Multithreaded SQL database (client) LICENSE+= LGPL21 -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build: reports unsupported compiler +BROKEN_powerpc64= does not build: reports unsupported compiler +BROKEN_sparc64= does not build: reports unsupported compiler MASTERDIR= ${.CURDIR}/../mysql80-server |