# HG changeset patch # User Christophe Lincoln # Date 1335402963 -7200 # Node ID 0893b8771990f1805668cc485814406e02a5bec7 # Parent c325d9f0ab7e3f6f94ef278d99950a4248e49194 Up: gcc (4.6.3) regression fixes diff -r c325d9f0ab7e -r 0893b8771990 gcc+gcj/receipt --- a/gcc+gcj/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/gcc+gcj/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -2,7 +2,7 @@ PACKAGE="gcc+gcj" SOURCE="gcc" -VERSION="4.5.2" +VERSION="4.6.3" CATEGORY="development" SHORT_DESC="The GNU Compiler Collection, including the gcj Compiler for Java." MAINTAINER="rcx@zoominternet.net" @@ -50,7 +50,7 @@ sed -i 's/install_to_$(INSTALL_DEST) //' \ $src/libiberty/Makefile.in || return 1 mkdir -p ../build && cd ../build - + PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') ../${src##*/}/configure --prefix=/usr --libexecdir=/usr/lib \ --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ diff -r c325d9f0ab7e -r 0893b8771990 gcc-lib-base/receipt --- a/gcc-lib-base/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/gcc-lib-base/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gcc-lib-base" -VERSION="4.6.2" +VERSION="4.6.3" CATEGORY="development" SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." WEB_SITE="http://gcc.gnu.org/" diff -r c325d9f0ab7e -r 0893b8771990 gcc/receipt --- a/gcc/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/gcc/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gcc" -VERSION="4.6.2" +VERSION="4.6.3" CATEGORY="development" SHORT_DESC="The the GNU Compiler Collection." MAINTAINER="pankso@slitaz.org" @@ -81,7 +81,7 @@ sed '/MULTILIB_OSDIRNAMES/d' -i $file done fi - + # GCC requires the GMP, MPFR and MPC packages. tazwok get-src mpfr --target=$PWD/mpfr || { report close-bloc; return 1; } tazwok get-src gmp --target=$PWD/gmp || { report close-bloc; return 1; } @@ -130,17 +130,17 @@ # the full SliTaz toolchain. [ "$2" == "--first-pass" ] && opt=$2 [ "$3" == "--first-pass" ] && opt=$3 - + # Use libiberty.a from binutils. sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in || return 1 - + case $ARCH in i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' \ gcc/Makefile.in ;; esac - + #sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in - + mkdir -p ../gcc-build && cd ../gcc-build # This is the default GCC and we want a native build to cross compile after. @@ -190,7 +190,7 @@ { mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr - + # Copy all libs. Remove libgcc_s.so and libstdc++.so they goes in # the gcc-lib-base package. cp -a $install/usr/lib $fs/usr @@ -201,13 +201,13 @@ # Include files. cp -a $install/usr/include $fs/usr - + # Gfortran goes in gfortran package. rm -f $fs/usr/bin/*gfortran rm -f $fs/usr/lib/libgfortran* rm -f $fs/usr/lib/gcc/*/$VERSION/libgfortran* rm -rf $fs/usr/lib/gcc/*/$VERSION/f* - + # Remove build directory. rm -rf $WOK/$PACKAGE/source/$PACKAGE-build rm -rf $WOK/$PACKAGE/$PACKAGE-build diff -r c325d9f0ab7e -r 0893b8771990 gfortran/receipt --- a/gfortran/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/gfortran/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gfortran" -VERSION="4.6.2" +VERSION="4.6.3" CATEGORY="development" SHORT_DESC="GCC fortran extension." WEB_SITE="http://gcc.gnu.org/" diff -r c325d9f0ab7e -r 0893b8771990 libgfortran/receipt --- a/libgfortran/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/libgfortran/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgfortran" -VERSION="4.6.2" +VERSION="4.6.3" CATEGORY="misc" SHORT_DESC="GCC fortran runtime." WEB_SITE="http://gcc.gnu.org/" diff -r c325d9f0ab7e -r 0893b8771990 libgomp/receipt --- a/libgomp/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/libgomp/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgomp" -VERSION="4.6.2" +VERSION="4.6.3" CATEGORY="development" SHORT_DESC="API specification for parallel programming." MAINTAINER="pascal.bellard@slitaz.org" diff -r c325d9f0ab7e -r 0893b8771990 libobjc/receipt --- a/libobjc/receipt Thu Apr 26 03:06:29 2012 +0200 +++ b/libobjc/receipt Thu Apr 26 03:16:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libobjc" -VERSION="4.6.2" +VERSION="4.6.3" CATEGORY="development" SHORT_DESC="API for gcc object" MAINTAINER="slaxemulator@gmail.com"