wok rev 22346

Up sdcc (3.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 23:42:49 2019 +0100 (2019-11-17)
parents 951896e3e5b3
children 8ccb9346661c
files clisp/receipt net-snmp/receipt sdcc/receipt
line diff
     1.1 --- a/clisp/receipt	Sun Nov 17 20:40:16 2019 +0100
     1.2 +++ b/clisp/receipt	Sun Nov 17 23:42:49 2019 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://clisp.sourceforge.net/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="readline ncurses"
     1.8 +DEPENDS="readline ncurses libffcall"
     1.9  BUILD_DEPENDS="readline-dev libsigsegv libffcall file"
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/net-snmp/receipt	Sun Nov 17 20:40:16 2019 +0100
     2.2 +++ b/net-snmp/receipt	Sun Nov 17 23:42:49 2019 +0100
     2.3 @@ -17,7 +17,6 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src
     2.8  	./configure \
     2.9  		--prefix=/usr \
    2.10  		--with-default-snmp-version="1" \
    2.11 @@ -26,7 +25,7 @@
    2.12  		--with-logfile="/var/log/snmpd.log" \
    2.13  		--with-persistent-directory="/var/net-snmp" \
    2.14  		$CONFIGURE_ARGS &&
    2.15 -	make -j 1 && make DESTDIR=$DESTDIR install
    2.16 +	make -j 1 && make -j 1 DESTDIR=$DESTDIR install
    2.17  }
    2.18  
    2.19  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/sdcc/receipt	Sun Nov 17 20:40:16 2019 +0100
     3.2 +++ b/sdcc/receipt	Sun Nov 17 23:42:49 2019 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="sdcc"
     3.7 -VERSION="3.2.0"
     3.8 +VERSION="3.9.0"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Retargettable C compiler for 8051, Z80 and 68HC08."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -11,15 +11,13 @@
    3.13  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    3.14  TAGS="cross compiler C 8051 Z80 68HC08 assembler"
    3.15  
    3.16 -BUILD_DEPENDS="flex libboost-graph-dev gputils"
    3.17 +DEPENDS="gcc83-lib-base"
    3.18 +BUILD_DEPENDS="flex libboost-graph-dev gputils gcc83"
    3.19  
    3.20  # Rules to configure and make the package.
    3.21  compile_rules()
    3.22  {
    3.23 -	cd $src
    3.24 -	sed -i 's/exec/[ "$1" = ":" ] || &/' device/lib/pic16/depcomp
    3.25 -	sed -i 's/ -u$//' device/lib/Makefile*
    3.26 -
    3.27 +	export CC=gcc-83 CXX=g++-83
    3.28  	./configure --prefix=/usr --infodir=/usr/share/info \
    3.29  	--mandir=/usr/share/man \
    3.30  	$CONFIGURE_ARGS &&
    3.31 @@ -32,4 +30,3 @@
    3.32  {
    3.33  	cp -a $install/usr $fs
    3.34  }
    3.35 -