FreeBSD Bugzilla – Attachment 154971 Details for
Bug 199007
update devel/rubygem-ffi to 1.9.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port update
rubygem-ffi-1.9.8.diff (text/plain), 1.66 KB, created by
Michael Moll
on 2015-03-29 19:24:50 UTC
(
hide
)
Description:
port update
Filename:
MIME Type:
Creator:
Michael Moll
Created:
2015-03-29 19:24:50 UTC
Size:
1.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 382619) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= ffi >-PORTVERSION= 1.9.3 >-PORTREVISION= 1 >+PORTVERSION= 1.9.8 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >Index: distinfo >=================================================================== >--- distinfo (revision 382619) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/ffi-1.9.3.gem) = 57977d095c1c324ac1cb134863180b34d5743fed2b6d7528adc5ec71a581e320 >-SIZE (rubygem/ffi-1.9.3.gem) = 865280 >+SHA256 (rubygem/ffi-1.9.8.gem) = e9a01a41814ea6781750177d7d50209b8867c9e250d86c282f368bb4174a005e >+SIZE (rubygem/ffi-1.9.8.gem) = 881152 >Index: files/patch-lib__ffi__library.rb >=================================================================== >--- files/patch-lib__ffi__library.rb (revision 382619) >+++ files/patch-lib__ffi__library.rb (working copy) >@@ -1,15 +0,0 @@ >---- ./lib/ffi/library.rb.orig 2014-08-22 21:57:09.968099978 +0000 >-+++ ./lib/ffi/library.rb 2014-08-22 21:57:30.351098318 +0000 >-@@ -114,9 +114,9 @@ >- >- rescue Exception => ex >- ldscript = false >-- if ex.message =~ /(([^ \t()])+\.so([^ \t:()])*):([ \t])*invalid ELF header/ >-- if File.read($1) =~ /GROUP *\( *([^ \)]+) *\)/ >-- libname = $1 >-+ if ex.message =~ /(([^ \t()])+\.so([^ \t:()])*):([ \t])*(invalid ELF header|file too short|invalid file format)/ >-+ if File.read($1) =~ /(?:GROUP|INPUT) *\( *([^\)]+)/ >-+ libname = $1.split(' ')[0] >- ldscript = true >- end >- end
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 199007
: 154971 |
154972