Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 16:45:26 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488105 - head/mail/mutt/files
Message-ID:  <201812221645.wBMGjQ3x054870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Dec 22 16:45:25 2018
New Revision: 488105
URL: https://svnweb.freebsd.org/changeset/ports/488105

Log:
  mail/mutt: fix extra patches if QUOTE_PATCH is not selected
  
  - remove some context from the extra-patches so that they
    still apply if QUOTE_PATCH is not selected.
  
  PR:		233993
  Submitted by:	mjl@luckie.org.nz
  Approved by:	dereks@lifeofadishwasher.com (maintainer)

Modified:
  head/mail/mutt/files/extra-patch-ifdef
  head/mail/mutt/files/extra-patch-reverse_reply

Modified: head/mail/mutt/files/extra-patch-ifdef
==============================================================================
--- head/mail/mutt/files/extra-patch-ifdef	Sat Dec 22 16:35:54 2018	(r488104)
+++ head/mail/mutt/files/extra-patch-ifdef	Sat Dec 22 16:45:25 2018	(r488105)
@@ -1,9 +1,7 @@
 --- PATCHES.orig	2018-11-29 22:49:51 UTC
 +++ PATCHES
-@@ -1,2 +1,3 @@
+@@ -0,0 +1 @@
 +patch-1.5.4.cd.ifdef.1
- vvv.quote
- vvv.initials
 --- init.c.orig	2018-11-24 19:06:11 UTC
 +++ init.c
 @@ -650,6 +650,52 @@ static mbchar_table *parse_mbchar_table 

Modified: head/mail/mutt/files/extra-patch-reverse_reply
==============================================================================
--- head/mail/mutt/files/extra-patch-reverse_reply	Sat Dec 22 16:35:54 2018	(r488104)
+++ head/mail/mutt/files/extra-patch-reverse_reply	Sat Dec 22 16:45:25 2018	(r488105)
@@ -1,10 +1,7 @@
 --- PATCHES.orig	2018-11-29 22:55:14 UTC
 +++ PATCHES
-@@ -1,3 +1,4 @@
+@@ -0,0 +1 @@
 +patch-1.5.6.cb.reverse_reply.2
- patch-1.5.4.cd.ifdef.1
- vvv.quote
- vvv.initials
 --- init.h.orig	2018-11-29 22:55:14 UTC
 +++ init.h
 @@ -2820,6 +2820,13 @@ struct option_t MuttVars[] = {



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