Date: Thu, 08 Sep 2016 14:13:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212419] [patch] Mk/Scripts/qa.sh: disable some checks for linux ports Message-ID: <bug-212419-13-X2XHFinJMy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212419-13@https.bugs.freebsd.org/bugzilla/> References: <bug-212419-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212419 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Thu Sep 8 14:12:41 UTC 2016 New revision: 421553 URL: https://svnweb.freebsd.org/changeset/ports/421553 Log: Disable some checks for linux ports. - shebang check: skip scripts in LINUXBASE. Things like /bin/bash are valid in a Linux context. Also, these scripts usually only work with a Linux shell so it doesn't make sense to try to make them work from a FreeBSD shell. - prefixvar check: allow LINUXBASE/var. - proxydeps check: only test FreeBSD ELF files because ldd(1) doesn't work with other ELF files. PR: 212419 Submitted by: tijl Sponsored by: Absolight Changes: head/Mk/Scripts/qa.sh --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212419-13-X2XHFinJMy>