Re: My first port

2020-06-22 Thread Adam Weinberger
On Mon, Jun 22, 2020 at 4:42 AM Nikolaj Thygesen wrote: > > On Mon, 22 Jun 2020 06:04:22 +0600 > Muhammad Moinur Rahman wrote: > > > Hi, > > > > Try to find out the reference location "share/pkgconfig” in the CMake > > file. Then you can use REIINPLACE_CMD to change that line or modify > >

Re: WITH_META_MODE and poudriere: *.meta files, where?

2020-06-22 Thread Torfinn Ingolfsen
On Mon, Jun 22, 2020 at 8:56 PM Michael Grimm wrote: > > Hi, > > I do have activated 'WITH_META_MODE=yes' in to>/poudriere.d/src-env.conf [1]. > > Now, I would like to double-check if poudriere is following my "advice". For > buildworld I do find *.meta files in /usr/obj/…, but I do not have

WITH_META_MODE and poudriere: *.meta files, where?

2020-06-22 Thread Michael Grimm
Hi, I do have activated 'WITH_META_MODE=yes' in /poudriere.d/src-env.conf [1]. Now, I would like to double-check if poudriere is following my "advice". For buildworld I do find *.meta files in /usr/obj/…, but I do not have any clue where poudriere would keep this information for subsequent

Re: My first port

2020-06-22 Thread Nikolaj Thygesen
On Mon, 22 Jun 2020 06:04:22 +0600 Muhammad Moinur Rahman wrote: > Hi, > > Try to find out the reference location "share/pkgconfig” in the CMake > file. Then you can use REIINPLACE_CMD to change that line or modify > accordingly. > > The purpose of @sample is not this. @sample is primarily

Re: My first port

2020-06-22 Thread Max Brazhnikov
On Mon, 22 Jun 2020 at 03:04, Muhammad Moinur Rahman wrote: > > Hi, > > Try to find out the reference location "share/pkgconfig” in the CMake file. > Then you can use REIINPLACE_CMD to change that line or modify accordingly. 'USES= pathfix' will do this job:

Re: Ports failing with -fno-common with clang 9/gcc 9

2020-06-22 Thread Tobias Kortkamp
On Thu, Apr 30, 2020, at 14:56, Kyle Evans wrote: > In any event, I would urge folks to be proactive and identify this > stuff, reporting issues upstream and spreading awareness of the > impending default change for those projects that may not already be > actively aware. > > On a closing note,