From nobody@FreeBSD.org  Fri Nov  1 21:51:55 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id EA44D7C7
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Nov 2013 21:51:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D74C32AC9
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Nov 2013 21:51:55 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA1LptSO089162
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 1 Nov 2013 21:51:55 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA1LptHC089159;
	Fri, 1 Nov 2013 21:51:55 GMT
	(envelope-from nobody)
Message-Id: <201311012151.rA1LptHC089159@oldred.freebsd.org>
Date: Fri, 1 Nov 2013 21:51:55 GMT
From: John Marino <freebsd@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] math/mingw32-libgmp: Fix breakage on head
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cyberbotx@cyberbotx.com

>Number:         183576
>Category:       ports
>Synopsis:       [PATCH] math/mingw32-libgmp: Fix breakage on head
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marino
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 22:00:02 UTC 2013
>Closed-Date:    Mon Nov 18 10:09:51 UTC 2013
>Last-Modified:  Mon Nov 18 10:09:51 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
This patch has been tested on Redports to confirm it fixed FreeBSD 10 breakage without causing regressions on FreeBSD 8 or 9.

Please approve for commit.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: math/mingw32-libgmp/Makefile
===================================================================
--- math/mingw32-libgmp/Makefile	(revision 332353)
+++ math/mingw32-libgmp/Makefile	(working copy)
@@ -19,6 +19,7 @@
 GNU_CONFIGURE=	yes
 CC=		${PKGNAMEPREFIX}gcc
 CXX=		${PKGNAMEPREFIX}c++
+CFLAGS+=	-I/usr/include
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split" \
 		PREFIX="${PREFIX}/${GMP_TARG}"
 CONFIGURE_ARGS=	--enable-cxx --host=${GMP_TARG} \


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Nov 1 22:00:15 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cyberbotx@cyberbotx.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/183576: [PATCH] math/mingw32-libgmp: Fix breakage on head
Date: Fri, 1 Nov 2013 22:00:15 UT

 Maintainer of math/mingw32-libgmp,
 
 Please note that PR ports/183576 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/183576
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->marino 
Responsible-Changed-By: marino 
Responsible-Changed-When: Tue Nov 12 10:05:24 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183576: commit references a PR
Date: Mon, 18 Nov 2013 09:40:14 +0000 (UTC)

 Author: marino
 Date: Mon Nov 18 09:40:02 2013
 New Revision: 334163
 URL: http://svnweb.freebsd.org/changeset/ports/334163
 
 Log:
   math/mingw32-libgmp: Fix breakage on F10
   
   PR:		ports/183576
   Approved by:	maintainer timeout
 
 Modified:
   head/math/mingw32-libgmp/Makefile
 
 Modified: head/math/mingw32-libgmp/Makefile
 ==============================================================================
 --- head/math/mingw32-libgmp/Makefile	Mon Nov 18 09:37:33 2013	(r334162)
 +++ head/math/mingw32-libgmp/Makefile	Mon Nov 18 09:40:02 2013	(r334163)
 @@ -19,6 +19,7 @@ GMP_TARG=	${PKGNAMEPREFIX:S/-$//}
  GNU_CONFIGURE=	yes
  CC=		${PKGNAMEPREFIX}gcc
  CXX=		${PKGNAMEPREFIX}c++
 +CFLAGS+=	-I/usr/include
  CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split" \
  		PREFIX="${PREFIX}/${GMP_TARG}"
  CONFIGURE_ARGS=	--enable-cxx --host=${GMP_TARG} \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: marino 
State-Changed-When: Mon Nov 18 10:09:50 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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