Re: OpenSSL 3.0 in the base system update

2023-06-09 Thread Xavier Humbert
Le 6/9/23 05:22, Eugene Grosbein a écrit : 09.06.2023 0:13, Ed Maste wrote: [skip] We welcome feedback from anyone willing to test the work in progress. Is it possible to grab some binary snapshot of 14-CURRENT to install into a VM and test my port that fails build? If not, how do I build 14

Re: OpenSSL 3.0 in the base system update

2023-06-09 Thread Xavier Humbert
Le 6/9/23 10:06, Xavier Humbert a écrit : Le 6/9/23 05:22, Eugene Grosbein a écrit : 09.06.2023 0:13, Ed Maste wrote: [skip] We welcome feedback from anyone willing to test the work in progress. Is it possible to grab some binary snapshot of 14-CURRENT to install into a VM and test my port t

Re: OpenSSL 3.0 in the base system update

2023-06-09 Thread Lorenzo Salvadore
Thanks for the work and the update. May I suggest to submit the update to 2023Q2 status reports too? https://docs.freebsd.org/en/articles/freebsd-status-report-process/#_submit_your_report Cheers, Lorenzo Salvadore Inviato da Proton Mail mobile Messaggio originale Il 8 Giu 20

Re: OpenSSL 3.0 in the base system update

2023-06-09 Thread Moin Rahman
> On Jun 9, 2023, at 5:22 AM, Eugene Grosbein wrote: > > 09.06.2023 0:13, Ed Maste wrote: > > [skip] > >> We welcome feedback from anyone willing to test the work in progress. > > Is it possible to grab some binary snapshot of 14-CURRENT to install into a > VM and test my port that fails bu

Guidance on creating a port for an npm installed tool

2023-06-09 Thread Patrick M. Hausen
Hi all, is there some general guide on how to go about creating a port for anything implemented in node.js and using npm to download all sorts of dependencies at build/install time? I'd like to see a port of this: https://github.com/louislam/uptime-kuma Similarly a port of mineos would be awesom

Re: Guidance on creating a port for an npm installed tool

2023-06-09 Thread Moin Rahman
> On Jun 9, 2023, at 8:11 PM, Patrick M. Hausen wrote: > > Hi all, > > is there some general guide on how to go about creating a port > for anything implemented in node.js and using npm to download > all sorts of dependencies at build/install time? > > I'd like to see a port of this: > https

Re: Guidance on creating a port for an npm installed tool

2023-06-09 Thread Patrick M. Hausen
Hi, > Am 09.06.2023 um 20:15 schrieb Moin Rahman : > There is no specific guidelines but so far what have been most useful > is you install the package and then install the npm deps. After that > create a tarball of the npm deps installed and add it as a DISTFILE. So I create my own binary archiv

Re: Guidance on creating a port for an npm installed tool

2023-06-09 Thread Pete Wright
On 6/9/23 11:11, Patrick M. Hausen wrote: Hi all, is there some general guide on how to go about creating a port for anything implemented in node.js and using npm to download all sorts of dependencies at build/install time? I'd like to see a port of this: https://github.com/louislam/uptime-k

Re: Guidance on creating a port for an npm installed tool

2023-06-09 Thread Moin Rahman
> On Jun 9, 2023, at 8:22 PM, Patrick M. Hausen wrote: > > Hi, > >> Am 09.06.2023 um 20:15 schrieb Moin Rahman : >> There is no specific guidelines but so far what have been most useful >> is you install the package and then install the npm deps. After that >> create a tarball of the npm deps

Unmaintained FreeBSD ports which are out of date

2023-06-09 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained 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. Please consider also adopting this po

Re: OpenSSL 3.0 in the base system update

2023-06-09 Thread Eugene Grosbein
09.06.2023 18:33, Moin Rahman wrote: >> On Jun 9, 2023, at 5:22 AM, Eugene Grosbein wrote: >> >> 09.06.2023 0:13, Ed Maste wrote: >> >> [skip] >> >>> We welcome feedback from anyone willing to test the work in progress. >> >> Is it possible to grab some binary snapshot of 14-CURRENT to install in