Re: x11/picom update
pin <[email protected]> Thu, 15 Jun 2023 16:13:25 +0000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <VGyNxVnYaODtJujTDpYwG_OJB06Ktr-FZN8Teh3XEPoCoTwrep0YwHC81dZmlHv2UDgv_TqY18J0-oQXfwP2pfNlKRdK7pzmstaDLtuTSUw=@protonmail.com> |
------- Original Message ------- On Thursday, June 15th, 2023 at 5:43 PM, Greg Troxel <[email protected]> wrote: > > Real content vs mail debugging belongs in public. Fair enough > However, pkgsrc doctrine is that packages should build and work on all > supported releases of NetBSD, which is 8 and 9, and then ideally on > unreleased branches and current. SO "works on current and fails > everywhere else" doesn't fit that! This is not what I'm suggesting. As wiz@ has pointed out, it works with pkgsrc MesaLib. What I'm suggesting is to force the package to use that. This should be fine on supported releases. ------- Original Message ------- On Thursday, June 15th, 2023 at 5:57 PM, RVP <[email protected]> wrote: > I should think compiling and installing MesaLib-21.3.7 should fix this > issue, but, better ask why the old MesaLibi-19.1.x is still preferred. > > Adding `HAVE_MESA_VER=21' in /etc/mk.conf and recompiling the system > (or, just the Mesa library?) should get you the new MesaLib. Yes, it does work. So basically, we are down to one question. Is it ok to add, DEPENDS+= MesaLib>=21.3.9:../../graphics/MesaLib to package Makefile? /Pedro