From owner-svn-ports-all@freebsd.org Fri Feb 16 13:40:17 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 0B89CF148C8; Fri, 16 Feb 2018 13:40:17 +0000 (UTC) (envelope-from brnrd@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 B206979CE4; Fri, 16 Feb 2018 13:40:16 +0000 (UTC) (envelope-from brnrd@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 ACECC659E; Fri, 16 Feb 2018 13:40:16 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1GDeGQq097709; Fri, 16 Feb 2018 13:40:16 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GDeGxO097707; Fri, 16 Feb 2018 13:40:16 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802161340.w1GDeGxO097707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 16 Feb 2018 13:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462011 - in head/benchmarks: polygraph sipp X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/benchmarks: polygraph sipp X-SVN-Commit-Revision: 462011 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: Fri, 16 Feb 2018 13:40:17 -0000 Author: brnrd Date: Fri Feb 16 13:40:16 2018 New Revision: 462011 URL: https://svnweb.freebsd.org/changeset/ports/462011 Log: security/openssl-devel: Mark broken category benchmarks Modified: head/benchmarks/polygraph/Makefile head/benchmarks/sipp/Makefile Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Fri Feb 16 13:37:09 2018 (r462010) +++ head/benchmarks/polygraph/Makefile Fri Feb 16 13:40:16 2018 (r462011) @@ -13,6 +13,8 @@ COMMENT= Benchmarking tool for Web proxies LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= openssl-devel + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake ncurses shebangfix tar:tgz Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Fri Feb 16 13:37:09 2018 (r462010) +++ head/benchmarks/sipp/Makefile Fri Feb 16 13:40:16 2018 (r462011) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= help2man:misc/help2man BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long +BROKEN_SSL= openssl-devel PLIST_FILES= bin/sipp man/man1/sipp.1.gz