On 2016-11-02, Christian Weisgerber <na...@mips.inka.de> wrote:

> This is a long overdue update of devel/gmp to the latest release
> (6.1.1).

Our old version of devel/mpfr does not build against this and also
requires a straightforward update. (See below.)

The lang/gcc/4.9 Ada bootstraps will also need regenerating.  I
have new bootstraps for amd64 and i386 ready; I lack access to other
architectures.  (Should we add libgmp, libmpfr, and libmpc to the
bootstraps?)

I intend to test these changes in a bulk build, but it may be a few
days before I can squeeze one in.


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/mpfr/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    11 Mar 2016 20:28:24 -0000      1.17
+++ Makefile    9 Nov 2016 15:33:38 -0000
@@ -2,12 +2,10 @@
 
 COMMENT=       library for multiple-precision floating-point computations
 
-DISTNAME=      mpfr-3.1.0
-PKGNAME=       ${DISTNAME}.3# patch level
-SHARED_LIBS=   mpfr            1.1     # 5.0
+DISTNAME=      mpfr-3.1.5
+SHARED_LIBS=   mpfr            1.2     # 5.5
 CATEGORIES=    devel math
 HOMEPAGE=      http://www.mpfr.org/
-REVISION=      0
 
 MAINTAINER=    Christian Weisgerber <na...@openbsd.org>
 
@@ -15,13 +13,9 @@ MAINTAINER=  Christian Weisgerber <naddy@
 PERMIT_PACKAGE_CDROM=  Yes
 
 MASTER_SITES=  ${HOMEPAGE}${DISTNAME}/
-DIST_SUBDIR=   ${DISTNAME}
-.for i in 01 02 03
-PATCHFILES+=   patch$i
-.endfor
-PATCH_DIST_STRIP=-p1
+EXTRACT_SUFX=  .tar.xz
 
-LIB_DEPENDS=   devel/gmp>=4.2.0
+LIB_DEPENDS=   devel/gmp
 WANTLIB=       gmp
 
 SEPARATE_BUILD=        Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/mpfr/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    18 Jan 2015 03:13:19 -0000      1.7
+++ distinfo    9 Nov 2016 15:33:38 -0000
@@ -1,8 +1,2 @@
-SHA256 (mpfr-3.1.0/mpfr-3.1.0.tar.gz) = 
VKPLEQ8G9ft+sLwcjxewRQTTKu95QP8VDicLo8tcWME=
-SHA256 (mpfr-3.1.0/patch01) = 8vud3WpLLselgOWqjrJ1od/Rcg9SDhDStJEkb0UTwcU=
-SHA256 (mpfr-3.1.0/patch02) = kgXjxBKt0t2ok0atUv6EUtPmhVlfG5c/b/hGUFxZZ+Y=
-SHA256 (mpfr-3.1.0/patch03) = 8JaEmw9dtDL3DwlF02ZkSUPxHrjJUYX95I8n+qwv9As=
-SIZE (mpfr-3.1.0/mpfr-3.1.0.tar.gz) = 1593567
-SIZE (mpfr-3.1.0/patch01) = 1935
-SIZE (mpfr-3.1.0/patch02) = 4502
-SIZE (mpfr-3.1.0/patch03) = 8260
+SHA256 (mpfr-3.1.5.tar.xz) = AV/egrOXn75fg1AZhtMoMxuo3fAIwf89o8I49JygYrw=
+SIZE (mpfr-3.1.5.tar.xz) = 1126668
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to