Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2006 19:41:06 +0100
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        netchild@FreeBSD.org
Subject:   ports/94102: [PATCH] mail/sylpheed-claws add dependency on mail/metamail
Message-ID:  <1141584066.77766@blaviken.slowicza.org>
Resent-Message-ID: <200603051850.k25Io5ZL029534@freefall.freebsd.org>

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

>Number:         94102
>Category:       ports
>Synopsis:       [PATCH] mail/sylpheed-claws add dependency on mail/metamail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 05 18:50:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p11 #2: Thu Feb  2 21:14:41 CET 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


Sylpheed Claws uses metamail to open attachments with external programs:

** (sylpheed-claws:77762): WARNING **: Can't execute command: metamail


>How-To-Repeat:





>Fix:


--- claws.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/sylpheed-claws/Makefile /home/corn/work/sylpheed-claws/Makefile
--- /usr/ports/mail/sylpheed-claws/Makefile	Thu Feb 23 21:17:54 2006
+++ /home/corn/work/sylpheed-claws/Makefile	Sun Mar  5 19:37:15 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	sylpheed-claws
 PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	sylpheed-claws
@@ -19,7 +19,8 @@
 COMMENT=	A lightweight and very featureful GTK+ based e-mail and news client
 
 LIB_DEPENDS=	etpan:${PORTSDIR}/mail/libetpan
-RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
+RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
+		${LOCALBASE}/bin/metamail:${PORTSDIR}/mail/metamail
 
 THEMEVERSION=	20040929
 THEMEFILE=	sylpheed-iconset-${THEMEVERSION}.tar.gz
--- claws.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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