# HG changeset patch # User Pascal Bellard # Date 1574030569 -3600 # Node ID 937925ea7478e59d33e3bf7a9bd5c1edbc0463dc # Parent 951896e3e5b3604b8302d609dae0813e87ee0031 Up sdcc (3.9.0) diff -r 951896e3e5b3 -r 937925ea7478 clisp/receipt --- a/clisp/receipt Sun Nov 17 20:40:16 2019 +0100 +++ b/clisp/receipt Sun Nov 17 23:42:49 2019 +0100 @@ -10,7 +10,7 @@ WEB_SITE="http://clisp.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="readline ncurses" +DEPENDS="readline ncurses libffcall" BUILD_DEPENDS="readline-dev libsigsegv libffcall file" # Rules to configure and make the package. diff -r 951896e3e5b3 -r 937925ea7478 net-snmp/receipt --- a/net-snmp/receipt Sun Nov 17 20:40:16 2019 +0100 +++ b/net-snmp/receipt Sun Nov 17 23:42:49 2019 +0100 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --with-default-snmp-version="1" \ @@ -26,7 +25,7 @@ --with-logfile="/var/log/snmpd.log" \ --with-persistent-directory="/var/net-snmp" \ $CONFIGURE_ARGS && - make -j 1 && make DESTDIR=$DESTDIR install + make -j 1 && make -j 1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 951896e3e5b3 -r 937925ea7478 sdcc/receipt --- a/sdcc/receipt Sun Nov 17 20:40:16 2019 +0100 +++ b/sdcc/receipt Sun Nov 17 23:42:49 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sdcc" -VERSION="3.2.0" +VERSION="3.9.0" CATEGORY="development" SHORT_DESC="Retargettable C compiler for 8051, Z80 and 68HC08." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,15 +11,13 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" TAGS="cross compiler C 8051 Z80 68HC08 assembler" -BUILD_DEPENDS="flex libboost-graph-dev gputils" +DEPENDS="gcc83-lib-base" +BUILD_DEPENDS="flex libboost-graph-dev gputils gcc83" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's/exec/[ "$1" = ":" ] || &/' device/lib/pic16/depcomp - sed -i 's/ -u$//' device/lib/Makefile* - + export CC=gcc-83 CXX=g++-83 ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && @@ -32,4 +30,3 @@ { cp -a $install/usr $fs } -