Re: Qt6 in the ports tree

2022-08-22 Thread Fernando Apesteguía
On Sun, Aug 21, 2022 at 7:31 PM Tobias C. Berner wrote: > > Moin moin > > Qt6 has finally been added to the ports tree. > > As whenever we have multiple versions of things available, there will > be dragons. > > Unfortunately we cannot find these dragons (unless we would add a > USES=qt:6, USE_QT=

Ports with version numbers going backwards: emulators/libretro-ppsspp, emula...

2022-08-22 Thread portmgr
** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Convention

Can I get someone to look at ports/265712?

2022-08-22 Thread Mel Pilgrim
It's an easy-to-fix bug with python it from working with user-local pip-based installs, but it's gone two weeks without maintainer response.

Patching Conditionally for 12.3 Releases

2022-08-22 Thread Nuno Teixeira
Hello to all, I'm about to patch a port only for 12.3 Release so build is fixed (due to clang version 10.0.0.1) My doubt is what the best option for OSREL: (sample:) .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100069 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-fbsd10 .endif --- < 13.1 || == 12.3 thin

Re: Patching Conditionally for 12.3 Releases

2022-08-22 Thread Nuno Teixeira
(...) OSVERSION} < 130 will match 12.x Nuno Teixeira escreveu no dia segunda, 22/08/2022 à(s) 21:52: > Hello to all, > > I'm about to patch a port only for 12.3 Release so build is fixed (due to > clang version 10.0.0.1) > My doubt is what the best option for OSREL: > (sample:) > > .if ${OPS