Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 12:10:34 +0200 (CEST)
From:      Ronald Klop <ronald-lists@klop.ws>
To:        Muhammad Moinur Rahman <bofh@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, dev-commits-ports-all@FreeBSD.org
Subject:   Re: git: 4a6a3534dde0 - main - databases/mongodb70: Fix build with llvm16
Message-ID:  <2066405697.2937.1691489434162@localhost>
In-Reply-To: <202308080955.3789tVHb075381@gitrepo.freebsd.org>
References:  <202308080955.3789tVHb075381@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_2936_1170491428.1691489434155
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi bofh,

Where did you find the info that this port needs a fix?
AFAIK this port already build fine on 14-CURRENT using llvm 16.

Regards,
Ronald.

 
Van: Muhammad Moinur Rahman <bofh@FreeBSD.org>
Datum: dinsdag, 8 augustus 2023 11:55
Aan: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Onderwerp: git: 4a6a3534dde0 - main - databases/mongodb70: Fix build with llvm16
> 
> The branch main has been updated by bofh:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=4a6a3534dde02d293438a929e06950c64a71a33d
> 
> commit 4a6a3534dde02d293438a929e06950c64a71a33d
> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2023-08-08 09:51:01 +0000
> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2023-08-08 09:55:15 +0000
> 
>     databases/mongodb70: Fix build with llvm16
>     
>     Approved by:    portmgr (blanket)
>     Sponsored by:   The FreeBSD Foundation
> ---
>  databases/mongodb70/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile
> index a58c1a2426c6..585baea89215 100644
> --- a/databases/mongodb70/Makefile
> +++ b/databases/mongodb70/Makefile
> @@ -36,6 +36,7 @@ LIB_DEPENDS=  libcurl.so:ftp/curl \
>  USES=      compiler:c++20-lang cpe python:build scons shebangfix
>  # gmake is used while running ${WRKSRC}/src/third_party/mozjs/gen-config.sh
>  USES+=     gmake pkgconfig
> +USE_CXXSTD=    c++14
>  
>  # mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh
>  MOZJS_TAG= 82aac6af18abcd5bf188afbc821779ccb0ca0902
> 
> 
> 

 
------=_Part_2936_1170491428.1691489434155
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<html><head></head><body>Hi bofh,<br>
<br>
Where did you find the info that this port needs a fix?<br>
AFAIK this port already build fine on 14-CURRENT using llvm 16.<br>
<br>
Regards,<br>
Ronald.<br>
<br>
&nbsp;
<p><strong>Van:</strong> Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;<br>
<strong>Datum:</strong> dinsdag, 8 augustus 2023 11:55<br>
<strong>Aan:</strong> ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org<br>
<strong>Onderwerp:</strong> git: 4a6a3534dde0 - main - databases/mongodb70: Fix build with llvm16</p>

<blockquote style="padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: #000000 2px solid; margin-right: 0px">
<div class="MessageRFC822Viewer" id="P">
<div class="TextPlainViewer" id="P.P">The branch main has been updated by bofh:<br>
<br>
URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=4a6a3534dde02d293438a929e06950c64a71a33d">https://cgit.FreeBSD.org/ports/commit/?id=4a6a3534dde02d293438a929e06950c64a71a33d</a><br>;
<br>
commit 4a6a3534dde02d293438a929e06950c64a71a33d<br>
Author: &nbsp;&nbsp;&nbsp;&nbsp;Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;<br>
AuthorDate: 2023-08-08 09:51:01 +0000<br>
Commit: &nbsp;&nbsp;&nbsp;&nbsp;Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;<br>
CommitDate: 2023-08-08 09:55:15 +0000<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;databases/mongodb70: Fix build with llvm16<br>
&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;Approved by: &nbsp;&nbsp;&nbsp;portmgr (blanket)<br>
&nbsp;&nbsp;&nbsp;&nbsp;Sponsored by: &nbsp;&nbsp;The FreeBSD Foundation<br>
---<br>
&nbsp;databases/mongodb70/Makefile | 1 +<br>
&nbsp;1 file changed, 1 insertion(+)<br>
<br>
diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile<br>
index a58c1a2426c6..585baea89215 100644<br>
--- a/databases/mongodb70/Makefile<br>
+++ b/databases/mongodb70/Makefile<br>
@@ -36,6 +36,7 @@ LIB_DEPENDS= &nbsp;libcurl.so:ftp/curl \<br>
&nbsp;USES= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;compiler:c++20-lang cpe python:build scons shebangfix<br>
&nbsp;# gmake is used while running ${WRKSRC}/src/third_party/mozjs/gen-config.sh<br>
&nbsp;USES+= &nbsp;&nbsp;&nbsp;&nbsp;gmake pkgconfig<br>
+USE_CXXSTD= &nbsp;&nbsp;&nbsp;c++14<br>
&nbsp;<br>
&nbsp;# mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh<br>
&nbsp;MOZJS_TAG= 82aac6af18abcd5bf188afbc821779ccb0ca0902</div>

<hr></div>
</blockquote>
<br>
&nbsp;</body></html>
------=_Part_2936_1170491428.1691489434155--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2066405697.2937.1691489434162>