[Bug 268701] devel/root: upgrade to ROOT v6.26/10

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Jan 2023 10:47:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268701

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Setting CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 will enable root7 by default, so
option ROOT7 will have no effect.

Sugestion is using flavor root{-root7}:

- default flavor: root
- second flavour: root-root7

pkg-plist will be different for both.

Or use CMAKE_ARGS= -DCMAKE_CXX_STANDARD=14 (minimum required) for normal
version and CMAKE_ON= root7 for option ROOT7

-- 
You are receiving this mail because:
You are the assignee for the bug.