Re: Building a port with poudriere that depends on a cargo crate that needs net access

2021-02-11 Thread Adam Jimerson
On Wednesday, February 10, 2021 2:37:14 PM EST Matthew D. Fuller wrote: > In this case, x-ref > https://github.com/addr-rs/addr/issues/6 > so apparently there's some way to point it at a manually pre-fetched > list. Thanks that did the trick, I was able to pull down a copy of a list and have it

FreeBSD ports you maintain which are out of date

2021-02-11 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Creating port from pre-built package

2021-02-11 Thread Shawn Webb
Hey all, The Splunk universal forwarder for FreeBSD is distributed as a package tarball that you can use `pkg add` on. I'm in a position where I'd like to create a port of the package so that I can automate certain tasks. Being a ports newb, I'm not sure how to properly create a port from a

Re: Creating port from pre-built package

2021-02-11 Thread Chris
On 2021-02-11 08:26, Shawn Webb wrote: Hey all, The Splunk universal forwarder for FreeBSD is distributed as a package tarball that you can use `pkg add` on. I'm in a position where I'd like to create a port of the package so that I can automate certain tasks. Reverse engineer a package? I

Re: Creating port from pre-built package

2021-02-11 Thread Shawn Webb
On Thu, Feb 11, 2021 at 06:09:52PM +0100, Patrick M. Hausen wrote: > Hi all, > > > Am 11.02.2021 um 18:03 schrieb Chris : > > > > On 2021-02-11 08:26, Shawn Webb wrote: > >> Hey all, > >> The Splunk universal forwarder for FreeBSD is distributed as a package > >> tarball that you can use `pkg

Re: Creating port from pre-built package

2021-02-11 Thread Patrick M. Hausen
Hi all, > Am 11.02.2021 um 18:03 schrieb Chris : > > On 2021-02-11 08:26, Shawn Webb wrote: >> Hey all, >> The Splunk universal forwarder for FreeBSD is distributed as a package >> tarball that you can use `pkg add` on. I'm in a position where I'd >> like to create a port of the package so that

Re: Creating port from pre-built package

2021-02-11 Thread Chris
On 2021-02-11 09:08, Shawn Webb wrote: On Thu, Feb 11, 2021 at 09:03:19AM -0800, Chris wrote: On 2021-02-11 08:26, Shawn Webb wrote: > Hey all, > > The Splunk universal forwarder for FreeBSD is distributed as a package > tarball that you can use `pkg add` on. I'm in a position where I'd > like

Re: Creating port from pre-built package

2021-02-11 Thread Shawn Webb
On Thu, Feb 11, 2021 at 09:03:19AM -0800, Chris wrote: > On 2021-02-11 08:26, Shawn Webb wrote: > > Hey all, > > > > The Splunk universal forwarder for FreeBSD is distributed as a package > > tarball that you can use `pkg add` on. I'm in a position where I'd > > like to create a port of the

Re: MFH commit issues [UPDATE: (hopefully) RESOLVED]

2021-02-11 Thread Neel Chauhan
I realized this port doesn't exist in 2021Q1 since it's so new, and that's why I couldn't MFH. I reverted this in r564997. Sorry for the confusion, and sorry again if I committed in the wrong place, and sorry yet again if I sent too many emails. -Neel On 2021-02-11 21:26, Neel Chauhan

Re: Creating port from pre-built package

2021-02-11 Thread Stefan Esser
Am 11.02.21 um 18:12 schrieb Shawn Webb: On Thu, Feb 11, 2021 at 06:09:52PM +0100, Patrick M. Hausen wrote: Hi all, Am 11.02.2021 um 18:03 schrieb Chris : On 2021-02-11 08:26, Shawn Webb wrote: Hey all, The Splunk universal forwarder for FreeBSD is distributed as a package tarball that you

Re: Creating port from pre-built package

2021-02-11 Thread Stefan Esser
Am 11.02.21 um 18:12 schrieb Shawn Webb: On Thu, Feb 11, 2021 at 06:09:52PM +0100, Patrick M. Hausen wrote: Hi all, Am 11.02.2021 um 18:03 schrieb Chris : On 2021-02-11 08:26, Shawn Webb wrote: Hey all, The Splunk universal forwarder for FreeBSD is distributed as a package tarball that you

MFH commit issues

2021-02-11 Thread Neel Chauhan
Hi freebsd-ports@, I made a MFH commit for www/oauth2-proxy which was a security update. However, when I did it, it initially didn't MFH. To "commit" it, I had to run "svn propdel svn:mergeinfo www". After this, it didn't really do the MFH but instead says "props deleted". Sorry for the

Re: MFH commit issues

2021-02-11 Thread Neel Chauhan
Also, I am not able to MFH this port for some reason. Please help. Also, could someone with access to 2021Q1 revert r564996 and MFH r564995 on my behalf? Sorry if I made a big mistake here. I was trying to commit the MFH but couldn't. -Neel On 2021-02-11 21:19, Neel Chauhan wrote: Hi