summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Fast/files/patch-Fast_Stream.xs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-05-19 15:29:56 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-05-19 15:37:36 +0200
commit75382de034dbbe6eda9da6149b31393bd9529899 (patch)
tree7bf81640a32a35cfbf1a5f3a5800c6a7c873ff5f /mail/p5-MIME-Fast/files/patch-Fast_Stream.xs
parentdatabases/pgmetrics: update to 1.13.0 (diff)
cleanup: remove gmime2
gmime 2 has been replaced long ago by 2.4 version then 2.6 and finally 3.0 It is more than time to remove the 2.2 version (2.4 is already gone)
Diffstat (limited to 'mail/p5-MIME-Fast/files/patch-Fast_Stream.xs')
-rw-r--r--mail/p5-MIME-Fast/files/patch-Fast_Stream.xs12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/p5-MIME-Fast/files/patch-Fast_Stream.xs b/mail/p5-MIME-Fast/files/patch-Fast_Stream.xs
deleted file mode 100644
index 7f6db9c7e160..000000000000
--- a/mail/p5-MIME-Fast/files/patch-Fast_Stream.xs
+++ /dev/null
@@ -1,12 +0,0 @@
---- Fast/Stream.xs.orig 2003-06-23 08:57:12 UTC
-+++ Fast/Stream.xs
-@@ -218,8 +218,7 @@ g_mime_stream_read(mime_stream, buf, len
- if (SvREADONLY(buf) && PL_curcop != &PL_compiling)
- croak("MIME::Fast::Stream->read: buffer parameter is read-only");
- else
-- if (!SvUPGRADE(buf, SVt_PV))
-- croak("MIME::Fast::Stream->read: cannot use buf argument as lvalue");
-+ SvUPGRADE(buf, SVt_PV);
- SvPOK_only(buf);
- SvCUR_set(buf, 0);
-