Date: Thu, 13 Feb 2025 14:08:58 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 284466] audio/supercollider: Fix building with boost Message-ID: <bug-284466-7788-5TF04vqB7Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284466-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-284466-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284466 --- 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 entr= ies for the main distfile: one from MASTER_SITES and DISTNAME. This is going to cause trouble. As per Porter's Handbook, example 18 in =C2=A7 5.4.3 "USE_GITHUB", I recomm= end you refer to the patched version through it's "git describe" alias Version-3.11.2-2108-g78f641e27 and set DISTVERSOINPREFIX=3DVersion- DISTVERSION=3D3.11.2-2108 DISTVERSIONSUFFIX=3D-g78f641e27 then remove MASTER_SITES, DISTNAME, and the GH_* entries for the main distf= ile. This will generate the correct PKGVERSION and fetch the right package. For the submodules, please use their full git hash, not the abbreviated one= .=20 Abbreviated git hashes can become ambiguous and cause trouble. Ideally use tag names for these. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284466-7788-5TF04vqB7Q>