From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 20 23:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTPS id BD8D57F2 for ; Sun, 20 Apr 2014 23:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A0C31D7B for ; Sun, 20 Apr 2014 23:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3KNA0DC024436 for ; Sun, 20 Apr 2014 23:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3KNA045024435; Sun, 20 Apr 2014 23:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 20 Apr 2014 23:10:00 GMT Resent-Message-Id: <201404202310.s3KNA045024435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat 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 ESMTPS id B3E3760C for ; Sun, 20 Apr 2014 23:01:47 +0000 (UTC) Received: from qmta15.westchester.pa.mail.comcast.net (qmta15.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:228]) by mx1.freebsd.org (Postfix) with ESMTP id 631CB1D3B for ; Sun, 20 Apr 2014 23:01:47 +0000 (UTC) Received: from omta16.westchester.pa.mail.comcast.net ([76.96.62.88]) by qmta15.westchester.pa.mail.comcast.net with comcast id sNkl1n0021uE5Es5FP1lPM; Sun, 20 Apr 2014 23:01:45 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta16.westchester.pa.mail.comcast.net with comcast id sP1l1n00K23DSHF3cP1lia; Sun, 20 Apr 2014 23:01:45 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 217B728440; Sun, 20 Apr 2014 19:01:45 -0400 (EDT) Message-Id: <20140420230145.217B728440@kirby.cyberbotx.com> Date: Sun, 20 Apr 2014 19:01:45 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188832: [MAINTAINER] math/mingw32-libgmp: update to 6.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 23:10:00 -0000 >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: