mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Apply a patch to avoid coredump on platforms where sizeof(int) !=
sizeof(long). Obtained from; [ruby-list:36492]
This commit is contained in:
parent
af4690dfa8
commit
68469903d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70200
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= tmail
|
||||
PORTVERSION= 0.10.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ruby
|
||||
MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
11
mail/ruby-tmail/files/patch-mails.c
Normal file
11
mail/ruby-tmail/files/patch-mails.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- packages/tmail/ext/tmail/mails/mails.c.orig Sun Nov 10 23:18:39 2002
|
||||
+++ packages/tmail/ext/tmail/mails/mails.c Sat Nov 16 04:55:28 2002
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
static VALUE
|
||||
mails_s_new(klass, str, ident, cmt)
|
||||
- VALUE klass;
|
||||
+ VALUE klass, str, ident, cmt;
|
||||
{
|
||||
struct scanner *sc;
|
||||
const char *tmp;
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= tmail
|
||||
PORTVERSION= 0.10.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ruby
|
||||
MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
11
mail/rubygem-tmail/files/patch-mails.c
Normal file
11
mail/rubygem-tmail/files/patch-mails.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- packages/tmail/ext/tmail/mails/mails.c.orig Sun Nov 10 23:18:39 2002
|
||||
+++ packages/tmail/ext/tmail/mails/mails.c Sat Nov 16 04:55:28 2002
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
static VALUE
|
||||
mails_s_new(klass, str, ident, cmt)
|
||||
- VALUE klass;
|
||||
+ VALUE klass, str, ident, cmt;
|
||||
{
|
||||
struct scanner *sc;
|
||||
const char *tmp;
|
Loading…
Reference in New Issue
Block a user