Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 19:01:45 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/188832: [MAINTAINER] math/mingw32-libgmp: update to 6.0.0
Message-ID:  <20140420230145.217B728440@kirby.cyberbotx.com>
Resent-Message-ID: <201404202310.s3KNA045024435@freefall.freebsd.org>

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

>Number:         188832
>Category:       ports
>Synopsis:       [MAINTAINER] math/mingw32-libgmp: update to 6.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 23:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST
>Description:
- Update to 6.0.0

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- mingw32-libgmp-6.0.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351655)
+++ Makefile	(working copy)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	libgmp
-PORTVERSION=	5.1.3
+PORTVERSION=	6.0.0
 CATEGORIES=	math devel
-MASTER_SITES=	ftp://ftp.gmplib.org/pub/gmp-${PORTVERSION}/
+MASTER_SITES=	GNU/gmp
 PKGNAMEPREFIX=	mingw32-
-DISTNAME=	gmp-${PORTVERSION}
+DISTNAME=	gmp-${DISTVERSION}a
 
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Library for arbitrary precision arithmetic (MinGW32)
@@ -14,7 +14,9 @@
 BUILD_DEPENDS=	${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
 		mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt
 
-USE_BZIP2=	yes
+WRKSRC=		${WRKDIR}/gmp-${PORTVERSION}
+
+USES=		tar:bzip2
 GMP_TARG=	${PKGNAMEPREFIX:S/-$//}
 GNU_CONFIGURE=	yes
 CC=		${PKGNAMEPREFIX}gcc
@@ -21,7 +23,8 @@
 CXX=		${PKGNAMEPREFIX}c++
 CFLAGS+=	-I/usr/include
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split" \
-		PREFIX="${PREFIX}/${GMP_TARG}"
+		PREFIX="${PREFIX}/${GMP_TARG}" \
+		M4="/usr/bin/m4"
 CONFIGURE_ARGS=	--enable-cxx --host=${GMP_TARG} \
 		--includedir=${PREFIX}/${GMP_TARG}/include \
 		--exec_prefix=${PREFIX}/${GMP_TARG} \
Index: distinfo
===================================================================
--- distinfo	(revision 351655)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (gmp-5.1.3.tar.bz2) = 752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160
-SIZE (gmp-5.1.3.tar.bz2) = 2196480
+SHA256 (gmp-6.0.0a.tar.bz2) = 7f8e9a804b9c6d07164cf754207be838ece1219425d64e28cfa3e70d5c759aaf
+SIZE (gmp-6.0.0a.tar.bz2) = 2319400
--- mingw32-libgmp-6.0.0.patch ends here ---

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



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