[Bug 285904] dns/bind920: clean out git errors on configure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Apr 2025 16:43:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285904
Bug ID: 285904
Summary: dns/bind920: clean out git errors on configure
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: mat@FreeBSD.org
Reporter: jamie@catflap.org
Assignee: mat@FreeBSD.org
Flags: maintainer-feedback?(mat@FreeBSD.org)
Created attachment 259345
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=259345&action=edit
patch against dns/bind9XX/files/patch-configure.ac
This also applies to dns/bind918
When the configuration stage runs, there are numerous "harmless" git warnings,
trying to extract a SRCID from the git src.
This patch replaces:
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut
-b1-7])])dnl
with:
m4_define([bind_SRCID], [(0000000)])dnl
in configure.ac, to get a cleaner and slightly faster compile.
(As configure.ac is already patched with files/patch-configure.ac, this is a
patch against that existing patch file)
--
You are receiving this mail because:
You are the assignee for the bug.