FreeBSD Bugzilla – Attachment 134399 Details for
Bug 179068
multimedia/ruby-flvtool2 - make it work with ruby19
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-flvtool2.patch
ruby-flvtool2.patch (text/plain), 1.18 KB, created by
oz
on 2013-05-29 00:20:00 UTC
(
hide
)
Description:
ruby-flvtool2.patch
Filename:
MIME Type:
Creator:
oz
Created:
2013-05-29 00:20:00 UTC
Size:
1.18 KB
patch
obsolete
>diff -rNup ruby-flvtool2.orig/Makefile ruby-flvtool2/Makefile >--- ruby-flvtool2.orig/Makefile 2013-05-28 16:02:26.000000000 -0600 >+++ ruby-flvtool2/Makefile 2013-05-28 15:55:02.000000000 -0600 >@@ -12,14 +12,7 @@ EXTRACT_SUFX= .tgz > MAINTAINER= gslin@gslin.org > COMMENT= Manipulation tool for Macromedia Flash Video files > >-DEPRECATED= Does not work with Ruby 1.9 >-EXPIRATION_DATE= 2013-05-02 >- > USE_RUBY= yes > USE_RUBY_SETUP= yes > >-.include <bsd.port.pre.mk> >-.if ${RUBY_VER} == 1.9 >-BROKEN= does not build with ruby 1.9 >-.endif >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -rNup ruby-flvtool2.orig/files/patch-setup.rb ruby-flvtool2/files/patch-setup.rb >--- ruby-flvtool2.orig/files/patch-setup.rb 1969-12-31 17:00:00.000000000 -0700 >+++ ruby-flvtool2/files/patch-setup.rb 2013-05-28 15:54:42.000000000 -0600 >@@ -0,0 +1,12 @@ >+--- setup.rb.orig 2013-05-28 15:52:34.000000000 -0600 >++++ setup.rb 2013-05-28 15:54:12.000000000 -0600 >+@@ -1311,6 +1311,9 @@ class Installer >+ File.open(path) {|f| >+ line = f.gets >+ } >++ if RUBY_VERSION >= "1.9" >++ line.force_encoding('ASCII-8BIT') >++ end >+ return nil unless /\A#!/ =~ line >+ parse(line) >+ 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 179068
: 134399