From nobody@FreeBSD.org  Thu Mar 11 17:02:29 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A20CA1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Mar 2010 17:02:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 90E0D8FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Mar 2010 17:02:29 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2BH2TpT058635
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Mar 2010 17:02:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2BH2TTV058634;
	Thu, 11 Mar 2010 17:02:29 GMT
	(envelope-from nobody)
Message-Id: <201003111702.o2BH2TTV058634@www.freebsd.org>
Date: Thu, 11 Mar 2010 17:02:29 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] mail/firemime fix build with gcc42
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: dean@odyssey.apana.org.au

>Number:         144658
>Category:       ports
>Synopsis:       [patch] mail/firemime fix build with gcc42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kwm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 17:10:00 UTC 2010
>Closed-Date:    Sat May 29 07:18:50 UTC 2010
>Last-Modified:  Sat May 29 07:20:06 UTC 2010
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Get rid of USE_GCC=3.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN mail/firemime.orig/Makefile mail/firemime/Makefile
--- mail/firemime.orig/Makefile	2008-04-19 17:51:40.000000000 +0000
+++ mail/firemime/Makefile	2010-01-28 21:54:03.958842864 +0000
@@ -27,7 +27,9 @@
 
 .include <bsd.port.pre.mk>
 
-USE_GCC=	3.4
+post-patch:
+	@${REINPLACE_CMD} -e 's|(unsigned char) dest-\>s\[o++\] = c|dest-\>s\[o++\] = (char) c|' \
+		${WRKSRC}/firemime.c
 
 pre-configure:
 	@-${RM} -r ${WRKSRC}/firemake/*.orig


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Mar 11 17:10:12 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144658 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dean@odyssey.apana.org.au
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144658: [patch] mail/firemime fix build with gcc42
Date: Thu, 11 Mar 2010 17:10:09 UT

 Maintainer of mail/firemime,
 
 Please note that PR ports/144658 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144658
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->kwm 
Responsible-Changed-By: kwm 
Responsible-Changed-When: Thu Mar 11 17:39:03 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144658 

From: Dean Hollister <dean@odyssey.apana.org.au>
To: Edwin Groothuis <edwin@FreeBSD.ORG>
Cc: bug-followup@FreeBSD.ORG
Subject: Re: ports/144658: [patch] mail/firemime fix build with gcc42
Date: Fri, 12 Mar 2010 05:32:21 +0800 (WST)

 On Thu, 11 Mar 2010, Edwin Groothuis wrote:
 
 > Maintainer of mail/firemime,
 >
 > Please note that PR ports/144658 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144658
 
 It'll need bumping of the port_revision variable. Otherwise, fine.
 
 Regards,
 
 d.
 
State-Changed-From-To: feedback->closed 
State-Changed-By: kwm 
State-Changed-When: Sat May 29 07:18:35 UTC 2010 
State-Changed-Why:  
Committed thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144658 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144658: commit references a PR
Date: Sat, 29 May 2010 07:16:40 +0000 (UTC)

 kwm         2010-05-29 07:16:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/firemime        Makefile 
   Log:
   Get rid of USE_GCC=3.4
   
   PR:             ports/144658
   Submitted by:   Andrius Morkunas <hinokind@gmail.com>
   Approved by:    maintaine
   
   Revision  Changes    Path
   1.6       +3 -1      ports/mail/firemime/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144658: commit references a PR
Date: Sat, 29 May 2010 07:18:43 +0000 (UTC)

 kwm         2010-05-29 07:18:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/firemime        Makefile 
   Log:
   Correct previous commit message.
   
   Get rid of USE_GCC=3.4
   
   PR:             ports/144658
   Submitted by:   Andrius Morkunas <hinokind@gmail.com>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.7       +1 -0      ports/mail/firemime/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
