View | Details | Raw Unified | Return to bug 283292 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/osrm-backend/Makefile (-8 / +4 lines)
Lines 1-7 Link Here
1
PORTNAME=	osrm-backend
1
PORTNAME=	osrm-backend
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	5.28.0.d20240803
3
DISTVERSION=	5.28.0.d20240803
4
PORTREVISION=	2
4
PORTREVISION=	3
5
CATEGORIES=	www
5
CATEGORIES=	www
6
6
7
MAINTAINER=	freebsd@mosedal.net
7
MAINTAINER=	freebsd@mosedal.net
Lines 14-19 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT Link Here
14
NOT_FOR_ARCHS=	armv7 i386
14
NOT_FOR_ARCHS=	armv7 i386
15
NOT_FOR_ARCHS_REASON=	Building on a 32 bit system is not supported
15
NOT_FOR_ARCHS_REASON=	Building on a 32 bit system is not supported
16
16
17
BUILD_DEPENDS=${LOCALBASE}/include/sol:devel/sol2
17
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
18
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
18
		libboost_iostreams.so:devel/boost-libs \
19
		libboost_iostreams.so:devel/boost-libs \
19
		libboost_program_options.so:devel/boost-libs \
20
		libboost_program_options.so:devel/boost-libs \
Lines 33-45 CMAKE_ON= BUILD_STATIC_LIBS Link Here
33
USERS=		osrm
34
USERS=		osrm
34
GROUPS=		osrm
35
GROUPS=		osrm
35
36
36
OPTIONS_DEFINE=	DEBUG
37
pre-configure:
37
38
	${REINPLACE_CMD} -e 's,$${CMAKE_CURRENT_SOURCE_DIR}/third_party/sol2/include,${LOCALBASE}/include/sol,' ${WRKSRC}/CMakeLists.txt 
38
.include <bsd.port.options.mk>
39
40
.if ${OSVERSION} >= 1500025
41
USES+= llvm:max=18
42
.endif
43
39
44
post-patch:
40
post-patch:
45
	@${REINPLACE_CMD} -e 's|-Werror=all -Werror=extra|-Werror=extra|g' \
41
	@${REINPLACE_CMD} -e 's|-Werror=all -Werror=extra|-Werror=extra|g' \

Return to bug 283292