git: 03f0555e573d - main - math/mppp: Enable project option MPPP_WITH_BOOST_S11N

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 19 Dec 2022 01:54:37 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03f0555e573ddb8863f758017a29e62001dd6d44

commit 03f0555e573ddb8863f758017a29e62001dd6d44
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-18 23:59:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-19 01:54:30 +0000

    math/mppp: Enable project option MPPP_WITH_BOOST_S11N
    
    ... that is needed for one of dependencies.
---
 math/mppp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/mppp/Makefile b/math/mppp/Makefile
index debe81d0003f..fd157606a68f 100644
--- a/math/mppp/Makefile
+++ b/math/mppp/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	mppp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.27
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libarb.so:math/arb \
+		libboost_serialization.so:devel/boost-libs \
 		libflint.so:math/flint2 \
 		libgmp.so:math/gmp \
 		libmpc.so:math/mpc \
@@ -22,7 +24,7 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	bluescarni
 
-CMAKE_ON=	MPPP_WITH_ARB MPPP_WITH_MPC MPPP_WITH_MPFR MPPP_ENABLE_IPO
+CMAKE_ON=	MPPP_WITH_ARB MPPP_WITH_MPC MPPP_WITH_MPFR MPPP_ENABLE_IPO MPPP_WITH_BOOST_S11N
 CMAKE_OFF=	MPPP_WITH_QUADMATH # no quad-precision fp type on FreeBSD, requested __float128 reinstantiation, bug#238129
 TEST_ARGS=	-DMPPP_BUILD_TESTS=ON -DMPPP_WITH_QUADMATH=OFF
 BENCHMARK_ARGS=	-DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_FLINT=ON -DMPPP_BENCHMARK_BOOST=ON