From owner-freebsd-ports-bugs@freebsd.org Sat Apr 24 06:46:25 2021 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3464E5F39F2 for ; Sat, 24 Apr 2021 06:46:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FS1sF0qFBz4Zqn for ; Sat, 24 Apr 2021 06:46:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1C2515F3DDA; Sat, 24 Apr 2021 06:46:25 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BF115F3C21 for ; Sat, 24 Apr 2021 06:46:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FS1sD6skgz4ZlT for ; Sat, 24 Apr 2021 06:46:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEE1E1BFD7 for ; Sat, 24 Apr 2021 06:46:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 13O6kOpa079044 for ; Sat, 24 Apr 2021 06:46:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 13O6kOuI079043 for ports-bugs@FreeBSD.org; Sat, 24 Apr 2021 06:46:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255291] Make GNU_CONFIGURE option checking fatal Date: Sat, 24 Apr 2021 06:46:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2021 06:46:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255291 --- Comment #12 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D7069bc1a13af0d6e8dae4308602afd4= b8fb40749 commit 7069bc1a13af0d6e8dae4308602afd4b8fb40749 Author: Tobias Kortkamp AuthorDate: 2021-04-22 08:03:45 +0000 Commit: Tobias Kortkamp CommitDate: 2021-04-24 06:46:08 +0000 net-mgmt/pmacct: Unbreak build with --enable-option-checking=3Dfatal =3D=3D=3D> Configuring for pmacct-1.7.5 configure: error: unrecognized options: --disable-, --enable-64bit There is no --enable-64bit option anymore. The --disable- is caused by the extra =3D after KAFKA_CONFIGURE_ENABLE=3D because the framework splits *_CONFIGURE_ENABLE on =3D. Arguably it should raise an error here instead of appending nonsense like --disable-. This took forever to find. :-( PR: 255291 net-mgmt/pmacct/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=