FreeBSD Bugzilla – Attachment 156058 Details for
Bug 199746
[patch] mail/evolution builds but does not run on FreeBSD 8.4 (and probably 9.3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix evolution startup error on FreeBSD 8.4
evolution.patch2 (text/plain), 1.56 KB, created by
Don Lewis
on 2015-04-28 00:11:43 UTC
(
hide
)
Description:
patch to fix evolution startup error on FreeBSD 8.4
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2015-04-28 00:11:43 UTC
Size:
1.56 KB
patch
obsolete
>Index: mail/evolution/Makefile >=================================================================== >--- mail/evolution/Makefile (revision 384755) >+++ mail/evolution/Makefile (working copy) >@@ -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' \ >Index: databases/evolution-data-server/Makefile >=================================================================== >--- databases/evolution-data-server/Makefile (revision 384755) >+++ databases/evolution-data-server/Makefile (working copy) >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199746
: 156058