View | Details | Raw Unified | Return to bug 199746
Collapse All | Expand All

(-)mail/evolution/Makefile (-6 / +1 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	evolution
5
PORTNAME=	evolution
6
PORTVERSION=	3.12.11
6
PORTVERSION=	3.12.11
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	mail gnome
8
CATEGORIES=	mail gnome
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
DIST_SUBDIR=	gnome3
10
DIST_SUBDIR=	gnome3
Lines 107-117 Link Here
107
107
108
.include <bsd.port.options.mk>
108
.include <bsd.port.options.mk>
109
109
110
# webkit-gtk3 needs this
111
.if ${OSVERSION} < 1000000
112
USES+=	compiler:c++11-lib
113
.endif
114
115
post-patch:
110
post-patch:
116
	@${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \
111
	@${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \
117
	    	-e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \
112
	    	-e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \
(-)databases/evolution-data-server/Makefile (+6 lines)
Lines 4-9 Link Here
4
4
5
PORTNAME=	evolution-data-server
5
PORTNAME=	evolution-data-server
6
PORTVERSION=	3.12.11
6
PORTVERSION=	3.12.11
7
PORTREVISION=	1
7
CATEGORIES=	databases gnome
8
CATEGORIES=	databases gnome
8
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome3
10
DIST_SUBDIR=	gnome3
Lines 26-31 Link Here
26
		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
27
		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
27
28
28
USES=		bison gettext gmake gperf libtool pathfix pkgconfig tar:xz
29
USES=		bison gettext gmake gperf libtool pathfix pkgconfig tar:xz
30
# Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9.  Normally
31
# this change would be done there, but it is not a C++ application, so it
32
# does not link directly to libstdc++ and adding the libstdc++ rpath to
33
# the executable does not work at runtime.
34
USES+=		compiler:c++11-lib
29
USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build \
35
USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build \
30
		libxml2
36
		libxml2
31
USE_OPENLDAP=	yes
37
USE_OPENLDAP=	yes

Return to bug 199746