From owner-freebsd-ports Sun Jul 14 20:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB0CA37B400 for ; Sun, 14 Jul 2002 20:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A88F43E4A for ; Sun, 14 Jul 2002 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6F3e2JU078505 for ; Sun, 14 Jul 2002 20:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6F3e2wI078504; Sun, 14 Jul 2002 20:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D69237B400 for ; Sun, 14 Jul 2002 20:32:08 -0700 (PDT) Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by mx1.FreeBSD.org (Postfix) with SMTP id CD33F43E3B for ; Sun, 14 Jul 2002 20:32:06 -0700 (PDT) (envelope-from roman@bellavista.cz) Received: (qmail 16660 invoked from network); 15 Jul 2002 03:32:00 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 15 Jul 2002 03:32:00 -0000 Received: from freepuppy.bellavista.cz (localhost.bellavista.cz [127.0.0.1]) by freepuppy.bellavista.cz (8.12.5/8.11.6) with ESMTP id g6F3VxcS077164 for ; Mon, 15 Jul 2002 05:31:59 +0200 (CEST) (envelope-from roman@freepuppy.bellavista.cz) Received: (from roman@localhost) by freepuppy.bellavista.cz (8.12.5/8.12.4/Submit) id g6F3VxRM077163; Mon, 15 Jul 2002 05:31:59 +0200 (CEST) Message-Id: <200207150331.g6F3VxRM077163@freepuppy.bellavista.cz> Date: Mon, 15 Jul 2002 05:31:59 +0200 (CEST) From: Roman Neuhauser Reply-To: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40580: inclusion of Cedric Duval's "edit threads" patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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