Thu May 3 11:55:36 2012 UTC ()
Use the .tar.bz2 distfile to avoid the xzcat dependency and issues when
building this inside of gcc.


(hans)
diff -r1.20 -r1.21 pkgsrc/math/mpfr/Makefile
diff -r1.13 -r1.14 pkgsrc/math/mpfr/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/math/mpfr/Makefile (expand / switch to unified diff)

--- pkgsrc/math/mpfr/Makefile 2012/04/22 15:13:26 1.20
+++ pkgsrc/math/mpfr/Makefile 2012/05/03 11:55:36 1.21
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.20 2012/04/22 15:13:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2012/05/03 11:55:36 hans Exp $
2# 2#
3 3
4DISTNAME= mpfr-3.1.0 4DISTNAME= mpfr-3.1.0
5#PKGNAME= ${DISTNAME}.3 # append patch level 5#PKGNAME= ${DISTNAME}.3 # append patch level
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= http://www.mpfr.org/mpfr-3.1.0/ 7MASTER_SITES= http://www.mpfr.org/mpfr-3.1.0/
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.bz2
9 9
10#DIST_SUBDIR= ${DISTNAME} 10#DIST_SUBDIR= ${DISTNAME}
11#PATCH_SITES= ${MASTER_SITES} 11#PATCH_SITES= ${MASTER_SITES}
12#PATCHFILES= patch01 patch02 patch03 12#PATCHFILES= patch01 patch02 patch03
13#PATCH_DIST_STRIP= -p1 13#PATCH_DIST_STRIP= -p1
14 14
15MAINTAINER= rh@NetBSD.org 15MAINTAINER= rh@NetBSD.org
16HOMEPAGE= http://www.mpfr.org/ 16HOMEPAGE= http://www.mpfr.org/
17COMMENT= GMP-based library for multiple-precision floating-point computations 17COMMENT= GMP-based library for multiple-precision floating-point computations
18LICENSE= gnu-lgpl-v3 18LICENSE= gnu-lgpl-v3
19 19
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21 21

cvs diff -r1.13 -r1.14 pkgsrc/math/mpfr/distinfo (expand / switch to unified diff)

--- pkgsrc/math/mpfr/distinfo 2012/04/22 15:13:26 1.13
+++ pkgsrc/math/mpfr/distinfo 2012/05/03 11:55:36 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2012/04/22 15:13:26 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2012/05/03 11:55:36 hans Exp $
2 2
3SHA1 (mpfr-3.1.0.tar.xz) = fae7d5b1e607c9208f0076d6931ff44dc169e143 3SHA1 (mpfr-3.1.0.tar.bz2) = 9ba6dfe62dad298f0570daf182db31660f7f016c
4RMD160 (mpfr-3.1.0.tar.xz) = 21bf56fce66a0e3851da069806683061d290c7ab 4RMD160 (mpfr-3.1.0.tar.bz2) = e0b803880f38f28ac89cf286c41c3dfbc918e5da
5Size (mpfr-3.1.0.tar.xz) = 1083128 bytes 5Size (mpfr-3.1.0.tar.bz2) = 1203891 bytes