mail/gmime24: mark DEPRECATED
- As more recent versions are in the tree - Set EXPIRATION_DATE on 2021-11-30 - Make patches makepatch compatible
This commit is contained in:
@@ -12,6 +12,9 @@ COMMENT?= Library (written in C) for parsing and creating messages using MIME
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
DEPRECATED= Use mail/gmime26 or mail/gmime30
|
||||
EXPIRATION_DATE=2021-11-30
|
||||
|
||||
CONFLICTS= gmime-1.0.*
|
||||
|
||||
SLAVEDIRS= mail/gmime2-sharp
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--- docs/Makefile.in.orig
|
||||
--- docs/Makefile.in.orig 2021-10-14 17:45:21 UTC
|
||||
+++ docs/Makefile.in
|
||||
@@ -201,7 +201,7 @@
|
||||
target_alias = @target_alias@
|
||||
@@ -249,7 +249,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = reference tutorial
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
--- gmime-2.4.pc.in.orig Tue May 3 19:34:20 2005
|
||||
+++ gmime-2.4.pc.in Wed Feb 1 00:51:53 2006
|
||||
@@ -7,6 +7,6 @@
|
||||
--- gmime-2.4.pc.in.orig 2010-12-05 16:19:53 UTC
|
||||
+++ gmime-2.4.pc.in
|
||||
@@ -7,7 +7,7 @@ includedir=@includedir@
|
||||
Name: GMime
|
||||
Version: @VERSION@
|
||||
Description: MIME parser and utility library
|
||||
-Requires: glib-2.0,gobject-2.0
|
||||
+Requires: glib-2.0,gobject-2.0,gthread-2.0
|
||||
Libs: -L${libdir} @GMIME_LIBS@ @LIBS@
|
||||
Cflags: -I${includedir}/gmime-2.0 @GMIME_CFLAGS@
|
||||
Libs.private: @GMIME_LIBS_PRIVATE@
|
||||
Libs: -L${libdir} @GMIME_LIBS@
|
||||
Cflags: -I${includedir}/gmime-@GMIME_API_VERSION@ @GMIME_CFLAGS@
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- mono/gmime-sharp.dll.config.in.orig
|
||||
--- mono/gmime-sharp.dll.config.in.orig 2011-03-15 23:36:00 UTC
|
||||
+++ mono/gmime-sharp.dll.config.in
|
||||
@@ -1,3 +1,3 @@
|
||||
<configuration>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
--- tests/test-mbox.c.orig Mon Feb 12 15:48:22 2007
|
||||
+++ tests/test-mbox.c Mon Feb 12 15:48:54 2007
|
||||
@@ -26,6 +26,7 @@
|
||||
--- tests/test-mbox.c.orig 2012-10-22 06:07:54 UTC
|
||||
+++ tests/test-mbox.c
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
|
||||
+#include <config.h>
|
||||
#include <gmime/gmime.h>
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
#include "testsuite.h"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
--- tests/test-mime.c.orig Mon Feb 12 15:48:32 2007
|
||||
+++ tests/test-mime.c Mon Feb 12 15:49:04 2007
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <stdio.h>
|
||||
--- tests/test-mime.c.orig 2011-12-24 00:37:46 UTC
|
||||
+++ tests/test-mime.c
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
+#include <config.h>
|
||||
#include <gmime/gmime.h>
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
#include "testsuite.h"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
--- tests/test-parser.c.orig Mon Feb 12 15:48:38 2007
|
||||
+++ tests/test-parser.c Mon Feb 12 15:49:14 2007
|
||||
@@ -26,6 +26,7 @@
|
||||
--- tests/test-parser.c.orig 2011-08-09 02:23:26 UTC
|
||||
+++ tests/test-parser.c
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
|
||||
+#include <config.h>
|
||||
#include <gmime/gmime.h>
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
#if !defined (G_OS_WIN32) || defined (__MINGW32__)
|
||||
|
||||
Reference in New Issue
Block a user