coreutils, gcc{,c++,objc,objc++}, mpfr, ppl: bumprev for gmp update.
--HG-- extra : convert_revision : 80acf8c61c267099edc7f749e787e2850eb2f77a
This commit is contained in:
parent
44f2918e68
commit
f6120f278f
9 changed files with 27 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'coreutils'
|
# Template file for 'coreutils'
|
||||||
pkgname=coreutils
|
pkgname=coreutils
|
||||||
version=8.4
|
version=8.4
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-install-program=hostname --bindir=/bin"
|
configure_args="--enable-install-program=hostname --bindir=/bin"
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC C++ support."
|
This package contains GCC C++ support."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
Add_dependency run ppl
|
Add_dependency run ppl
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC Objective-C++ support."
|
This package contains GCC Objective-C++ support."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
Add_dependency run ppl
|
Add_dependency run ppl
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC Objective-C support."
|
This package contains GCC Objective-C support."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
Add_dependency run ppl
|
Add_dependency run ppl
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gcc'
|
# Template build file for 'gcc'
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
version=4.4.3
|
version=4.4.3
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-clocale=gnu --disable-bootstrap
|
configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development: headers, static libs, etc."
|
This package contains files for development: headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run gmp-devel
|
Add_dependency run gmp-devel
|
||||||
Add_dependency run mpfr
|
Add_dependency run mpfr
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'mpfr'
|
# Template build file for 'mpfr'
|
||||||
pkgname=mpfr
|
pkgname=mpfr
|
||||||
version=2.4.2
|
version=2.4.2
|
||||||
|
revision=1
|
||||||
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version.tar.bz2"
|
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-thread-safe"
|
configure_args="--enable-thread-safe"
|
||||||
|
|
|
@ -5,8 +5,10 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run gmp-devel
|
||||||
Add_dependency run ppl
|
Add_dependency run ppl
|
||||||
revision=1
|
|
||||||
|
revision=2
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ppl'
|
# Template file for 'ppl'
|
||||||
pkgname=ppl
|
pkgname=ppl
|
||||||
version=0.10.2
|
version=0.10.2
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://www.cs.unipr.it/ppl/Download/ftp/releases/${version}/ppl-${version}.tar.gz"
|
distfiles="http://www.cs.unipr.it/ppl/Download/ftp/releases/${version}/ppl-${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-rpath --enable-interfaces=c,cxx
|
configure_args="--disable-rpath --enable-interfaces=c,cxx
|
||||||
|
@ -26,6 +26,14 @@ long_desc="
|
||||||
|
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
subpackages="ppl-devel"
|
subpackages="ppl-devel"
|
||||||
|
Add_dependency run libgcc
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libstdc++
|
Add_dependency run libstdc++
|
||||||
Add_dependency full gmp ">=4.3.1_1"
|
Add_dependency run gmp
|
||||||
|
Add_dependency build gmp-devel
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
# 5.0.1 compatibility
|
||||||
|
sed -i -e "s|__GMP_BITS_PER_MP_LIMB|GMP_LIMB_BITS|g" ${wrksrc}/configure
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue