FreeBSD Bugzilla – Attachment 213394 Details for
Bug 245622
www/osrm-backend: Fix build on CURRENT and pet portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that pets portlint and fixes build on CURRENT
osrm-backend.diff (text/plain), 2.37 KB, created by
Peter Laursen
on 2020-04-14 19:34:28 UTC
(
hide
)
Description:
Patch that pets portlint and fixes build on CURRENT
Filename:
MIME Type:
Creator:
Peter Laursen
Created:
2020-04-14 19:34:28 UTC
Size:
2.37 KB
patch
obsolete
>diff -ruN /usr/ports/www/osrm-backend/Makefile www/osrm-backend/Makefile >--- /usr/ports/www/osrm-backend/Makefile 2020-04-01 16:14:51.000000000 +0200 >+++ www/osrm-backend/Makefile 2020-04-14 21:18:21.635188000 +0200 >@@ -1,43 +1,48 @@ > # $FreeBSD: head/www/osrm-backend/Makefile 530219 2020-04-01 14:14:51Z martymac $ > >-PORTNAME= osrm-backend >+PORTNAME= osrm-backend > DISTVERSIONPREFIX= v >-DISTVERSION= 5.22.0 >-PORTREVISION= 7 >-CATEGORIES= www >+DISTVERSION= 5.22.0 >+PORTREVISION= 8 >+CATEGORIES= www > >-MAINTAINER= freebsd@mosedal.net >-COMMENT= Open Source Routing Machine (Backend) >+MAINTAINER= freebsd@mosedal.net >+COMMENT= Open Source Routing Machine (Backend) > >-LICENSE= BSD2CLAUSE >-LICENSE_FILE= ${WRKSRC}/LICENSE.TXT >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE.TXT > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libstxxl.a:devel/stxxl >-LIB_DEPENDS= libtbb.so:devel/tbb \ >- libtbbmalloc.so:devel/tbb \ >- libluabind.so:devel/luabind \ >- libboost_program_options.so:devel/boost-libs \ >- libboost_date_time.so:devel/boost-libs \ >- libboost_chrono.so:devel/boost-libs \ >- libboost_filesystem.so:devel/boost-libs \ >- libboost_iostreams.so:devel/boost-libs \ >- libboost_thread.so:devel/boost-libs \ >- libboost_system.so:devel/boost-libs \ >- libboost_regex.so:devel/boost-libs \ >- libexpat.so:textproc/expat2 >+BUILD_DEPENDS= ${LOCALBASE}/lib/libstxxl.a:devel/stxxl >+LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ >+ libboost_date_time.so:devel/boost-libs \ >+ libboost_filesystem.so:devel/boost-libs \ >+ libboost_iostreams.so:devel/boost-libs \ >+ libboost_program_options.so:devel/boost-libs \ >+ libboost_regex.so:devel/boost-libs \ >+ libboost_system.so:devel/boost-libs \ >+ libboost_thread.so:devel/boost-libs \ >+ libexpat.so:textproc/expat2 \ >+ libluabind.so:devel/luabind \ >+ libtbb.so:devel/tbb \ >+ libtbbmalloc.so:devel/tbb > >-USES= cmake lua:53 compiler:c++14-lang >-USE_GITHUB= yes >-GH_ACCOUNT= Project-OSRM >+USES= cmake compiler:c++14-lang lua:53 >+USE_GITHUB= yes >+GH_ACCOUNT= Project-OSRM >+OPTIONS_DEFINE= DEBUG > >-OPTIONS_DEFINE= DEBUG >+USE_RC_SUBR= osrm > >-USE_RC_SUBR= osrm >+USERS= osrm >+GROUPS= osrm > >-USERS= osrm >-GROUPS= osrm >+CMAKE_ON= BUILD_STATIC_LIBS > >-CMAKE_ON= BUILD_STATIC_LIBS >+.include <bsd.port.options.mk> >+ >+.if ${OSVERSION} >= 1300084 >+CXXFLAGS+= -Wno-range-loop-construct >+.endif > > pre-install: > @${MKDIR} ${STAGEDIR}/var/db/osrm-backend
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
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 245622
: 213394