Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2003 10:51:26 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53040: maintainer-update of mail/mutt-devel
Message-ID:  <200306080851.h588pQfP003723@alaska.cert.siemens.de>
Resent-Message-ID: <200306080900.h5890OXG046266@freefall.freebsd.org>

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

>Number:         53040
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 08 02:00:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.8-STABLE FreeBSD 4.8-STABLE #59: Thu Jun 5 15:02:38 CEST 2003 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


>Description:

Maintainer update of mail/mutt-devel:

	- Fix output of pgp-mails for WITH_MUTT_QUOTE_PATCH.

Commiter: new file (cvs add) files/extra-patch-quote

>How-To-Repeat:
>Fix:


diff -ru  /usr/ports/mail/mutt-devel/Makefile ./Makefile
--- /usr/ports/mail/mutt-devel/Makefile	Sun Jun  1 06:07:52 2003
+++ ./Makefile	Sun Jun  8 10:40:14 2003
@@ -276,6 +276,10 @@
 SCRIPTS_ENV+=	MUTT_HTML="yes"
 .endif
 
+.if ! defined(WITHOUT_MUTT_QUOTE_PATCH)
+post-patch::
+	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-quote
+.endif
 .if !defined(NOPORTDOCS)
 SCRIPTS_ENV+=	MUTT_PORTDOCS="yes"
 post-build:
diff -ru  /usr/ports/mail/mutt-devel/files/extra-patch-quote ./files/extra-patch-quote
--- /usr/ports/mail/mutt-devel/files/extra-patch-quote	Thu Jan  1 01:00:00 1970
+++ ./files/extra-patch-quote	Sun Jun  8 10:38:47 2003
@@ -0,0 +1,11 @@
+--- muttlib.c.orig	Sun Jun  8 10:37:06 2003
++++ muttlib.c	Sun Jun  8 10:37:58 2003
+@@ -1236,7 +1236,7 @@
+ 	strcpy (buf + j + 1, Quotebuf + j);
+       }
+       else
+-	snprintf (buf, sizeof (buf), "%s%s", s->prefix, Quotebuf);
++	snprintf (buf, sizeof (buf), "%s%s", NONULL(s->prefix), Quotebuf);
+ 
+       state_puts (buf, s);
+     }
>Release-Note:
>Audit-Trail:
>Unformatted:



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