Index | Thread | Search

From:
Claudio Jeker <cjeker@diehard.n-r-g.com>
Subject:
Re: xdg-user-dirs needs ports-gcc
To:
Theo Buehler <tb@theobuehler.org>
Cc:
Antoine Jacoutot <ajacoutot@openbsd.org>, ports@openbsd.org
Date:
Mon, 17 Nov 2025 14:50:55 +0100

Download raw body.

Thread
On Mon, Nov 17, 2025 at 02:43:23PM +0100, Theo Buehler wrote:
> On Mon, Nov 17, 2025 at 02:40:57PM +0100, Claudio Jeker wrote:
> > xdg-user-dirs uses -std=gnu11 so this needs ports-gcc to build.
> > 
> > -- 
> > :wq Claudio
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/devel/xdg-user-dirs/Makefile,v
> > diff -u -p -r1.23 Makefile
> > --- Makefile	22 Sep 2025 12:20:10 -0000	1.23
> > +++ Makefile	15 Nov 2025 13:02:21 -0000
> > @@ -18,6 +18,10 @@ WANTLIB += c iconv intl
> >  
> >  MODULES=		devel/meson
> >  
> > +# -std=gnu11
> > +COMILER_LANGS=		c
> 
>       ^ missing P
> 
> I'd prefer if we could stick with the ordering that is used almost
> everywhere: first COMPILER then COMPILER_LANGS

I thought it was the other way around. Also thanks for spotting the
missing P.
 
> > +COMPILER=		base-clang ports-gcc
> > +
> >  BUILD_DEPENDS=		devel/gettext,-tools
> >  
> >  # man pages
> > 
> 

-- 
:wq Claudio