FreeBSD Bugzilla – Attachment 117810 Details for
Bug 159942
[PATCH] sysutils/libchk: ruby 1.9 compatibility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libchk-1.10.1.patch
libchk-1.10.1.patch (text/plain), 1.09 KB, created by
Steve Wills
on 2011-08-20 19:30:09 UTC
(
hide
)
Description:
libchk-1.10.1.patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2011-08-20 19:30:09 UTC
Size:
1.09 KB
patch
obsolete
>Index: files/patch-ruby19 >=================================================================== >RCS file: files/patch-ruby19 >diff -N files/patch-ruby19 >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-ruby19 20 Aug 2011 18:21:24 -0000 >@@ -0,0 +1,34 @@ >+--- libchk.rb.orig 2011-08-20 13:48:29.000000000 +0000 >++++ libchk.rb 2011-08-20 14:07:16.000000000 +0000 >+@@ -93,11 +93,11 @@ >+ } >+ >+ opts.def_option("-s", "--strict", "Perform stricter checks") { >+- |$strict| >++ $strict = true >+ } >+ >+ opts.def_option("-v", "--verbose", "Make a detailed report") { >+- |$detailed| >++ $detailed = true >+ } >+ >+ opts.def_option("-x", "--exclude=DIR", "Exclude the given directory") { >+@@ -231,7 +231,7 @@ >+ >+ libtable = {} >+ >+- `#{LDCONFIG_CMD} -r`.each { |line| >++ `#{LDCONFIG_CMD} -r`.each_line { |line| >+ line.strip! >+ >+ case line >+@@ -319,7 +319,7 @@ >+ dep = [] >+ rpath = [] >+ >+- `#{OBJDUMP_CMD} -p #{file.shellescape} 2>/dev/null`.each { |line| >++ `#{OBJDUMP_CMD} -p #{file.shellescape} 2>/dev/null`.each_line { |line| >+ line.strip! >+ >+ case line
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 159942
: 117810