From owner-svn-ports-head@freebsd.org Tue Jul 31 01:21:17 2018 Return-Path: Delivered-To: svn-ports-head@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 16DB910684AE for ; Tue, 31 Jul 2018 01:21:17 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (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 9D4BA72027 for ; Tue, 31 Jul 2018 01:21:16 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-yb0-x230.google.com with SMTP id e9-v6so5540960ybq.1 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=lGLeeLZ5DFo9CvMmTdwo/uA1eXjQYmq79Y8K0BT119I3cSNPhYFX6ob0vH+OLxmx7j 6cG0RvdlvfdyIs4riKU9+wuqPztiKQBDoMN9xSdzZHapm9Dwa0QjryqdR95Uam+HBH0c cUls31ok+v1uYbVXA/GxB4ViBwZlHVGshc563e9S9aySgYFyXq47PnoO1SfRja1pB18F UJpkaywtQW00wgN9g8R7U6PcLoUj9oYDmk9OYrWr0cdkvFdwK2JZoyYzJMx/8fgzSFU+ +7/szwZBw8chrOqW5wFtX69L4cs4WFFoTNCk2MvJRcR+XirvQTO63Sw/PZ36s4YmJVHA lneg== X-Gm-Message-State: AOUpUlFBO4o3CtUW95mn/C+8XULlfyGM+LIZatDUMvdU+u3sbwOA31JP I2w9uway9DqxQdsD78Z67CtEa/GucFByU38hq1Rr7g== 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-head@freebsd.org X-Mailman-Version: 2.1.27 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: 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