From nobody Sat Oct 09 11:25:38 2021 X-Original-To: dev-commits-ports-all@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 33B3517F5EF1; Sat, 9 Oct 2021 11:25:39 +0000 (UTC) (envelope-from git@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 4HRN5v0qX9z4cYq; Sat, 9 Oct 2021 11:25:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 F05FD19B3B; Sat, 9 Oct 2021 11:25:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 199BPcE1046898; Sat, 9 Oct 2021 11:25:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 199BPcgU046897; Sat, 9 Oct 2021 11:25:38 GMT (envelope-from git) Date: Sat, 9 Oct 2021 11:25:38 GMT Message-Id: <202110091125.199BPcgU046897@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 6b894ff7e4fe - 2021Q4 - x11/fuzzel: unbreak zsh completion for --icon-theme List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 6b894ff7e4feed1513fc5ef524b750b401d27571 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b894ff7e4feed1513fc5ef524b750b401d27571 commit 6b894ff7e4feed1513fc5ef524b750b401d27571 Author: Jan Beich AuthorDate: 2021-10-09 11:16:35 +0000 Commit: Jan Beich CommitDate: 2021-10-09 11:25:10 +0000 x11/fuzzel: unbreak zsh completion for --icon-theme _fuzzel:cd:38: no such file or directory: /usr/share/icons (cherry picked from commit 774261e4a63517d28cc0637141033eaaaa8c71b7) --- x11/fuzzel/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/fuzzel/Makefile b/x11/fuzzel/Makefile index 8fa51007e55c..78ba21b1a35a 100644 --- a/x11/fuzzel/Makefile +++ b/x11/fuzzel/Makefile @@ -1,5 +1,6 @@ PORTNAME= fuzzel DISTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -39,7 +40,9 @@ PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_MESON_ENABLED= enable-png post-patch: - @${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ +# Respect PREFIX for icons + @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ + ${WRKSRC}/completions/zsh/_${PORTNAME} \ ${WRKSRC}/xdg.c .include