Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 08:48:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323522 - head/mail/sylpheed
Message-ID:  <201307230848.r6N8m5EW034577@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Jul 23 08:48:04 2013
New Revision: 323522
URL: http://svnweb.freebsd.org/changeset/ports/323522

Log:
  - Since gtkspell uses enchant which supports several spellchecking
    backends the dependency on aspell isn't necessary anymore.
  - Also remove dependency on pinentry-gtk2 to allow users to install one of
    the other pinentry ports.
  - Remove bsd.openssl.mk hack.
  
  PR:		180716
  Approved by:	ehaupt (maintainer)

Modified:
  head/mail/sylpheed/Makefile

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Tue Jul 23 08:16:00 2013	(r323521)
+++ head/mail/sylpheed/Makefile	Tue Jul 23 08:48:04 2013	(r323522)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sylpheed
 PORTVERSION=	3.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/  \
 		CRITICAL
@@ -11,7 +11,6 @@ MASTER_SITES=	http://sylpheed.sraoss.jp/
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Lightweight, featureful, and fast GTK+ based e-mail client
 
-LIB_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
 USES=		gettext iconv gmake
@@ -45,8 +44,7 @@ OPTIONS_DEFAULT=SSL GTKSPELL
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSSL}
-# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+USE_OPENSSL=	yes
 CONFIGURE_ARGS+=--enable-ssl
 .else
 CONFIGURE_ARGS+=--disable-ssl
@@ -54,8 +52,7 @@ CONFIGURE_ARGS+=--disable-ssl
 
 .if ${PORT_OPTIONS:MGPGME}
 LIB_DEPENDS+=	gpgme:${PORTSDIR}/security/gpgme
-RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg \
-		pinentry-gtk-2:${PORTSDIR}/security/pinentry-gtk2
+RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 CONFIGURE_ARGS+=--enable-gpgme
 .else
 CONFIGURE_ARGS+=--disable-gpgme
@@ -105,8 +102,7 @@ MAKEFILES=	Makefile.in ac/Makefile.in fa
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
-		s|-lresolv||g; s|-lpisock\"|-liconv &|g; \
-		s|libs gtkspell-2\.0`|& -laspell|g;' \
+		s|-lresolv||g; s|-lpisock\"|-liconv &|g;' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \
 		${WRKSRC}/libsylph/procmime.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307230848.r6N8m5EW034577>