Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 05:31:59 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40580: inclusion of Cedric Duval's "edit threads" patch
Message-ID:  <200207150331.g6F3VxRM077163@freepuppy.bellavista.cz>

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

>Number:         40580
>Category:       ports
>Synopsis:       inclusion of Cedric Duval's "edit threads" patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 14 20:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD freepuppy.bellavista.cz 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 13 08:40:44 CEST 2002 roman@freepuppy.bellavista.cz:/usr/obj/usr/src/sys/FREEPUPPY2_3 i386
>Description:
"With this patch, Mutt has the ability to dynamically restructure threads
that are broken either by misconfigured software or bad behaviour from
some correspondents. This allows to clean your mailboxes from these
annoyances which make it hard to follow a discussion."
>How-To-Repeat:
	patch included
>Fix:


--- distinfo.orig	Mon Jul 15 05:14:04 2002
+++ distinfo	Mon Jul 15 05:14:25 2002
@@ -3,3 +3,4 @@
 MD5 (mutt/patch-1.5.1.vvv.nntp.gz) = 5bce8bf3d320808cfa7b822ebcc5086d
 MD5 (mutt/patch-1.5.1.vvv.initials.gz) = 39cd4f8beff1664a3078d4a1a08c7b5e
 MD5 (mutt/patch-1.5.1.vvv.quote.gz) = 83aa6b5a9c1117d7f15df0c59037c318
+MD5 (mutt/patch-1.5.1.cd.edit_threads.9.2) = cbbae803c62b3304cac76a6185745f8f
--- Makefile.orig	Mon Jul 15 05:11:33 2002
+++ Makefile	Mon Jul 15 05:13:12 2002
@@ -49,6 +49,9 @@
 #
 # If you want to enable the pgp_outlook_compat function for use with pgp define:
 #  WITH_MUTT_PGP_OUTLOOK_PATCH
+#
+# If you want to use the rethreading functions define:
+#  WITH_MUTT_EDIT_THREADS
 
 PORTNAME=	mutt-devel
 PORTVERSION=	1.5.1
@@ -88,6 +91,10 @@
 		ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/
 .endif
 
+.if defined(WITH_MUTT_EDIT_THREADS)
+PATCH_SITES+=	http://cedricduval.free.fr/download/mutt/
+.endif
+
 # XXX
 # this should be done automagically by aclocal but ....
 # for now, this will have to do
@@ -186,6 +193,9 @@
 .if defined(WITH_MUTT_QUOTE_PATCH)
 PATCHFILES+=	patch-${PATCH_VERSION}.vvv.initials.gz \
 		patch-${PATCH_VERSION}.vvv.quote.gz
+.endif
+.if defined(WITH_MUTT_EDIT_THREADS)
+PATCHFILES+=	patch-${PATCH_VERSION}.cd.edit_threads.9.2
 .endif
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/i$//}

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

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?200207150331.g6F3VxRM077163>