[Bug 279520] devel/root: Update to 6.32/00

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 04 Jun 2024 15:06:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279520

            Bug ID: 279520
           Summary: devel/root: Update to 6.32/00
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: erik@tenku.dk

Created attachment 251216
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251216&action=edit
Patch for upgrade of port to version 6.32/00

Attached: Patch for upgrade of port to version 6.32/00

Release notes: https://root.cern/doc/v632/release-notes.html

Port config: Added almost all default upstream build options as `make config`
options in port framework. There are no actual changes as to what is built by
default, but the same configurability, provided by the source code, prior to
building is now part of the port Makefile.
See https://root.cern/install/build_from_source/#all-build-options

Port defaults which differ from the upstream defaults:
MYSQL, PGSQL and SQLITE options are OFF.
MATHMORE option is ON.
CLAD and DAVIX options are OFF.

SQL-related options require the relevant frameworks to be installed on the
user's system; I do not wish to force any or all of these on a given user who
is installing ROOT via `pkg install root`.
MATHMORE is, in my experience, almost always necessary, but, for some reason,
it is not a default build option upstream.
Support for CLAD and DAVIX requires some tinkering with the CMake configuration
files in order to avoid the need to download these external components during
the
configure stage -- this is on my to-do list.

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