From udo.schweigert@siemens.com  Thu Aug  4 15:39:14 2005
Return-Path: <udo.schweigert@siemens.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 040F616A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Aug 2005 15:39:14 +0000 (GMT)
	(envelope-from udo.schweigert@siemens.com)
Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED9543D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Aug 2005 15:39:12 +0000 (GMT)
	(envelope-from udo.schweigert@siemens.com)
Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11])
	by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id j74FdBVG010741
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Aug 2005 17:39:11 +0200
Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9])
	by mail2.siemens.de (8.12.6/8.12.6) with ESMTP id j74FdB4P022547
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Aug 2005 17:39:11 +0200
Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64])
	by mars.cert.siemens.com (8.13.4/8.13.4/$SiemensCERT: mail/cert.mc.pre,v 1.67 2005/05/09 15:42:50 mailadm Exp $) with ESMTP id j74FdAxR016315
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Aug 2005 17:39:11 +0200 (CEST)
Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64])
	by alaska.cert.siemens.com (8.13.4/8.13.4/$Ust: hosts/alaska/mail/config.mc,v 1.19 2004/08/29 16:18:57 ust Exp $) with ESMTP id j74FdA1O073422
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Aug 2005 17:39:10 +0200 (CEST)
	(envelope-from ust@alaska.cert.siemens.com)
Received: (from ust@localhost)
	by alaska.cert.siemens.com (8.13.4/8.13.4/$Ust: hosts/alaska/mail/submit.mc,v 1.6 2004/08/29 16:18:57 ust Exp $) id j74FdA9q063853;
	Thu, 4 Aug 2005 17:39:10 +0200 (CEST)
	(envelope-from ust)
Message-Id: <200508041539.j74FdA9q063853@alaska.cert.siemens.com>
Date: Thu, 4 Aug 2005 17:39:10 +0200 (CEST)
From: Udo Schweigert <udo.schweigert@siemens.com>
Reply-To: Udo Schweigert <udo.schweigert@siemens.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer-update of mail/mutt-devel
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84551
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 04 15:40:15 GMT 2005
>Closed-Date:    Wed Aug 17 10:39:05 GMT 2005
>Last-Modified:  Wed Aug 17 10:39:05 GMT 2005
>Originator:     Udo Schweigert
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt-devel:

	- Change the target when extra-patches are applied from pre-configure
	  to post-patch, so users with local patches can apply them after
	  a "make patch" and then already applied extra-patches.

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt-devel/Makefile ./Makefile
--- /usr/ports/mail/mutt-devel/Makefile	Mon Jul  4 04:49:05 2005
+++ ./Makefile	Thu Aug  4 17:35:41 2005
@@ -282,15 +282,15 @@
 LIB_DEPENDS+=	idn:${PORTSDIR}/devel/libidn
 .endif
 .if ! defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT)
-pre-configure::
+post-patch::
 	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-smime-outlook
 .endif
 .if defined(WITH_MUTT_MAILDIR_HEADER_CACHE)
-pre-configure::
+post-patch::
 	@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-maildir-header-cache
 .endif
 .if defined(WITH_MUTT_MAILDIR_MTIME_PATCH)
-pre-configure::
+post-patch::
 .if defined(WITH_MUTT_NNTP)
 	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-maildir-mtime-nntp
 .else
@@ -299,22 +299,22 @@
 .endif
 
 .if defined(WITH_MUTT_EDIT_THREADS)
-pre-configure::
+post-patch::
 	@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-edit-threads
 .endif
 
 .if defined(WITH_MUTT_SIDEBAR_PATCH)
-pre-configure::
+post-patch::
 	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-sidebar
 .endif
 
 .if defined(WITH_MUTT_ASPELL)
-pre-configure::
+post-patch::
 	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-aspell
 .endif
 
 .if defined(WITH_MUTT_REVERSE_REPLY_PATCH)
-pre-configure::
+post-patch::
 	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-reverse_reply
 .endif
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Wed Aug 17 10:38:07 GMT 2005 
State-Changed-Why:  
Superseded by 84907 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84551 
>Unformatted:
