1
0
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:
Akinori MUSHA 2002-11-15 19:56:05 +00:00
parent af4690dfa8
commit 68469903d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70200
4 changed files with 24 additions and 0 deletions

View File

@ -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}

View 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;

View File

@ -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}

View 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;