From owner-svn-ports-all@freebsd.org Sun Apr 2 09:57:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40C12D29F30; Sun, 2 Apr 2017 09:57:11 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 08A7ABC9; Sun, 2 Apr 2017 09:57:10 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 18F46BDCB6; Sun, 2 Apr 2017 11:57:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=wR1ocIq2gfP Q+bFgwBL02UKwycE=; b=0Tn8ZHdUNIMnNtplxRleuU/3YSJgc5nsJiuI2bbpNPB Sl6hoeVJaVgwkIq/g31BMc0UmuBNJQ3ihQ+76EPNJDYLIlNssWxoda6fTfy0aYxc Fn6reSbyalok9quX4lJT+/+Htnr9E1wPxE1S/IDw5xCYMF0rJD1v/XuDTMdK7r6A = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 8AD10BDC9F; Sun, 2 Apr 2017 11:57:08 +0200 (CEST) Subject: Re: svn commit: r437529 - in head/sysutils/xorriso: . files To: Kurt Jaeger References: <201704020759.v327xBJs047542@repo.freebsd.org> <07b7f4ac-506c-130f-8d4e-2ec0cb116fc3@mat.cc> <20170402090318.GU1270@fc.opsec.eu> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Message-ID: Date: Sun, 2 Apr 2017 11:57:07 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170402090318.GU1270@fc.opsec.eu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 02 Apr 2017 09:57:11 -0000 Le 02/04/2017 =C3=A0 11:03, Kurt Jaeger a =C3=A9crit : > Hi! > >>>> ++++ frontend/xorriso-tcltk >>>> +@@ -1,4 +1,4 @@ >>>> +-#!/usr/bin/wish=20 >>>> ++#!/usr/local/bin/wish=20 >>>> >>> %%LOCALBASE%%. >> Sorry, actually, this is USES=3Dshebangfix and >> SHEBANG_FILES=3Dfrontend/xorriso-tcltk > That's what it was before, but that did not work, see > > https://lists.freebsd.org/pipermail/freebsd-ports/2017-April/107994.htm= l > > and I tested a few combinations of USES=3Dtk or SHEBANG_LANG etc, > but somehow that did not work. I did not dig into the whole > framework to find out why it did not work. > > Any hints for a better solution very much appreciated! I have no clue of what you tried, but what I just committed works just fi= ne. --=20 Mathieu Arnold