From nobody Tue Jan 16 04:19:56 2024 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 4TDbQ45Tpxz56d8M; Tue, 16 Jan 2024 04:19:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TDbQ44Qkxz4pJF; Tue, 16 Jan 2024 04:19:56 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705378796; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yuUXDFfK9j07pylJmPiLXws140JrrevKa1KLgzh3/GE=; b=RDeSqRock1prGRn7rN73qbvBGCW7E6n0xochp3NEyz1A82ty1Rs4q7wdOBRp8xSsRNtTfy evyyDYq8hyupd79nRT8FWFda7aDHCkKlWQWkRlaxkH+oXxP1zmIDWYQu0dg4D9+CQVxQQu 21rx6jPorTQu2OR4M73wxxen6vqPBGOZyCLFAvu/xH+I7sP7cIo7Cs5xKJsubIMm9THlS4 +IuZS4rJnZnFntETF0qVp8b92T5Z3P2yTnUT/CP5/sAsSih7vdYRtMzAgHeCeixEEBcNvr f4RT/gG2+zyYTREl/qFdiSkYRMX5K+M3L4ZILzxgOPuc0QnF/HXxzYsvyk2wCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705378796; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yuUXDFfK9j07pylJmPiLXws140JrrevKa1KLgzh3/GE=; b=alTjXfWtn+cWwhx88kb6Nk1rMSLGekavZHnBERB/vgNzqZxmjjTvNSA9+v9ghqlNuPOyO6 5Holu5FDn2CkrAAY3aeIaf8bIaP1EAc93VeeB35PxIkek89rPUGzHsPatQWfJVS3ofaACr XcjiJEneBcKP+aoA67lwxxGEkpZzlUfJLFXEz8TL44i0bHZ4Rrec/p9NsQ/EWmuESctOBG FR7nv16AEbx9L0i0ohDp+M/6GM+T+kSIdcENQr3NjeB8m3SQKT75DLkDq6b0YQQM2hzIIp L43WISK5n9penJwBkYcp1TZrTOFQX2HmquWE5QB7RxRyemrLUHg8j8FSrD33pQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705378796; a=rsa-sha256; cv=none; b=hUpxBXp1aCFL3AU1Sz5c81t8dsejp94wIYUhvTTuZ/6dQRl0ykEE+IXGik024JMM3Cexx8 J1hnGLSPmR8gZZv7mU7KYzbdqd494K7Tal13kSehopELfwClg12WKUMGToWXzZg16aFLiZ M3MCb0WafDZkLY+uZHqRWvixsnVcMrUTNWhvnQM0mOYKDb+PxdcGRIbf8T28AAhqCB2BWU 7ekAREiDL2shaLmANi33o7fw0vz07X0nO5AKJsS1djGMfpkIil166AoLkSbOalngXuZcmj 7t2f2RORo2eCQ0uP5ULexoV+IBdirRgTkCk+qd6pK0hZ03Ey77EDYB+V3iG7JQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 5F45A28D7; Tue, 16 Jan 2024 04:19:56 +0000 (UTC) Date: Tue, 16 Jan 2024 04:19:56 +0000 From: Alexey Dokuchaev To: Renato Botelho Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: e362b5a5b6e2 - main - archivers/sharutils: Move manpages to ${PREFIX}/share Message-ID: References: <202401151924.40FJOrhl015246@gitrepo.freebsd.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <202401151924.40FJOrhl015246@gitrepo.freebsd.org> On Mon, Jan 15, 2024 at 07:24:53PM +0000, Renato Botelho wrote: > commit e362b5a5b6e2bde5cd33360a7618cfe61c218a66 > > archivers/sharutils: Move manpages to ${PREFIX}/share > --- > > -GNU_CONFIGURE= yes > +HAS_CONFIGURE= yes > CONFIGURE_ARGS= --program-prefix=g --disable-uucode This is wrong: $ less work/sharutils-4.15.2/configure ^L # Generated by GNU Autoconf 2.69 for GNU sharutils 4.15.2. # # Report bugs to . ... ./danfe