From owner-freebsd-ports-bugs@freebsd.org Fri Apr 9 13:35:08 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 34D6D5B8A68 for ; Fri, 9 Apr 2021 13:35:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FGzdm0qknz4k32 for ; Fri, 9 Apr 2021 13:35:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1A8315B8A67; Fri, 9 Apr 2021 13:35:08 +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 1A47A5B8ADD for ; Fri, 9 Apr 2021 13:35:08 +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 4FGzdm0BHhz4jwj for ; Fri, 9 Apr 2021 13:35:08 +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 EDC361EE21 for ; Fri, 9 Apr 2021 13:35:07 +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 139DZ7fm052906 for ; Fri, 9 Apr 2021 13:35:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 139DZ7Oe052905 for ports-bugs@FreeBSD.org; Fri, 9 Apr 2021 13:35:07 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 250800] mail/postfixadmin: requires XMLRPC and thus fails to build with PHP 8.0 Date: Fri, 09 Apr 2021 13:35:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports.maintainer@evilphi.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ 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: Fri, 09 Apr 2021 13:35:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250800 --- Comment #7 from Rin Morningstar --- ExecSum: no change needed, port works correctly by sheer luck, dead code wi= ll be trimmed later. Close PR as FIXED. When fluffy touched mail/postfixadmin back in December, they ignored this P= R.=20 The commit message included a note about me having two months to "react and fix" php80 support. That was more than a month after this PR was approved = for commit. The change fluffy made tested FLAVOR in an unflavoured port. That would ha= ve resulted in a no-op change, but they also made a typo and wrote "USE_PHP_= =3D" instead of "USE_PHP+=3D". This dropped xmlrpc support for all versions of = PHP, yielding a shallow positive result of letting the port build with php80. The port then sat until 2 March, when portmgr fixed the USE_PHP_ typo but didn't correct FLAVOR to PHP_VER, turning fluffy's change into a no-op and adding xmlrpc to USE_PHP for all PHP versions, breaking the build for php80. On 28 March, net/pecl-xmlrpc was added and the Uses framework was updated to correctly choose between net/php*-xmlrpc or net/pecl-xmlrpc depending on PHP_VER, making the port once again build for all versions of PHP. Other than this PR, no one mentioned PostfixAdmin not building for php80. = Nor did anyone complain about missing XML-RPC support. In a later update, I revert the USE_PHP bits to how they were with r535201. FWIW, XML-RPC support in PostfixAdmin is moribund. See issue #395 on the Github: https://github.com/postfixadmin/postfixadmin/issues/395 If you do need XML-RPC support, please mention it on Github and say what yo= u're using it for. The only thing I know of that used it was a password-change plugin for the long-defunct Squirrelmail webmail app. At this point, this PR can be closed FIXED due to externalities. --=20 You are receiving this mail because: You are the assignee for the bug.=