View | Details | Raw Unified | Return to bug 231077
Collapse All | Expand All

(-)b/devel/boost-all/compiled.mk (+5 lines)
Lines 4-11 MAKE_CMD= bjam Link Here
4
MAKEFILE=	#
4
MAKEFILE=	#
5
MAKE_FLAGS=	#
5
MAKE_FLAGS=	#
6
ALL_TARGET=	stage
6
ALL_TARGET=	stage
7
.if exists(/usr/include/c++/v1/__undef_macros)
8
USES+=		compiler:c++17-lang
9
USE_CXXSTD=	gnu++17
10
.else
7
USES+=		compiler:c++14-lang
11
USES+=		compiler:c++14-lang
8
USE_CXXSTD=	gnu++14
12
USE_CXXSTD=	gnu++14
13
.endif
9
14
10
PLIST_SUB+=	BOOST_SHARED_LIB_VER=${PORTVERSION}
15
PLIST_SUB+=	BOOST_SHARED_LIB_VER=${PORTVERSION}
11
16
(-)b/devel/boost-libs/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	boost-libs
4
PORTNAME=	boost-libs
5
PORTREVISION=	0
5
PORTREVISION=	1
6
6
7
COMMENT=	Free portable C++ libraries (without Boost.Python)
7
COMMENT=	Free portable C++ libraries (without Boost.Python)
8
8
(-)b/devel/boost-python-libs/Makefile (+1 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	boost-libs
4
PORTNAME=	boost-libs
5
PORTREVISION=	1
5
COMMENT=	Framework for interfacing Python and C++
6
COMMENT=	Framework for interfacing Python and C++
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8

Return to bug 231077