diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-07-22 14:04:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-07-22 14:04:11 +0000 |
commit | 11a42e9792c631360b731be5d89fcb90092d38f9 (patch) | |
tree | 4e420dc81dba48d25b7c6a38b1bbe2fc5d3d4ca2 /mail/quickml/files/extra-patch-ruby19-quickml.in | |
parent | Data::MessagePack::Stream is streaming deserializer for MessagePack. (diff) |
- Make patches for ruby19 environment
- Fix Makefile
- SUB_LIST: to work rc.d scripts proper.
- PLIST_SUB: to change pkg-plist based on Make variables.
PR: ports/169345
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Approved by: maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp, >3 weeks)
Notes
Notes:
svn path=/head/; revision=301331
Diffstat (limited to 'mail/quickml/files/extra-patch-ruby19-quickml.in')
-rw-r--r-- | mail/quickml/files/extra-patch-ruby19-quickml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/quickml/files/extra-patch-ruby19-quickml.in b/mail/quickml/files/extra-patch-ruby19-quickml.in new file mode 100644 index 000000000000..2928d2a5d760 --- /dev/null +++ b/mail/quickml/files/extra-patch-ruby19-quickml.in @@ -0,0 +1,16 @@ +--- quickml.in.orig 2004-06-07 17:50:58.000000000 +0900 ++++ quickml.in 2012-06-21 16:05:07.000000000 +0900 +@@ -1,4 +1,5 @@ + #! %RUBY% ++#coding: euc-jp + # -*- mode: ruby -*- + # + # quickml - an easy-to-use mailing list server +@@ -11,7 +12,6 @@ + # the GNU General Public License version 2. + # + +-$KCODE = "e" + require 'quickml' + + def error (msg) |