Bug 269947 - devel/root: Fix configure on powerpc
Summary: devel/root: Fix configure on powerpc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-03 19:30 UTC by Erik Jensen
Modified: 2023-03-07 08:02 UTC (History)
2 users (show)

See Also:


Attachments
Patch configure step of ROOT on powerpc (1.17 KB, patch)
2023-03-03 19:30 UTC, Erik Jensen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Jensen 2023-03-03 19:30:45 UTC
Created attachment 240568 [details]
Patch configure step of ROOT on powerpc

ROOT version 6.26/06 fails to be configured on powerpc: https://pkg-status.freebsd.org/foul1/data/131powerpc64-quarterly/ef59ef166670/logs/root-6.26.06.log

This patch fixes the reported error for ROOT version >= 6.28/00.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-07 08:02:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=354c8ccfa6ae3b16d402dbbaf726746c583e4041

commit 354c8ccfa6ae3b16d402dbbaf726746c583e4041
Author:     Erik Jensen <erik@tenku.dk>
AuthorDate: 2023-03-07 07:56:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-03-07 07:58:22 +0000

    devel/root: Fix configure on powerpc

    ROOT version 6.26/06 fails to be configured on powerpc:
    https://pkg-status.freebsd.org/foul1/data/131powerpc64-quarterly/ef59ef166670/logs/root-6.26.06.log

    This patch fixes the reported error for ROOT version >= 6.28/00

    PR:             269947

 devel/root/files/patch-cmake_modules_SetUpLinux.cmake | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2023-03-07 08:02:47 UTC
Committed, thanks!