From nobody Tue Jun 1 14:43:25 2021 X-Original-To: desktop@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 9B061E7B5E9 for ; Tue, 1 Jun 2021 14:43: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 4FvZf53tnvz3MHw for ; Tue, 1 Jun 2021 14:43:25 +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 6DC212555F for ; Tue, 1 Jun 2021 14:43:25 +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 151EhPLB071876 for ; Tue, 1 Jun 2021 14:43:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 151EhPSp071874 for desktop@FreeBSD.org; Tue, 1 Jun 2021 14:43:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: maintainer-approval requested: [Bug 256336] textproc/py-gi-docgen: hard-coded /usr/local : [Attachment 225453] [patch] fix hard-coded /usr/local Date: Tue, 01 Jun 2021 14:43:25 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: desktop@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N John Hein has asked freebsd-desktop (Team) for maintainer-approval: Bug 256336: textproc/py-gi-docgen: hard-coded /usr/local https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256336 Attachment 225453: [patch] fix hard-coded /usr/local https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225453&action=3Dedit --- Comment #1 from John Hein --- Created attachment 225453 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225453&action= =3Dedit [patch] fix hard-coded /usr/local Don't hard code the default search path with "/usr/local" - use LOCALBASE. This patch bumps PORTREVISION. This patch will not change the default packa= ges where LOCALBASE =3D /usr/local, so that bump is at the committer's discreti= on. I suggest it should be bumped - if someone has already installed a py-gi-docg= en, but is failing the pango build because of a non-default LOCALBASE, it would help to bump PORTREVISION. In other words, this change does not directly f= ix a build error with the py-gi-docgen port, but rather a separate port that dep= ends on py-gi-docgen. So bumping PORTREVISION is a good idea.