From owner-svn-ports-head@freebsd.org Thu Mar 19 08:32:24 2020 Return-Path: Delivered-To: svn-ports-head@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 8601027FDF7; Thu, 19 Mar 2020 08:32:24 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 48jgBb5vjdz42Ll; Thu, 19 Mar 2020 08:32:23 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 02J8WMin090571 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 19 Mar 2020 01:32:22 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76] claimed to be yv.noip.me Subject: Re: svn commit: r528682 - in head/cad: . netgen-lvs netgen-lvs/files To: Mateusz Piotrowski <0mp@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202003190319.02J3JwtB035347@repo.freebsd.org> <556c09e2-34f7-635d-0998-75a50d9591ea@FreeBSD.org> From: Yuri Message-ID: Date: Thu, 19 Mar 2020 01:32:21 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <556c09e2-34f7-635d-0998-75a50d9591ea@FreeBSD.org> Content-Language: en-US X-Rspamd-Queue-Id: 48jgBb5vjdz42Ll X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.06 / 15.00]; NEURAL_SPAM_MEDIUM(0.96)[0.962,0]; REPLY(-4.00)[]; NEURAL_SPAM_LONG(0.98)[0.981,0] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2020 08:32:24 -0000 On 2020-03-19 01:28, Mateusz Piotrowski wrote: > Couldn't this be done via USES=shebangfix? USES=shebangfix is looking for /usr/bin/env, not /bin/env. >> +post-stage: >> +    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* > > It probably does not matter but shouldn't it be done during > post-install for consistency with the rest of the ports tree? I agree. Yuri