FreeBSD Bugzilla – Attachment 255871 Details for
Bug 283292
www/osrm-backend: Attempt to unbundle old version of sol2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Whitespace issue fix; otherwise the REINPLACE_CMD command failed while patching CMakeLists.txt
file_283292.txt (text/plain), 1.22 KB, created by
Peter Laursen
on 2024-12-15 10:53:12 UTC
(
hide
)
Description:
Whitespace issue fix; otherwise the REINPLACE_CMD command failed while patching CMakeLists.txt
Filename:
MIME Type:
Creator:
Peter Laursen
Created:
2024-12-15 10:53:12 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile >index 54ad6bed98..71578929a8 100644 >--- a/www/osrm-backend/Makefile >+++ b/www/osrm-backend/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= osrm-backend > DISTVERSIONPREFIX= v > DISTVERSION= 5.28.0.d20240803 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www > > MAINTAINER= freebsd@mosedal.net >@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT > NOT_FOR_ARCHS= armv7 i386 > NOT_FOR_ARCHS_REASON= Building on a 32 bit system is not supported > >+BUILD_DEPENDS=${LOCALBASE}/include/sol:devel/sol2 > LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ > libboost_iostreams.so:devel/boost-libs \ > libboost_program_options.so:devel/boost-libs \ >@@ -33,13 +34,8 @@ CMAKE_ON= BUILD_STATIC_LIBS > USERS= osrm > GROUPS= osrm > >-OPTIONS_DEFINE= DEBUG >- >-.include <bsd.port.options.mk> >- >-.if ${OSVERSION} >= 1500025 >-USES+= llvm:max=18 >-.endif >+pre-configure: >+ ${REINPLACE_CMD} -e 's,$${CMAKE_CURRENT_SOURCE_DIR}/third_party/sol2/include,${LOCALBASE}/include/sol,' ${WRKSRC}/CMakeLists.txt > > post-patch: > @${REINPLACE_CMD} -e 's|-Werror=all -Werror=extra|-Werror=extra|g' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283292
:
255820
|
255832
|
255870
|
255871
|
255979