Page MenuHomeFreeBSD

D2388.id5060.diff
No OneTemporary

D2388.id5060.diff

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

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 19, 1:41 PM (10 h, 52 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23927213
Default Alt Text
D2388.id5060.diff (1 KB)

Event Timeline