From owner-freebsd-ports@freebsd.org Tue Apr 18 09:27:21 2017 Return-Path: Delivered-To: freebsd-ports@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 1B2A1D43D43 for ; Tue, 18 Apr 2017 09:27:21 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D89BAA31 for ; Tue, 18 Apr 2017 09:27:20 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1d0PPj-0002dE-TT for freebsd-ports@freebsd.org; Tue, 18 Apr 2017 11:27:11 +0200 Received: from pc028.nfv.nw-fva.de (134.76.242.1) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Apr 2017 11:27:11 +0200 To: From: Rainer Hurling Subject: More shebangfix problems with ports Message-ID: Date: Tue, 18 Apr 2017 11:27:05 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 09:27:21 -0000 After the shebang rules where intensified, many ports have been fixed already. Many thanks for that! For me, on 12.0-CURRENT, at least lang/go and www/libxul have non fixed shebangs until now: lang/go: Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/lib/time/update.bash' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/misc/benchcmp' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/misc/nacl/go_nacl_386_exec' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/misc/nacl/go_nacl_amd64p32_exec' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/misc/nacl/go_nacl_arm_exec' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/all.rc' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/clean.rc' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/src/cmd/dist/mkdeps.bash' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go/src/cmd/go/mkalldocs.sh' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/make.rc' Error: '/usr/bin/perl' is an invalid shebang you need USES=shebangfix for 'go/src/net/http/cgi/testdata/test.cgi' Error: '/usr/bin/perl' is an invalid shebang you need USES=shebangfix for 'go/src/regexp/syntax/make_perl_groups.pl' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/run.rc' www/libxul: Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/libxul/sdk/bin/xpidl.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/libxul/sdk/bin/xpt.py' Warning: Bad symlink '/usr/local/bin/xulrunner' pointing to an absolute pathname '/usr/local/lib/libxul/xulrunner' Warning: Bad symlink '/usr/local/lib/libxul/lib' pointing to an absolute pathname '/usr/local/lib/libxul/sdk/lib' Warning: Bad symlink '/usr/local/lib/libxul/bin' pointing to an absolute pathname '/usr/local/lib/libxul' Warning: Bad symlink '/usr/local/lib/libxul/include' pointing to an absolute pathname '/usr/local/include/libxul' Warning: Bad symlink '/usr/local/lib/libxul/idl' pointing to an absolute pathname '/usr/local/share/idl/libxul'