Bug 180716 - [patch] mail/sylpheed: remove aspell and pinentry dependencies
Summary: [patch] mail/sylpheed: remove aspell and pinentry dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-21 10:40 UTC by Tijl Coosemans
Modified: 2013-07-23 09:50 UTC (History)
0 users

See Also:


Attachments
sylpheed.patch (1.69 KB, patch)
2013-07-21 10:40 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2013-07-21 10:40:00 UTC
- 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-21 10:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2013-07-23 09:48:17 UTC
State Changed
From-To: open->closed

Committed in r323522.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-23 09:48:17 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"