From nobody Sat Oct 23 13:19:17 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6014818113F0 for ; Sat, 23 Oct 2021 13:19:17 +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 4Hc1yY2BG5z4RYJ for ; Sat, 23 Oct 2021 13:19:17 +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 26CC622C5C for ; Sat, 23 Oct 2021 13:19:17 +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 19NDJHpT081353 for ; Sat, 23 Oct 2021 13:19:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19NDJH4f081352 for ports-bugs@FreeBSD.org; Sat, 23 Oct 2021 13:19:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259259] Mk/Uses/emacs.mk: Remove Emacs major version from EMACS_PKGNAMESUFFIX Date: Sat, 23 Oct 2021 13:19:17 +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 Some People X-Bugzilla-Who: bdrewery@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emacs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259259 Bryan Drewery changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdrewery@FreeBSD.org --- Comment #8 from Bryan Drewery --- This patch runs into numerous Poudriere errors. I have not yet figured it o= ut fully, however "" is definitely not going to work. Directly in the ports you can see why: ~/git/ports/main/devel/magit-devel # make -V PKGNAME FLAVOR=3Dfull magit-devel""-3.2.1.76 The "" is taken literally. Making it simply blank works, if I understand the intent right. ~/git/ports/main/devel/magit-devel # make -V PKGNAME FLAVOR=3Dfull magit-devel-3.2.1.76 I haven't finished my analysis but fixing that does allow Poudriere to avoid the errors. Changing to blank does result in these kind of package names if that is expected: [00:00:30] [Dry Run] Deleting dash.el-emacs27-2.19.1_1.pkg: package name changed to 'dash.el' [00:00:30] [Dry Run] Deleting dash.el-emacs27_canna-2.19.1_1.pkg: package n= ame changed to 'dash.el-emacs-canna' [00:00:30] [Dry Run] Deleting dash.el-emacs29-2.19.1_1.pkg: package name changed to 'dash.el-emacs-devel' [00:00:30] [Dry Run] Deleting dash.el-emacs29_nox-2.19.1_1.pkg: package name changed to 'dash.el-emacs-devel-nox' [00:00:30] [Dry Run] Deleting magit-devel-emacs27-3.2.1.76.pkg: package name changed to 'magit-devel' [00:00:30] [Dry Run] Deleting magit-devel-emacs27_canna-3.2.1.76.pkg: packa= ge name changed to 'magit-devel-emacs-canna' [00:00:30] [Dry Run] Deleting magit-devel-emacs29-3.2.1.76.pkg: package name changed to 'magit-devel-emacs-devel' [00:00:30] [Dry Run] Deleting magit-devel-emacs29_nox-3.2.1.76.pkg: package name changed to 'magit-devel-emacs-devel-nox' [00:00:30] [Dry Run] Deleting transient-emacs27-0.3.6_1.pkg: package name changed to 'transient' [00:00:30] [Dry Run] Deleting transient-emacs27_canna-0.3.6_1.pkg: package = name changed to 'transient-emacs-canna' [00:00:30] [Dry Run] Deleting transient-emacs29-0.3.6_1.pkg: package name changed to 'transient-emacs-devel' [00:00:30] [Dry Run] Deleting transient-emacs29_nox-0.3.6_1.pkg: package na= me changed to 'transient-emacs-devel-nox' [00:00:30] [Dry Run] Deleting with-editor-emacs27-3.0.5.pkg: package name changed to 'with-editor' [00:00:30] [Dry Run] Deleting with-editor-emacs27_canna-3.0.5.pkg: package = name changed to 'with-editor-emacs-canna' [00:00:30] [Dry Run] Deleting with-editor-emacs29-3.0.5.pkg: package name changed to 'with-editor-emacs-devel' [00:00:30] [Dry Run] Deleting with-editor-emacs29_nox-3.0.5.pkg: package na= me changed to 'with-editor-emacs-devel-nox' I plan to add a validation to bsd.port.mk about "" being invalid, among whatever else is a problem here. --=20 You are receiving this mail because: You are on the CC list for the bug.=