From: Victor Martinez Date: Wed, 9 May 2012 09:11:32 +0000 (+0200) Subject: libmpfr: deleted and kept upstream version 3.1.0-p10 which should fix p9 problems X-Git-Url: http://gitweb/?a=commitdiff_plain;h=f66bfe12e52071e05037fbbed2ae8e09966c0481;p=ports%2Fcore-arm.git libmpfr: deleted and kept upstream version 3.1.0-p10 which should fix p9 problems --- diff --git a/libmpfr/.footprint b/libmpfr/.footprint deleted file mode 100644 index 59ca145..0000000 --- a/libmpfr/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/mpf2mpfr.h --rw-r--r-- root/root usr/include/mpfr.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmpfr.a --rwxr-xr-x root/root usr/lib/libmpfr.la -lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.4.1.0 -lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.1.0 --rwxr-xr-x root/root usr/lib/libmpfr.so.4.1.0 diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum deleted file mode 100644 index 51195de..0000000 --- a/libmpfr/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -eff9a969a063d7136a68ebbe8e36ba4f libmpfr-3.1.0-p8.patch.gz -6e495841bb026481567006cec0f821c3 mpfr-3.1.0.tar.xz diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile deleted file mode 100644 index 8edea5c..0000000 --- a/libmpfr/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: C library for multiple-precision floating-point computations with correct rounding -# URL: http://www.mpfr.org/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: libgmp - -name=libmpfr -version=3.1.0-p8 -release=1 -source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz - $name-$version.patch.gz) - -build() { - cd mpfr-${version%-*} - gunzip -c $SRC/$name-$version.patch.gz | patch -p1 - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share -} diff --git a/libmpfr/libmpfr-3.1.0-p8.patch.gz b/libmpfr/libmpfr-3.1.0-p8.patch.gz deleted file mode 100644 index 8260f1c..0000000 Binary files a/libmpfr/libmpfr-3.1.0-p8.patch.gz and /dev/null differ