Bug 183576 - [PATCH] math/mingw32-libgmp: Fix breakage on head
Summary: [PATCH] math/mingw32-libgmp: Fix breakage on head
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 22:00 UTC by John Marino
Modified: 2013-11-18 10:09 UTC (History)
0 users

See Also:


Attachments
file.diff (452 bytes, patch)
2013-11-01 22:00 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-11-01 22:00:02 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-01 22:00:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-01 22:00:15 UTC
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
Comment 3 John Marino freebsd_committer freebsd_triage 2013-11-12 10:05:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marino

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-18 09:40:14 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"
Comment 5 John Marino freebsd_committer freebsd_triage 2013-11-18 10:09:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!