Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-20 Thread Kubilay Kocak
On 5/01/2022 11:46 am, Yoshihiro Ota wrote: Hi, I recently create a new PyPI tool for FreeBSD. Based on PyPI's instruction, I have setup.cfg only without setup.py. https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests go with setup.cfg only for simplicity. I'm now tryin

Re: p5-dbd-pg

2022-01-20 Thread Dan Mahoney
> On Jan 20, 2022, at 9:38 AM, Christoph Moench-Tegeder > wrote: > > ## Dan Mahoney (free...@gushi.org): > >> On doing a routine pkg upgrade at the dayjob, the perl module p5-DBD-pg >> forced an upgrade from postgresql12-client to postgresql13-client (which >> uninstalled postgresql12-server

Re: p5-dbd-pg

2022-01-20 Thread Christoph Moench-Tegeder
## Dan Mahoney (free...@gushi.org): > On doing a routine pkg upgrade at the dayjob, the perl module p5-DBD-pg > forced an upgrade from postgresql12-client to postgresql13-client (which > uninstalled postgresql12-server). p5-DBD-Pg uses the "default" postgresql version, which switched from 12 to 1

Re: Portlint check seems to be broken, endless loop

2022-01-20 Thread Matthias Fechner
Am 20.01.2022 um 16:27 schrieb Stefan Esser: I have pushed a fixed CONFLICTS entry as commit 2d48a02b9f5. thanks Stefan, that definitely fixed it. The pkg loop I leave for you or Baptiste ;) Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and

Re: Portlint check seems to be broken, endless loop

2022-01-20 Thread Stefan Esser
Am 20.01.22 um 13:29 schrieb Matthias Fechner: > Dear all, > > I saw a problem arising many weeks ago, but now I want to report it. > You can easily trigger it with: > poudriere testport -j 130amd64 www/gitlab-ce > > You will see: > > [00:00:33] Removing old packages > [00:00:33] Portlint check

Re: [HEADSUP] Deprecation of the ftp support in pkg

2022-01-20 Thread Baptiste Daroussin
On Thu, Jan 20, 2022 at 10:22:27PM +0700, Eugene Grosbein wrote: > 20.01.2022 21:47, Baptiste Daroussin wrote: > > > On Thu, Jan 20, 2022 at 09:43:38AM -0500, James E Keenan wrote: > >> On 1/20/22 9:25 AM, Baptiste Daroussin wrote: > >>> Hello everyone, > >>> > >>> We plan to remove the support fo

Re: p5-dbd-pg

2022-01-20 Thread Stefan Esser
Am 20.01.22 um 14:01 schrieb Dan Mahoney: > > >> On Jan 20, 2022, at 3:54 AM, Kurt Jaeger wrote: >> >> Hello, >> >> [postgres flavors] >>> This feels like the ideal kind of port that could be flavored so >>> it works with any installed postgres version. I'm willing to submit >>> patches, how ha

Re: [HEADSUP] Deprecation of the ftp support in pkg

2022-01-20 Thread Eugene Grosbein
20.01.2022 21:47, Baptiste Daroussin wrote: > On Thu, Jan 20, 2022 at 09:43:38AM -0500, James E Keenan wrote: >> On 1/20/22 9:25 AM, Baptiste Daroussin wrote: >>> Hello everyone, >>> >>> We plan to remove the support for fetching packages over ftp for the next >>> releases of pkg (probably 1.18) i

Re: [HEADSUP] Deprecation of the ftp support in pkg

2022-01-20 Thread Baptiste Daroussin
On Thu, Jan 20, 2022 at 09:43:38AM -0500, James E Keenan wrote: > On 1/20/22 9:25 AM, Baptiste Daroussin wrote: > > Hello everyone, > > > > We plan to remove the support for fetching packages over ftp for the next > > releases of pkg (probably 1.18) if you have a strong reason to use ftp which > >

Re: [HEADSUP] Deprecation of the ftp support in pkg

2022-01-20 Thread James E Keenan
On 1/20/22 9:25 AM, Baptiste Daroussin wrote: Hello everyone, We plan to remove the support for fetching packages over ftp for the next releases of pkg (probably 1.18) if you have a strong reason to use ftp which cannot be fixed by switching to any other supported protocols like ssh or http, ple

[HEADSUP] Deprecation of the ftp support in pkg

2022-01-20 Thread Baptiste Daroussin
Hello everyone, We plan to remove the support for fetching packages over ftp for the next releases of pkg (probably 1.18) if you have a strong reason to use ftp which cannot be fixed by switching to any other supported protocols like ssh or http, please do share. Best regards, Bapt

Re: p5-dbd-pg

2022-01-20 Thread Dan Mahoney
> On Jan 20, 2022, at 3:54 AM, Kurt Jaeger wrote: > > Hello, > > [postgres flavors] >> This feels like the ideal kind of port that could be flavored so >> it works with any installed postgres version. I'm willing to submit >> patches, how hard would it be? > > If it needs to interoperate wi

Portlint check seems to be broken, endless loop

2022-01-20 Thread Matthias Fechner
Dear all, I saw a problem arising many weeks ago, but now I want to report it. You can easily trigger it with: poudriere testport -j 130amd64 www/gitlab-ce You will see: [00:00:33] Removing old packages [00:00:33] Portlint check WARN: Makefile: [296]: possible direct use of command "install" fo

Re: p5-dbd-pg

2022-01-20 Thread Kurt Jaeger
Hello, [postgres flavors] > This feels like the ideal kind of port that could be flavored so > it works with any installed postgres version. I'm willing to submit > patches, how hard would it be? If it needs to interoperate with php flavors (which it probably does), it's probably a high level of

p5-dbd-pg

2022-01-20 Thread Dan Mahoney
Hey there, On doing a routine pkg upgrade at the dayjob, the perl module p5-DBD-pg forced an upgrade from postgresql12-client to postgresql13-client (which uninstalled postgresql12-server). This in turn required a full dump and restore of the DB to make things compatible (after first re-downgr