wok rev 22396
Use gcc83
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:56:15 2019 +0100 (2019-12-06) |
parents | 29291d096ea1 |
children | 25c137ccddb2 |
files | audacity/receipt gpgme/receipt newsbeuter/receipt osm2pgrouting/receipt poedit/receipt sysstat/receipt zopfli/receipt |
line diff
1.1 --- a/audacity/receipt Thu Dec 05 16:11:57 2019 +0100 1.2 +++ b/audacity/receipt Fri Dec 06 20:56:15 2019 +0100 1.3 @@ -13,17 +13,17 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" 1.6 1.7 -DEPENDS="alsa-lib ffmpeg flac gcc49-lib-base imlib2 lame libatomic \ 1.8 +DEPENDS="alsa-lib ffmpeg flac gcc83-lib-base imlib2 lame libatomic \ 1.9 libid3tag libmad libsndfile libvorbis wxWidgets xorg-libXxf86vm" 1.10 BUILD_DEPENDS="alsa-lib-dev bash cmake expat-dev ffmpeg-dev flac-dev \ 1.11 - gcc49 lame-dev libatomic libmad-dev libsndfile-dev libtool \ 1.12 + gcc83 lame-dev libatomic libmad-dev libsndfile-dev libtool \ 1.13 libvorbis-dev portaudio-dev wxWidgets-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - export CC=gcc-49 1.19 - export CXX=g++-49 1.20 + export CC=gcc-83 1.21 + export CXX=g++-83 1.22 export SHELL=/bin/bash 1.23 export CONFIG_SHELL=/bin/bash 1.24 export LDFLAGS="$LDFLAGS -l:libatomic.so.1"
2.1 --- a/gpgme/receipt Thu Dec 05 16:11:57 2019 +0100 2.2 +++ b/gpgme/receipt Fri Dec 06 20:56:15 2019 +0100 2.3 @@ -10,8 +10,8 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL" 2.6 2.7 -DEPENDS="libassuan gnupg" 2.8 -BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg gcc63 gcc63-lib-base" 2.9 +DEPENDS="libassuan gnupg gcc83-lib-base" 2.10 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg gcc83 gcc83-lib-base" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 @@ -19,7 +19,7 @@ 2.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 2.16 echo "95b1fc427871ca8d30d6d3b1985c816fe0b5077b $SRC/$TARBALL" | sha1sum -c || exit 1 2.17 2.18 - export CC=gcc-63 CXX=g++-63 2.19 + export CC=gcc-83 CXX=g++-83 2.20 ./configure $CONFIGURE_ARGS && make && make install 2.21 } 2.22
3.1 --- a/newsbeuter/receipt Thu Dec 05 16:11:57 2019 +0100 3.2 +++ b/newsbeuter/receipt Fri Dec 06 20:56:15 2019 +0100 3.3 @@ -10,17 +10,17 @@ 3.4 WEB_SITE="https://newsbeuter.org/" 3.5 WGET_URL="${WEB_SITE}downloads/$TARBALL" 3.6 3.7 -DEPENDS="gcc49-lib-base libxml2 libjson-c curl sqlite stfl" 3.8 +DEPENDS="gcc83-lib-base libxml2 libjson-c curl sqlite stfl" 3.9 BUILD_DEPENDS="pkg-config gettext libxml2-dev libjson-c-dev curl-dev \ 3.10 -sqlite-dev stfl-dev ncursesw-dev gcc49" 3.11 +sqlite-dev stfl-dev ncursesw-dev gcc83" 3.12 3.13 # Rules to configure and make the package. 3.14 compile_rules() 3.15 { 3.16 sed -i 's|is_error(\([^)]*\))|\1 == nullptr|' src/*.cpp 3.17 sed -i 's|/usr/local|/usr|;s|^include config.mk|-&|' Makefile 3.18 - export LD_LIBRARY_PATH="/usr/libgcc49:$LD_LIBRARY_PATH" 3.19 - make CC=gcc-49 CXX=g++-49 && 3.20 + export LD_LIBRARY_PATH="/usr/libgcc83:$LD_LIBRARY_PATH" 3.21 + make CC=gcc-83 CXX=g++-83 && 3.22 make DESTDIR=$DESTDIR install 3.23 } 3.24
4.1 --- a/osm2pgrouting/receipt Thu Dec 05 16:11:57 2019 +0100 4.2 +++ b/osm2pgrouting/receipt Fri Dec 06 20:56:15 2019 +0100 4.3 @@ -11,14 +11,14 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 4.6 4.7 -DEPENDS="expat gcc49-lib-base libboost-program-options libpostgresqlclient" 4.8 -BUILD_DEPENDS="cmake expat-dev gcc49 libpqxx libboost-program-options-dev \ 4.9 +DEPENDS="expat gcc83-lib-base libboost-program-options libpostgresqlclient" 4.10 +BUILD_DEPENDS="cmake expat-dev gcc83 libpqxx libboost-program-options-dev \ 4.11 pgrouting postgis postgresql-dev" 4.12 4.13 # Rules to configure and make the package. 4.14 compile_rules() 4.15 { 4.16 - export CXX=g++-49 4.17 + export CXX=g++-83 4.18 4.19 cmake -DCMAKE_INSTALL_PREFIX=/usr -H. -Bbuild 4.20 cd build/
5.1 --- a/poedit/receipt Thu Dec 05 16:11:57 2019 +0100 5.2 +++ b/poedit/receipt Fri Dec 06 20:56:15 2019 +0100 5.3 @@ -10,9 +10,9 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.5 WGET_URL="https://github.com/vslavik/$PACKAGE/archive/v$VERSION-oss.tar.gz" 5.6 5.7 -DEPENDS="wxWidgets lucene++ gtkspell gcc49-lib-base gettext-tools" 5.8 +DEPENDS="wxWidgets lucene++ gtkspell gcc83-lib-base gettext-tools" 5.9 BUILD_DEPENDS="automake gettext asciidoc libxslt xmlto util-linux-getopt \ 5.10 -docbook-xsl gcc49 wxWidgets-dev icu-dev gtkspell-dev \ 5.11 +docbook-xsl gcc83 wxWidgets-dev icu-dev gtkspell-dev \ 5.12 lucene++-dev db-dev libdb libdb-cxx expat-dev" 5.13 SUGGESTED="aspell" 5.14 5.15 @@ -20,7 +20,7 @@ 5.16 compile_rules() 5.17 { 5.18 sed -i 's/Env(0)/Env(0u)/;s/env2(0)/env2(0u)/' src/tm/dump_legacy_tm.cpp 5.19 - export CXX=/usr/bin/i486-slitaz-linux-g++-49 5.20 + export CXX=/usr/bin/i486-slitaz-linux-g++-83 5.21 #export CXXFLAGS="$CFLAGS -std=gnu++11" 5.22 ./bootstrap && 5.23 ./configure \
6.1 --- a/sysstat/receipt Thu Dec 05 16:11:57 2019 +0100 6.2 +++ b/sysstat/receipt Fri Dec 06 20:56:15 2019 +0100 6.3 @@ -11,14 +11,14 @@ 6.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.5 WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL" 6.6 6.7 -DEPENDS="gcc63-lib-base" 6.8 -BUILD_DEPENDS="gettext bzip2 gcc63" 6.9 +DEPENDS="gcc83-lib-base" 6.10 +BUILD_DEPENDS="gettext bzip2 gcc83" 6.11 6.12 # Rules to configure and make the package. 6.13 compile_rules() 6.14 { 6.15 sed -i 's|(uname -m)|(echo i686)|' configure 6.16 - export CC=gcc-63 CXX=g++-63 6.17 + export CC=gcc-83 CXX=g++-83 6.18 6.19 ./configure $CONFIGURE_ARGS && 6.20 make &&
7.1 --- a/zopfli/receipt Thu Dec 05 16:11:57 2019 +0100 7.2 +++ b/zopfli/receipt Fri Dec 06 20:56:15 2019 +0100 7.3 @@ -11,13 +11,13 @@ 7.4 WGET_URL="$WEB_SITE/archive/$TARBALL" 7.5 TAGS="compression" 7.6 7.7 -DEPENDS="gcc63-lib-base" 7.8 -BUILD_DEPENDS="gcc63" 7.9 +DEPENDS="gcc83-lib-base" 7.10 +BUILD_DEPENDS="gcc83" 7.11 7.12 # Rules to configure and make the package. 7.13 compile_rules() 7.14 { 7.15 - make CC=gcc-63 CXX=g++-63 zopflipng zopfli libzopfli 7.16 + make CC=gcc-83 CXX=g++-83 zopflipng zopfli libzopfli 7.17 } 7.18 7.19 # Rules to gen a SliTaz package suitable for Tazpkg.