View | Details | Raw Unified | Return to bug 170389 | Differences between
and this patch

Collapse All | Expand All

(-)gmime26/Makefile (-5 / +6 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	gmime
8
PORTNAME=	gmime
9
PORTVERSION=	2.4.32
9
PORTVERSION=	2.6.10
10
PORTREVISION?=	0
10
PORTREVISION?=	0
11
CATEGORIES?=	mail
11
CATEGORIES?=	mail
12
MASTER_SITES=	GNOME
12
MASTER_SITES=	GNOME
13
PKGNAMESUFFIX?=	-24
13
PKGNAMESUFFIX?=	-26
14
14
15
MAINTAINER?=	ahicks@p-o.co.uk
15
MAINTAINER?=	ahicks@p-o.co.uk
16
COMMENT?=	Library (written in C) for parsing and creating messages using MIME
16
COMMENT?=	Library (written in C) for parsing and creating messages using MIME
Lines 19-30 Link Here
19
19
20
CONFLICTS=	gmime-1.0.*
20
CONFLICTS=	gmime-1.0.*
21
21
22
SLAVEDIRS=	mail/gmime2-sharp
22
SLAVEDIRS=	mail/gmime26-sharp
23
23
24
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}24
24
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}26
25
USE_ICONV=	yes
25
USE_ICONV=	yes
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_GNOME?=	gnomehack glib20
27
USE_GNOME?=	gnomehack glib20
28
USE_PKGCONFIG=	build
28
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
29
USE_XZ=		yes
30
USE_XZ=		yes
30
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
Lines 37-43 Link Here
37
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
38
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
38
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
39
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
39
40
40
LATEST_LINK?=	${PORTNAME}24
41
LATEST_LINK?=	${PORTNAME}26
41
42
42
PORTDOCS=	*
43
PORTDOCS=	*
43
44
(-)gmime26/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gmime-2.4.32.tar.xz) = a0e8f3a1949e7281e92edc5dd6309a7ca34b6838c6acf7b7f1563a41b5ddd74b
1
SHA256 (gmime-2.6.10.tar.xz) = a0e1132613339d6ba06df483a1f8d8bda6feb4f58f8b102daab2f1390fd6a3b7
2
SIZE (gmime-2.4.32.tar.xz) = 685512
2
SIZE (gmime-2.6.10.tar.xz) = 721824
(-)gmime26/files/patch-gmime-2.4.pc.in (-10 lines)
Lines 1-10 Link Here
1
--- gmime-2.4.pc.in.orig	Tue May  3 19:34:20 2005
2
+++ gmime-2.4.pc.in	Wed Feb  1 00:51:53 2006
3
@@ -7,6 +7,6 @@
4
 Name: GMime
5
 Version: @VERSION@
6
 Description: MIME parser and utility library
7
-Requires: glib-2.0,gobject-2.0
8
+Requires: glib-2.0,gobject-2.0,gthread-2.0
9
 Libs: -L${libdir} @GMIME_LIBS@ @LIBS@
10
 Cflags: -I${includedir}/gmime-2.0 @GMIME_CFLAGS@
(-)gmime26/files/patch-gmime.pc.in (+11 lines)
Line 0 Link Here
1
--- gmime.pc.in.orig	2012-08-05 10:43:50.000000000 +0100
2
+++ gmime.pc.in	2012-08-05 10:44:16.000000000 +0100
3
@@ -7,7 +7,7 @@
4
 Name: GMime
5
 Version: @VERSION@
6
 Description: MIME parser and utility library
7
-Requires: glib-2.0,gio-2.0,gobject-2.0
8
+Requires: glib-2.0,gio-2.0,gobject-2.0,gthread-2.0
9
 Libs: -L${libdir} @GMIME_LIBS@
10
 Libs.private: @GMIME_LIBS_PRIVATE@
11
 Cflags: -I${includedir}/gmime-@GMIME_API_VERSION@ @GMIME_CFLAGS@
(-)gmime26/files/patch-mono_gmime-sharp.dll.config.in (-10 lines)
Lines 1-10 Link Here
1
2
$FreeBSD: ports/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in,v 1.1 2011/06/15 17:59:11 romain Exp $
3
4
--- mono/gmime-sharp.dll.config.in.orig
5
+++ mono/gmime-sharp.dll.config.in
6
@@ -1,3 +1,3 @@
7
 <configuration>
8
-  <dllmap dll="gmime" target="libgmime-@GMIME_API_VERSION@.so.@GMIME_MAJOR_VERSION@"/>
9
+  <dllmap dll="gmime" target="libgmime-@GMIME_API_VERSION@.so"/>
10
 </configuration>

Return to bug 170389