wok rev 12541

Up: gcc (4.6.3) regression fixes
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 03:16:03 2012 +0200 (2012-04-26)
parents c325d9f0ab7e
children c73e6b9ec83a
files gcc+gcj/receipt gcc-lib-base/receipt gcc/receipt gfortran/receipt libgfortran/receipt libgomp/receipt libobjc/receipt
line diff
     1.1 --- a/gcc+gcj/receipt	Thu Apr 26 03:06:29 2012 +0200
     1.2 +++ b/gcc+gcj/receipt	Thu Apr 26 03:16:03 2012 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="gcc+gcj"
     1.6  SOURCE="gcc"
     1.7 -VERSION="4.5.2"
     1.8 +VERSION="4.6.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Compiler Collection, including the gcj Compiler for Java."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -50,7 +50,7 @@
    1.13  	sed -i 's/install_to_$(INSTALL_DEST) //' \
    1.14  		$src/libiberty/Makefile.in || return 1
    1.15      mkdir -p ../build && cd ../build
    1.16 -	
    1.17 +
    1.18      PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.19      ../${src##*/}/configure --prefix=/usr --libexecdir=/usr/lib \
    1.20  		--infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \
     2.1 --- a/gcc-lib-base/receipt	Thu Apr 26 03:06:29 2012 +0200
     2.2 +++ b/gcc-lib-base/receipt	Thu Apr 26 03:16:03 2012 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gcc-lib-base"
     2.7 -VERSION="4.6.2"
     2.8 +VERSION="4.6.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="GCC base libraries, libgcc_s and libstdc++."
    2.11  WEB_SITE="http://gcc.gnu.org/"
     3.1 --- a/gcc/receipt	Thu Apr 26 03:06:29 2012 +0200
     3.2 +++ b/gcc/receipt	Thu Apr 26 03:16:03 2012 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gcc"
     3.7 -VERSION="4.6.2"
     3.8 +VERSION="4.6.3"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="The the GNU Compiler Collection."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -81,7 +81,7 @@
    3.13  			sed '/MULTILIB_OSDIRNAMES/d' -i $file
    3.14  		done
    3.15  	fi
    3.16 -	
    3.17 +
    3.18  	# GCC requires the GMP, MPFR and MPC packages.
    3.19  	tazwok get-src mpfr --target=$PWD/mpfr || { report close-bloc; return 1; }
    3.20  	tazwok get-src gmp --target=$PWD/gmp || { report close-bloc; return 1; }
    3.21 @@ -130,17 +130,17 @@
    3.22  	# the full SliTaz toolchain.
    3.23  	[ "$2" == "--first-pass" ] && opt=$2
    3.24  	[ "$3" == "--first-pass" ] && opt=$3
    3.25 -	
    3.26 +
    3.27  	# Use libiberty.a from binutils.
    3.28  	sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in || return 1
    3.29 -	
    3.30 +
    3.31  	case $ARCH in
    3.32  		i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' \
    3.33  			gcc/Makefile.in ;;
    3.34  	esac
    3.35 -	
    3.36 +
    3.37  	#sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
    3.38 -	
    3.39 +
    3.40  	mkdir -p ../gcc-build && cd ../gcc-build
    3.41  
    3.42  	# This is the default GCC and we want a native build to cross compile after.
    3.43 @@ -190,7 +190,7 @@
    3.44  {
    3.45  	mkdir -p  $fs/usr/share
    3.46  	cp -a $install/usr/bin $fs/usr
    3.47 -	
    3.48 +
    3.49  	# Copy all libs. Remove libgcc_s.so and libstdc++.so they goes in
    3.50  	# the gcc-lib-base package.
    3.51  	cp -a $install/usr/lib $fs/usr
    3.52 @@ -201,13 +201,13 @@
    3.53  
    3.54  	# Include files.
    3.55  	cp -a $install/usr/include $fs/usr
    3.56 -	
    3.57 +
    3.58  	# Gfortran goes in gfortran package.
    3.59  	rm -f $fs/usr/bin/*gfortran
    3.60  	rm -f $fs/usr/lib/libgfortran*
    3.61  	rm -f $fs/usr/lib/gcc/*/$VERSION/libgfortran*
    3.62  	rm -rf $fs/usr/lib/gcc/*/$VERSION/f*
    3.63 -	
    3.64 +
    3.65  	# Remove build directory.
    3.66  	rm -rf $WOK/$PACKAGE/source/$PACKAGE-build
    3.67  	rm -rf $WOK/$PACKAGE/$PACKAGE-build
     4.1 --- a/gfortran/receipt	Thu Apr 26 03:06:29 2012 +0200
     4.2 +++ b/gfortran/receipt	Thu Apr 26 03:16:03 2012 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="gfortran"
     4.7 -VERSION="4.6.2"
     4.8 +VERSION="4.6.3"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="GCC fortran extension."
    4.11  WEB_SITE="http://gcc.gnu.org/"
     5.1 --- a/libgfortran/receipt	Thu Apr 26 03:06:29 2012 +0200
     5.2 +++ b/libgfortran/receipt	Thu Apr 26 03:16:03 2012 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="libgfortran"
     5.7 -VERSION="4.6.2"
     5.8 +VERSION="4.6.3"
     5.9  CATEGORY="misc"
    5.10  SHORT_DESC="GCC fortran runtime."
    5.11  WEB_SITE="http://gcc.gnu.org/"
     6.1 --- a/libgomp/receipt	Thu Apr 26 03:06:29 2012 +0200
     6.2 +++ b/libgomp/receipt	Thu Apr 26 03:16:03 2012 +0200
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="libgomp"
     6.7 -VERSION="4.6.2"
     6.8 +VERSION="4.6.3"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="API specification for parallel programming."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
     7.1 --- a/libobjc/receipt	Thu Apr 26 03:06:29 2012 +0200
     7.2 +++ b/libobjc/receipt	Thu Apr 26 03:16:03 2012 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="libobjc"
     7.7 -VERSION="4.6.2"
     7.8 +VERSION="4.6.3"
     7.9  CATEGORY="development"
    7.10  SHORT_DESC="API for gcc object"
    7.11  MAINTAINER="slaxemulator@gmail.com"