From owner-svn-ports-all@freebsd.org Tue Jul 31 01:21:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16E1510684AF for ; Tue, 31 Jul 2018 01:21:17 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-yb0-x229.google.com (mail-yb0-x229.google.com [IPv6:2607:f8b0:4002:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E45C72028 for ; Tue, 31 Jul 2018 01:21:16 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-yb0-x229.google.com with SMTP id c4-v6so283303ybl.6 for ; Mon, 30 Jul 2018 18:21:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bxV4THdWxaDjI1ovIefwmNVHUFibqEbQiDeyBnLbSno=; b=Kc1OTOtxH5ZvreGYpSIG6yXqOdMKQVe9/pGEp3W8An/pN5sO4TxV0c+HyxrSLpaIRZ AxHd9cr1o6oi4alRZP2KbqDZg7yxks0y2tWRFOYVhkOl2JFBUkccByqboIw/7xl/dOUo p5jWZGM3c7ICeEkZa/RFZJyY+oiOXPT1ww02Hp+/rG6wjg2N/jR475o1IgZtPBLw40rx poe5z0lC5auhqGt1qpTX00V1A16/0Rh0K1mPEfNwVEUJQtA24QDZrJqvp4SrR3oJ7d4y 5o0bCOTzzzEZ5cAR43m4c6zNeUSNRDJXd1g79wXUKm9oUezqKtsTNv6beyQvhCsaX+OU FGdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bxV4THdWxaDjI1ovIefwmNVHUFibqEbQiDeyBnLbSno=; b=jrEDDa3cfMnVBPpUAeBYL/udryoSLQqSz54R+EzSWz2Txy2y3pnzAjSKP0HgA8/thV Xihc025U511B0xuB+5r8wgtKQPrT0ei44XZ7IMhIKKri9ukffHZM+5Rwb1ViJE5PPmoC TSdsIh7ymRf4MmPLaWDSQAG0CBt0BfeV5hqYbtKZlzDvY2lmwXCl3NlekVhefJeOPf6a m4f6T7QqT0tX7rFB0443by56qalILRyZ5yDyi4ZMu582F9bOrxgMahphRpu6ZmjsZlSF jhTdz+UMZzutqxuHfT+kS7QxRrrqeSAYxiMoKDqnsAxm24RLjXbSuL0CmPEhrL2XEAyK rUPg== X-Gm-Message-State: AOUpUlHZbpFaTFGZibZiTQ3/bx9roNbOZ1gOVjCYv8wWBZGaDaNT/rS+ IH6qItiAD3pnY73rmA90drBTw+CLJy5/HIauKzj1OA== X-Google-Smtp-Source: AAOMgpcCxZM+rX4yPF06eUSz2PO5giXPHXXXJiSj5aAbC/yNQa78rJAk0R+cR7ZQupPqg9tWRfCveAAzYpbTqTUYCUw= X-Received: by 2002:a5b:307:: with SMTP id j7-v6mr10360402ybp.57.1533000076188; Mon, 30 Jul 2018 18:21:16 -0700 (PDT) MIME-Version: 1.0 References: <201807310050.w6V0o17f005459@repo.freebsd.org> In-Reply-To: From: Adam Weinberger Date: Mon, 30 Jul 2018 19:21:00 -0600 Message-ID: Subject: Re: svn commit: r475963 - in head/devel: . bashdb To: yuri@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 01:21:17 -0000 On Mon, Jul 30, 2018 at 7:18 PM Yuri wrote: > > On 7/30/18 6:13 PM, Adam Weinberger wrote: > > This should probably be done with shebangfix as well. Either way, it > > should be modified before it's installed, not afterwards. > > > They use some tag, like @@BASH@@, in the source, so shebang wouldn't > work. I looked into this, of course. Okay, so why not s|@@BASH@@|${LOCALBASE}/bin/bash}|? At the very least, do the current reinplace in post-build, not post-install. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org