From owner-freebsd-ports@FreeBSD.ORG Fri Mar 14 17:08:01 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03C05750 for ; Fri, 14 Mar 2014 17:08:01 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D469D389 for ; Fri, 14 Mar 2014 17:08:00 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id r10so2789486pdi.35 for ; Fri, 14 Mar 2014 10:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=0SAzUpSLUKmeajGBCLSKVnk53HN0p94kHyjZ/9MgBcY=; b=E22WnHcei0f9Ws6iyjmnLEa9oSD+ww66zlQaSRIwMGfetwFbjLaVUR6059yY6L1OVm tb4ZDZu9Ke64j4Pcy++ISBmmJ9Cfu5NRS9O19BvFtwRDFw/i8v6b4XuXEK5BydocPdH9 85kcEelyAwSmdVpQ5D30I0a87HEhMlBlUPlPVbwBxwM5LKAjqZ7Sf8Gs29tE+vqE9EWC eocUPuepWEkt6O2+0fmpShWrWzqghu2DA4g+Y2uAgtxKJgvDI/nlNho7t0cC9VIY8ikX JgpeeJpM5+3Wwszs2RxCC4QLj5ZxmJuUBmz03wRsxh8NuKgUxj3XzsgMfqoaE/l1Gzxr /ICw== MIME-Version: 1.0 X-Received: by 10.68.138.227 with SMTP id qt3mr10445128pbb.6.1394816880524; Fri, 14 Mar 2014 10:08:00 -0700 (PDT) Sender: sjk4015@gmail.com Received: by 10.68.59.202 with HTTP; Fri, 14 Mar 2014 10:08:00 -0700 (PDT) Date: Fri, 14 Mar 2014 13:08:00 -0400 X-Google-Sender-Auth: 4vku_i0o1jIOEcxDWDinDJVLbJE Message-ID: Subject: shebangfix for /bin/sh From: Steven Kreuzer To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 14 Mar 2014 17:08:01 -0000 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 Thanks