wok-next rev 20258

Up sdcc (3.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 18:11:46 2017 +0100 (2017-11-07)
parents 4744ab6d2481
children acc4d2d3ae5b
files pam_mount/receipt partimage-pam/receipt pingus/receipt sdcc/receipt
line diff
     1.1 --- a/pam_mount/receipt	Tue Nov 07 17:16:26 2017 +0100
     1.2 +++ b/pam_mount/receipt	Tue Nov 07 18:11:46 2017 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/pam-mount/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev openssl-dev libxml2-dev \
     1.7 -util-linux-mount-dev util-linux-blkid-dev util-linux-uuid-dev"
     1.8 +util-linux-mount-dev util-linux-blkid-dev util-linux-uuid-dev pcre-dev perl"
     1.9  DEPENDS="pam libcrypto libxml2 libhx zlib"
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/partimage-pam/receipt	Tue Nov 07 17:16:26 2017 +0100
     2.2 +++ b/partimage-pam/receipt	Tue Nov 07 18:11:46 2017 +0100
     2.3 @@ -13,7 +13,7 @@
     2.4  PROVIDE="partimage:pam"
     2.5  
     2.6  DEPENDS="newt bzip2 openssl slitaz-base-files zlib pam gcc-lib-base"
     2.7 -BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev pam pam-dev"
     2.8 +BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev pam pam-dev zlib-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/pingus/receipt	Tue Nov 07 17:16:26 2017 +0100
     3.2 +++ b/pingus/receipt	Tue Nov 07 18:11:46 2017 +0100
     3.3 @@ -17,12 +17,12 @@
     3.4  DEPENDS="libsdl libsdl-image libsdl-mixer libboost-signals gcc-lib-base"
     3.5  
     3.6  BUILD_DEPENDS="scons libsdl-dev libsdl-image-dev libsdl-mixer-dev libboost-dev \
     3.7 -libboost-signals"
     3.8 +libboost-signals libpng-dev"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12  {
    3.13 -	cd $src
    3.14 +	sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/screenshot.cpp
    3.15  	scons
    3.16  }
    3.17  
     4.1 --- a/sdcc/receipt	Tue Nov 07 17:16:26 2017 +0100
     4.2 +++ b/sdcc/receipt	Tue Nov 07 18:11:46 2017 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="sdcc"
     4.7 -VERSION="3.2.0"
     4.8 +VERSION="3.6.0"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Retargettable C compiler for 8051, Z80 and 68HC08."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -10,15 +10,15 @@
    4.13  WEB_SITE="http://sdcc.sourceforge.net/"
    4.14  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    4.15  TAGS="cross compiler C 8051 Z80 68HC08 assembler"
    4.16 +COOKOPTS="!strip"
    4.17  
    4.18 -BUILD_DEPENDS="flex libboost-dev libboost-graph gputils"
    4.19 +BUILD_DEPENDS="flex libboost-dev libboost-graph gputils texinfo"
    4.20  
    4.21  # Rules to configure and make the package.
    4.22  compile_rules()
    4.23  {
    4.24 -	cd $src
    4.25 -	sed -i 's/exec/[ "$1" == ":" ] || &/' device/lib/pic16/depcomp
    4.26 -	sed -i 's/ -u$//' device/lib/Makefile*
    4.27 +	#sed -i 's/exec/[ "$1" == ":" ] || &/' device/lib/pic16/depcomp
    4.28 +	#sed -i 's/ -u$//' device/lib/Makefile*
    4.29  
    4.30  	./configure --prefix=/usr --infodir=/usr/share/info \
    4.31  	--mandir=/usr/share/man \