diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-09-20 09:45:04 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-09-20 09:45:04 +0000 |
| commit | 7eafff56c32b3a327a2d6f3cab6f3a5e55c2ba19 (patch) | |
| tree | 69269ef3e9a7ae8477e6ffd09cd1daa5bd0bedda /japanese/ruby-ming/files/patch-ext-ming-ming-ming.c | |
| parent | - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build (diff) | |
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
Diffstat (limited to 'japanese/ruby-ming/files/patch-ext-ming-ming-ming.c')
| -rw-r--r-- | japanese/ruby-ming/files/patch-ext-ming-ming-ming.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/japanese/ruby-ming/files/patch-ext-ming-ming-ming.c b/japanese/ruby-ming/files/patch-ext-ming-ming-ming.c deleted file mode 100644 index 0e2973506604..000000000000 --- a/japanese/ruby-ming/files/patch-ext-ming-ming-ming.c +++ /dev/null @@ -1,28 +0,0 @@ ---- ext/ming/ming/ming.c.orig 2003-09-28 13:51:44.000000000 +0900 -+++ ext/ming/ming/ming.c 2014-01-29 17:11:21.000000000 +0900 -@@ -56,10 +56,10 @@ - { - if(TYPE(c) != T_STRING) - rb_raise(rb_eMingError, "Argument must be a character on keyboard."); -- if(RSTRING(c)->len != 1) -+ if(RSTRING_LEN(c) != 1) - rb_raise(rb_eMingError, "Size of argument must be just 1."); - -- return INT2FIX(SWFBUTTON_KEYPRESS(RSTRING(c)->ptr[0])); -+ return INT2FIX(SWFBUTTON_KEYPRESS(RSTRING_PTR(c)[0])); - } - - static VALUE -@@ -68,10 +68,10 @@ - { - if(TYPE(c) != T_STRING) - rb_raise(rb_eMingError, "Argument must be character on keyboard."); -- if(RSTRING(c)->len != 1) -+ if(RSTRING_LEN(c) != 1) - rb_raise(rb_eMingError, "Size of argument must be just 1."); - -- return INT2FIX(SWFBUTTON_ONKEYPRESS(RSTRING(c)->ptr[0])); -+ return INT2FIX(SWFBUTTON_ONKEYPRESS(RSTRING_PTR(c)[0])); - } - - void rb_Ming_raise(char *msg, ...) |
