FreeBSD ports you maintain which are out of date

2020-08-24 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, you

Re: x11-wm/piewm: "ld: error: duplicate symbol: yylineno"

2020-08-24 Thread Dimitry Andric
On 23 Aug 2020, at 21:35, David Wolfskill wrote: > > On Sun, Aug 23, 2020 at 06:39:10PM +, pkg-fall...@freebsd.org wrote: >> You are receiving this mail as a port that you maintain >> is failing to build on the FreeBSD package build server. >> Please investigate the failure and submit a PR to

Re: x11-wm/piewm: "ld: error: duplicate symbol: yylineno"

2020-08-24 Thread David Wolfskill
On Mon, Aug 24, 2020 at 10:11:45AM +0200, Dimitry Andric wrote: > > > Advice/suggestions? > > In this case, "svn rm x11-wm/piewm/files/patch-gram.y" will fix it > correctly. I have no idea why that patch was added in the first place, > it is clearly incorrect! > > -Dimitry > Thank you very

deprecation of drm-legacy-kmod

2020-08-24 Thread Niclas Zeising
[ cross posted across several mailing lists, please respect reply-to ] Hi! It is time to deprecate drm-legacy-kmod, since it is taking too much time to maintain and are holding off changes in other areas. drm-legacy-kmod was created to aid in the transition to the LinuxKPI based graphics dri

Re: deprecation of drm-legacy-kmod

2020-08-24 Thread George Mitchell
On 2020-08-24 18:21, Niclas Zeising wrote: > [ cross posted across several mailing lists, please respect reply-to ] > > Hi! > > It is time to deprecate drm-legacy-kmod [...] it is time for it to go. > > The driver will remain for a transition period.  For FreeBSD 13-CURRENT, > this will be fairl

What are my options regarding deprecated PyPy port?

2020-08-24 Thread figosdev via freebsd-ports
Hi, I'm new to FreeBSD-- I installed it for the first time this week. Honestly, so far it has exceeded expectations. I installed X11, but the first thing I installed was PyPy2. Unlike CPython2, which is EOL'd, PyPy2 does not to the best of my knowledge depend on CPython. When I installed it wit

Re: What are my options regarding deprecated PyPy port?

2020-08-24 Thread Kevin Oberman
On Mon, Aug 24, 2020 at 6:50 PM figosdev via freebsd-ports < freebsd-ports@freebsd.org> wrote: > Hi, I'm new to FreeBSD-- I installed it for the first time this week. > Honestly, so far it has exceeded expectations. > > I installed X11, but the first thing I installed was PyPy2. > > Unlike CPython

Re: What are my options regarding deprecated PyPy port?

2020-08-24 Thread Pete Wright
On 8/24/20 8:05 PM, Kevin Oberman wrote: On Mon, Aug 24, 2020 at 6:50 PM figosdev via freebsd-ports < freebsd-ports@freebsd.org> wrote: Hi, I'm new to FreeBSD-- I installed it for the first time this week. Honestly, so far it has exceeded expectations. I installed X11, but the first thing I

Re: What are my options regarding deprecated PyPy port?

2020-08-24 Thread figosdev via freebsd-ports
Thank you both. Per Kevin's advice I have contacted freebsd-python@ and wait to hear what they say about this. I am not above getting the PyPy devs on this if necessary. I find it hard to believe that an implementation they say will be around hard-depends on an implementation that will not. Th