ming.c: In function 'rb_Ming_key_press':
ming.c:59: error: 'struct RString' has no member named 'len'
ming.c:62: error: 'struct RString' has no member named 'ptr'
ming.c: In function 'rb_Ming_on_key_press':
ming.c:71: error: 'struct RString' has no member named 'len'
ming.c:74: error: 'struct RString' has no member named 'ptr'
*** [ming.o] Error code 1
Stop in /wrkdirs/usr/ports/japanese/ruby-ming/work/ming-ruby-0.1.6/ext/ming/ming.
- Use better macro/function/class for Ruby 1.9 and later.
- Use OPTIONS instead of NOPORTDOCS.
PR: ports/178022
Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp> (maintainer)
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues