Re: Patching Conditionally for 12.3 Releases

From: Nuno Teixeira <eduardo_at_freebsd.org>
Date: Mon, 22 Aug 2022 21:50:13 UTC
(...)
OSVERSION} < 1300000 will match 12.x

Nuno Teixeira <eduardo@freebsd.org> 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 ${OPSYS} == FreeBSD && ${OSVERSION} < 1100069
> EXTRA_PATCHES=	${PATCHDIR}/extra-patch-fbsd10
> .endif
>
> ---
> < 13.1 || == 12.3 thinking in future updates 13.x and 12.x.
>
>  Thanks,
> --
> Nuno Teixeira
> FreeBSD Committer (ports)
>


-- 
Nuno Teixeira
FreeBSD Committer (ports)