From bb5902b6f41801a7fcc09f61827388894eee18b0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 26 Jul 2014 22:12:49 +0200 Subject: [PATCH] mpfr: Update to 3.2.1. --- config/rootfiles/common/mpfr | 7 ++++--- lfs/mpfr | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/mpfr b/config/rootfiles/common/mpfr index e4f33374bf..70b925b8a8 100644 --- a/config/rootfiles/common/mpfr +++ b/config/rootfiles/common/mpfr @@ -3,13 +3,13 @@ #usr/lib/libmpfr.a #usr/lib/libmpfr.la #usr/lib/libmpfr.so -usr/lib/libmpfr.so.1 -usr/lib/libmpfr.so.1.2.2 +usr/lib/libmpfr.so.4 +usr/lib/libmpfr.so.4.1.2 #usr/share/doc/mpfr #usr/share/doc/mpfr/AUTHORS #usr/share/doc/mpfr/BUGS #usr/share/doc/mpfr/COPYING -#usr/share/doc/mpfr/COPYING.LIB +#usr/share/doc/mpfr/COPYING.LESSER #usr/share/doc/mpfr/FAQ.html #usr/share/doc/mpfr/NEWS #usr/share/doc/mpfr/TODO @@ -18,4 +18,5 @@ usr/lib/libmpfr.so.1.2.2 #usr/share/doc/mpfr/examples/divworst.c #usr/share/doc/mpfr/examples/rndo-add.c #usr/share/doc/mpfr/examples/sample.c +#usr/share/doc/mpfr/examples/version.c #usr/share/info/mpfr.info diff --git a/lfs/mpfr b/lfs/mpfr index de5e006dc1..b4cfc6653f 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -24,10 +24,10 @@ include Config -VER = 2.4.2 +VER = 3.1.2 THISAPP = mpfr-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 89e59fe665e2b3ad44a6789f40b059a0 +$(DL_FILE)_MD5 = e3d203d188b8fe60bb6578dd3152e05c install : $(TARGET) @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \ --enable-thread-safe --disable-nls cd $(DIR_APP) && make $(MAKETUNING) -- 2.39.5