wok rev 15613

autossh: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 07 19:42:19 2013 +0000 (2013-12-07)
parents 9e41e0f90e23
children eb7ee081259f
files autossh/receipt dkms/receipt gpxe/receipt hubbub/receipt libedit/receipt pv/receipt tazlito/receipt tazpanel/receipt
line diff
     1.1 --- a/autossh/receipt	Sat Dec 07 15:01:36 2013 +0000
     1.2 +++ b/autossh/receipt	Sat Dec 07 19:42:19 2013 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="${WEB_SITE}$TARBALL"
     1.5  
     1.6  DEPENDS="openssh"
     1.7 -BUILD_DEPENDS=""
     1.8 +BUILD_DEPENDS="openssh"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/dkms/receipt	Sat Dec 07 15:01:36 2013 +0000
     2.2 +++ b/dkms/receipt	Sat Dec 07 19:42:19 2013 +0000
     2.3 @@ -10,6 +10,8 @@
     2.4  WEB_SITE="http://linux.dell.com/dkms"
     2.5  WGET_URL="$WEB_SITE/permalink/$TARBALL"
     2.6  
     2.7 +BUILD_DEPENDS="gettext"
     2.8 +
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
    2.11  {
     3.1 --- a/gpxe/receipt	Sat Dec 07 15:01:36 2013 +0000
     3.2 +++ b/gpxe/receipt	Sat Dec 07 19:42:19 2013 +0000
     3.3 @@ -24,7 +24,7 @@
     3.4  	done
     3.5  	sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c
     3.6  	sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c
     3.7 -	make EXTRA_CFLAGS="-fno-strict-aliasing"  bin/gpxe.lkrn bin/undionly.kpxe  2>&1 | grep -v housekeeping: | grep -v blib.list
     3.8 +	make EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable"  bin/gpxe.lkrn bin/undionly.kpxe  2>&1 | grep -v housekeeping: | grep -v blib.list
     3.9  }
    3.10  
    3.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/hubbub/receipt	Sat Dec 07 15:01:36 2013 +0000
     4.2 +++ b/hubbub/receipt	Sat Dec 07 19:42:19 2013 +0000
     4.3 @@ -18,6 +18,7 @@
     4.4  compile_rules()
     4.5  {
     4.6  	cd $src
     4.7 +	sed -i 's/-pedantic/-Wno-error=unused-but-set-variable &/' Makefile
     4.8  	make install DESTDIR=$DESTDIR PREFIX=/usr &&
     4.9  	make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr
    4.10  }
     5.1 --- a/libedit/receipt	Sat Dec 07 15:01:36 2013 +0000
     5.2 +++ b/libedit/receipt	Sat Dec 07 19:42:19 2013 +0000
     5.3 @@ -12,6 +12,8 @@
     5.4  WGET_URL="http://www.thrysoee.dk/editline/$TARBALL"
     5.5  TAGS="cli editor library"
     5.6  
     5.7 +BUILD_DEPENDS="gettext"
     5.8 +
     5.9  # Rules to configure and make the package.
    5.10  compile_rules()
    5.11  {
     6.1 --- a/pv/receipt	Sat Dec 07 15:01:36 2013 +0000
     6.2 +++ b/pv/receipt	Sat Dec 07 19:42:19 2013 +0000
     6.3 @@ -6,11 +6,13 @@
     6.4  SHORT_DESC="pipe viewer for monitoring data through a pipeline"
     6.5  MAINTAINER="allan316@gmail.com"
     6.6  LICENSE="Artistic"
     6.7 -DEPENDS=""
     6.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.9  WEB_SITE="http://www.ivarch.com/programs/pv.shtml"
    6.10  WGET_URL="http://pipeviewer.googlecode.com/files/$TARBALL"
    6.11  
    6.12 +DEPENDS=""
    6.13 +BUILD_DEPENDS="gettext"
    6.14 +
    6.15  # Rules to configure and make the package.
    6.16  compile_rules()
    6.17  {
     7.1 --- a/tazlito/receipt	Sat Dec 07 15:01:36 2013 +0000
     7.2 +++ b/tazlito/receipt	Sat Dec 07 19:42:19 2013 +0000
     7.3 @@ -13,6 +13,7 @@
     7.4  TAGS="slitaz"
     7.5  
     7.6  DEPENDS="lzma cdrkit"
     7.7 +BUILD_DEPENDS="gettext"
     7.8  
     7.9  # Rules to configure and make the package.
    7.10  compile_rules()
     8.1 --- a/tazpanel/receipt	Sat Dec 07 15:01:36 2013 +0000
     8.2 +++ b/tazpanel/receipt	Sat Dec 07 19:42:19 2013 +0000
     8.3 @@ -12,7 +12,7 @@
     8.4  CONFIG_FILES="/etc/slitaz/tazpanel.conf /etc/slitaz/httpd.conf"
     8.5  
     8.6  DEPENDS="busybox tazinst-gui tazinst"
     8.7 -BUILD_DEPENDS=""
     8.8 +BUILD_DEPENDS="gettext"
     8.9  
    8.10  # Rules to configure and make the package.
    8.11  compile_rules()