From owner-svn-ports-all@freebsd.org Thu Jan 25 15:04:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04076EDCF3E; Thu, 25 Jan 2018 15:04:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABE4880BBF; Thu, 25 Jan 2018 15:04:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6C44673D; Thu, 25 Jan 2018 15:04:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0PF47SS003708; Thu, 25 Jan 2018 15:04:07 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PF47aU003707; Thu, 25 Jan 2018 15:04:07 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201801251504.w0PF47aU003707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Jan 2018 15:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459947 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 459947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 15:04:08 -0000 Author: bapt Date: Thu Jan 25 15:04:07 2018 New Revision: 459947 URL: https://svnweb.freebsd.org/changeset/ports/459947 Log: Lift BROKEN flags to reflect actual state of support Thanks swills for testing on powerpc64 Reported by: Upstream Modified: head/benchmarks/fio/Makefile Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Thu Jan 25 15:00:27 2018 (r459946) +++ head/benchmarks/fio/Makefile Thu Jan 25 15:04:07 2018 (r459947) @@ -18,9 +18,8 @@ GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot -BROKEN_aarch64= Fails to compile: error: sys/auxv.h file not found -BROKEN_armv6= Fails to compile: error: use of undeclared identifier nop -BROKEN_powerpc64= Fails to compile: verify.c:1574: undefined reference to bswap64 +BROKEN_aarch64= Fails to compile: undefined symbol: getauxval +BROKEN_armv6= Fails to compile: unsupported ARM architecture do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin