Patching Conditionally for 12.3 Releases
Date: Mon, 22 Aug 2022 20:52:28 UTC
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)