FreeBSD Bugzilla – Attachment 174420 Details for
Bug 212419
[patch] Mk/Scripts/qa.sh: disable some checks for linux ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
linux.qa.patch (text/plain), 957 bytes, created by
Tijl Coosemans
on 2016-09-06 16:09:04 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2016-09-06 16:09:04 UTC
Size:
957 bytes
patch
obsolete
>Index: Mk/Scripts/qa.sh >=================================================================== >--- Mk/Scripts/qa.sh (revision 421414) >+++ Mk/Scripts/qa.sh (working copy) >@@ -26,9 +26,9 @@ shebangonefile() { > f="$@" > rc=0 > >- # blacklist of files which are not intended to be runnable >- case "${f##*/}" in >- *.pm|*.pod|*.txt) >+ # whitelist some files >+ case "${f}" in >+ *.pm|*.pod|*.txt|${STAGEDIR}${LINUXBASE}/*) > return 0 > ;; > esac >@@ -306,7 +306,7 @@ libperl() { > } > > prefixvar() { >- if test -d ${STAGEDIR}${PREFIX}/var; then >+ if [ ${PREFIX} != ${LINUXBASE} -a -d ${STAGEDIR}${PREFIX}/var ]; then > warn "port uses ${PREFIX}/var instead of /var" > fi > } >@@ -662,7 +662,7 @@ proxydeps() { > done <<-EOT > $(cd ${STAGEDIR} && find -s . -type f \( -perm +111 -o -name '*.so*' \) | \ > file -F $'\1' -f - | \ >- grep -a 'ELF.*dynamically linked' | \ >+ grep -a 'ELF.*FreeBSD.*dynamically linked' | \ > cut -f 1 -d $'\1'| \ > sed -e 's/^\.//') > EOT
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212419
: 174420