From owner-freebsd-ports@FreeBSD.ORG Wed Mar 26 15:44:22 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E11F3B5; Wed, 26 Mar 2014 15:44:22 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BBC8E1F; Wed, 26 Mar 2014 15:44:22 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id r10so2038701pdi.2 for ; Wed, 26 Mar 2014 08:44:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=kIobuov8NpUQdeHSMUiJcN+qoDd/yGNG0lx8nmQONb8=; b=I8I8u4z6MB7epjvRp5pJt04uBrMDBTj+fafBj5XxIllnQIWZuANtZtZWEx7aQ75LXj Ryv1Bq0I6XIaozFWDiK83hxxZRY5uuzi5f4T7e3LhAz3IgkNWoBCiTMTEAHNW6Vs+uUA HpWJG5AEAvbhUOi6IvkVXoI4K/04ITVusQJdiXQ6IHqaUQo2k1PCKPr9nSMK8dcWtm0s TSW2QDKFfRTuBSLmz73iEzlq/ypfMsTpnSHdH4dK8w1QtzrcOZueiSr/3hUB/6y4hmQc 2o+O+4sH4fL7Uw+CA8vlhJ+zn80cIbnXMgLttDFern8H3LA2uIO+h8OUpmp4pgHMbOp7 SIGQ== MIME-Version: 1.0 X-Received: by 10.68.164.4 with SMTP id ym4mr89382383pbb.53.1395848661101; Wed, 26 Mar 2014 08:44:21 -0700 (PDT) Sender: sjk4015@gmail.com Received: by 10.68.59.202 with HTTP; Wed, 26 Mar 2014 08:44:21 -0700 (PDT) In-Reply-To: <20140325134850.GD4402@ithaqua.etoilebsd.net> References: <20140325134850.GD4402@ithaqua.etoilebsd.net> Date: Wed, 26 Mar 2014 11:44:21 -0400 X-Google-Sender-Auth: yWhUoajgLPuc3qyIJYMysHc_YJc Message-ID: Subject: Re: shebangfix for /bin/sh From: Steven Kreuzer To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports , FreeBSD Ports Management Team X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 15:44:22 -0000 On Tue, Mar 25, 2014 at 9:48 AM, Baptiste Daroussin wrote: > On Tue, Mar 25, 2014 at 09:36:37AM -0400, Steven Kreuzer wrote: >> On Fri, Mar 14, 2014 at 1:08 PM, Steven Kreuzer wrote: >> > Hi All- >> > >> > I am in the process of cleaning up sysutils/DTraceToolkit and I would >> > like to make use of USES=shebangfix >> > >> > However, it looks like on solaris, sh is /usr/bin/sh so I would like >> > to propose the following change: >> > >> > http://people.freebsd.org/~skreuzer/patches/shebang.patch >> >> Can someone from portmgr chime in on this? I would like to get it committed so >> I can commit some changes to sysutils/DTraceToolkit >> >> Thanks > > How many ports are concerned? > if just one there is no need to add this into shebangfix.mk So far I have only seen this in one port. I am not sure how widespread it is. However, it looks like this is a solaris-ism so it seems like we should just include it as part of shebangfix instead of doing it in just that one port. If you guys disagree, I will just do it in the port. Thanks