[Bug 212419] [patch] Mk/Scripts/qa.sh: disable some checks for linux ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 6 16:09:04 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212419

            Bug ID: 212419
           Summary: [patch] Mk/Scripts/qa.sh: disable some checks for
                    linux ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: tijl at FreeBSD.org
                CC: freebsd-ports-bugs at FreeBSD.org
          Keywords: patch

Created attachment 174420
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174420&action=edit
patch

Some improvements 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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list