[Bug 284466] audio/supercollider: Fix building with boost

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Feb 2025 14:08:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284466

--- Comment #3 from Robert Clausecker <fuz@FreeBSD.org> ---
Ok, that makes sense.

Neverthless the patch is a bit broken as now there are two conflicting entries
for the main distfile: one from MASTER_SITES and DISTNAME.  This is going to
cause trouble.

As per Porter's Handbook, example 18 in ยง 5.4.3 "USE_GITHUB", I recommend you
refer to the patched version through it's "git describe" alias

    Version-3.11.2-2108-g78f641e27

and set

    DISTVERSOINPREFIX=Version-
    DISTVERSION=3.11.2-2108
    DISTVERSIONSUFFIX=-g78f641e27

then remove MASTER_SITES, DISTNAME, and the GH_* entries for the main distfile.
This will generate the correct PKGVERSION and fetch the right package.

For the submodules, please use their full git hash, not the abbreviated one. 
Abbreviated git hashes can become ambiguous and cause trouble.
Ideally use tag names for these.

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