[Bug 245867] java/sigar: Add Java 11 Support, Add TEST targets, Remove GCC dependency

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 16 Jul 2021 01:28:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245867

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Some People
           Keywords|patch                       |needs-qa
            Summary|java/sigar: Java 11         |java/sigar: Add Java 11
                   |compatible, testing         |Support, Add TEST targets,
                   |enabled, GCC eliminated     |Remove GCC dependency
              Flags|                            |merge-quarterly?
           See Also|                            |https://github.com/amishHam
                   |                            |mer/sigar/pull/1

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
Ports can carry local patches while usptream handles issues/PR's/merges.

Two methods:

1) `make makepatch` after patching WRKSRC files  from file file.orig pairs, or
upstream PR as a patch
(https://patch-diff.githubusercontent.com/raw/amishHammer/sigar/pull/1.patch)

2) Reference specific commits to add as PATCHFILES. An example from
benchmarks/glmark2:

  PATCH_SITES=    https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
  PATCHFILES+=    bd2c4ca8360a.patch:-p1 #
https://github.com/glmark2/glmark2/issues/147
  PATCHFILES+=    042bbea08fae.patch:-p1 #
https://github.com/glmark2/glmark2/issues/155

We like to keep MASTER_SITES (GitHub in this case) canonical/official where
possible

Thank you for the report and patch

^Triage: MFH if these changes are are non-functional:

MFH: 202Q3 (build fix, ports compliance, dependency fix)

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