Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2001 09:45:55 +0900
From:      SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To:        Oliver Lehmann <lehmann@ans-netz.de>
Cc:        ports@FreeBSD.org
Subject:   WITH_GPGME option in mail/sylpheed will not work, now.
Message-ID:  <3bd0c1f2.6452%sahiro@crest.ocn.ne.jp>

next in thread | raw e-mail | index | archive | help
Hi.

WITH_GPGME option in mail/sylpheed will not work, now. The 
reason why it does not work is because security/gpgme was 
updated to 0.2.3 and changed to install libgpgme.so.4 instead of 
libgpgme.so.3.

Patch below will remove this problem.

Thank you.


diff -urN /usr/ports/mail/sylpheed/Makefile sylpheed/Makefile
--- /usr/ports/mail/sylpheed/Makefile	Thu Oct 11 19:54:07 2001
+++ sylpheed/Makefile	Sat Oct 20 08:52:32 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	sylpheed
 PORTVERSION=	0.6.3
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
 
@@ -21,7 +22,7 @@
 CONFIGURE_ARGS=	--disable-compface --disable-gdk-pixbuf --enable-ipv6
 
 .if defined(WITH_GPGME)
-LIB_DEPENDS+=	gpgme.3:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+=	gpgme.4:${PORTSDIR}/security/gpgme
 RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 CONFIGURE_ARGS+=--enable-gpgme
 .endif
@@ -46,7 +47,6 @@
 	@${ECHO_MSG} "You can disable OpenSSL support by defining WITHOUT_SSL."
 .endif
 	@${ECHO_MSG}
-
 
 post-install:
 .if !defined(NOPORTDOCS)


================================================================
                       SASAKI Katuhiro

                mailto: sahiro@crest.ocn.ne.jp
================================================================

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3bd0c1f2.6452%sahiro>