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=
** 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
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.
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
(...)
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