Index | Thread | Search

From:
Claudio Jeker <cjeker@diehard.n-r-g.com>
Subject:
Re: libbson uses c++11 and needs ports-gcc
To:
Theo Buehler <tb@theobuehler.org>
Cc:
ports@openbsd.org
Date:
Mon, 17 Nov 2025 16:19:48 +0100

Download raw body.

Thread
On Mon, Nov 17, 2025 at 04:12:58PM +0100, Theo Buehler wrote:
> On Mon, Nov 17, 2025 at 03:27:24PM +0100, Claudio Jeker wrote:
> > Another port using c++11 that wants ports-gcc on sparc64.
> > 
> > -- 
> > :wq Claudio
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/devel/libbson/Makefile,v
> > diff -u -p -r1.1.1.1 Makefile
> > --- Makefile	17 Aug 2025 05:46:08 -0000	1.1.1.1
> > +++ Makefile	11 Nov 2025 09:40:54 -0000
> > @@ -18,6 +18,9 @@ PERMIT_PACKAGE =	Yes
> >  
> >  WANTLIB += m pthread
> >  
> > +# std-c++11
> 
> I guess that was supposed to be '# -std=c++11' :)

Will use: # uses C++11 like in other ports
 
> ok
> 
> > +COMPILER =		base-clang ports-gcc
> > +
> >  MODULES =		devel/cmake
> >  
> >  CONFIGURE_ARGS +=	-DBUILD_TESTING=OFF \
> > 
> 

-- 
:wq Claudio