Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 11:09:23 +0800 (CST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clive@FreeBSD.org
Subject:   ports/96081: [PATCH] chinese/mutt: enable WITH_MUTT_ASSUMED_CHARSET_PATCH 
Message-ID:  <200604200309.k3K39NRl093737@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200604200310.k3K3AJHG011836@freefall.freebsd.org>

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

>Number:         96081
>Category:       ports
>Synopsis:       [PATCH] chinese/mutt: enable WITH_MUTT_ASSUMED_CHARSET_PATCH
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 20 03:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0
>Organization:
NTU CSIE 
>Environment:


	
>Description:
	Some time ago, mail/mutt-devel has a new knob
	WITH_MUTT_ASSUMED_CHARSET_PATCH, which enable the assumed_charset
	patch from mutt.org's patches list. This option is
	very useful for those who read Big5 mail wihout proper
	charset information in mail header in UTF-8 environment.

	[Port maintainer is CC'ed.]

	
>How-To-Repeat:
	
>Fix:
	I dont know how to bump the PORTREVISION property. So, 
	it is left to the maintainer. 

	The current PORTREVISION works, so remove the out-ot-date
	comment.

diff -ruN /usr/ports/chinese/mutt/Makefile mutt/Makefile
--- /usr/ports/chinese/mutt/Makefile	Tue Dec 21 00:23:12 2004
+++ mutt/Makefile	Thu Apr 20 11:04:22 2006
@@ -12,9 +12,6 @@
 REVISEDATE=	20040617
 PORTREVISION=	${REVISEDATE}
 
-# XXX: Currently PORTREVISION assignment is not functional. Master port
-# needs to be fixed.
-
 MAINTAINER=	clive@FreeBSD.org
 COMMENT=	The Mongrel of Mail User Agents with Chinese support
 
@@ -30,6 +27,7 @@
 WITH_MUTT_LOCALES_FIX=	yes
 MUTT_CONFIGURE_ARGS+=	--without-wc-funcs
 WITH_MUTT_NCURSES=	yes
+WITH_MUTT_ASSUMED_CHARSET_PATCH=	yes
 .if !defined(PACKAGE_BUILDING)
 WITHOUT_MUTT_SGMLFORMAT=	yes
 WITHOUT_MUTT_HTML=		yes
	


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



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