aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2022-05-31 11:10:13 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2022-06-02 12:12:24 +0000
commit59e497d770c38d83e2ef2b3737e04860f7393ebe (patch)
tree34d68a43ee3f5359fa692bf853151c4ebf430b24
parent3dc1f88bfc2e3c16e6f223575606f6b551a49588 (diff)
downloadports-59e497d770c38d83e2ef2b3737e04860f7393ebe.tar.gz
ports-59e497d770c38d83e2ef2b3737e04860f7393ebe.zip
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
-rw-r--r--benchmarks/polygraph/Makefile3
1 files changed, 2 insertions, 1 deletions
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