Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2022 12:13:09 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59e497d770c3 - main - benchmarks/polygraph: Exclude SSL option on i386
Message-ID:  <202206021213.252CD9tc001704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59e497d770c38d83e2ef2b3737e04860f7393ebe

commit 59e497d770c38d83e2ef2b3737e04860f7393ebe
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-05-31 11:10:13 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-06-02 12:12:24 +0000

    benchmarks/polygraph: Exclude SSL option on i386
    
    The port has USE_GCC=yes and SSL option breaks the build on i386
    architecture with GCC 11, which is soon to become the default GCC
    version.
    
    PR:             264368
    Reported by:    exp-run (antoine)
    Approved by:    gerald (mentor)
    Differential Revision: https://reviews.freebsd.org/D35361
---
 benchmarks/polygraph/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index f96a6b3fd459..727b13c9a08b 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	polygraph
 DISTVERSION=	4.13.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	benchmarks www
 MASTER_SITES=	http://www.web-polygraph.org/downloads/srcs/
 EXTRACT_SUFX=	-src.tgz
@@ -27,6 +27,7 @@ CONFLICTS=	ltrace-0*
 
 OPTIONS_DEFINE=		DOCS GNUPLOT GSSAPI LDNS PERL SSL ZLIB
 OPTIONS_DEFAULT=	SSL ZLIB
+OPTIONS_EXCLUDE_i386=	SSL
 
 GNUPLOT_DESC=		GNUPlot for full reporting functionality
 GNUPLOT_RUN_DEPENDS=	gnuplot:math/gnuplot



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