# HG changeset patch # User Pascal Bellard # Date 1386445339 0 # Node ID 12d5d69437181c1ef62a35050c32a301c2465a2e # Parent 9e41e0f90e23ec589c7fb2d30c11e7b42e33742e autossh: update bdeps diff -r 9e41e0f90e23 -r 12d5d6943718 autossh/receipt --- a/autossh/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/autossh/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}$TARBALL" DEPENDS="openssh" -BUILD_DEPENDS="" +BUILD_DEPENDS="openssh" # Rules to configure and make the package. compile_rules() diff -r 9e41e0f90e23 -r 12d5d6943718 dkms/receipt --- a/dkms/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/dkms/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -10,6 +10,8 @@ WEB_SITE="http://linux.dell.com/dkms" WGET_URL="$WEB_SITE/permalink/$TARBALL" +BUILD_DEPENDS="gettext" + # Rules to configure and make the package. compile_rules() { diff -r 9e41e0f90e23 -r 12d5d6943718 gpxe/receipt --- a/gpxe/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/gpxe/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -24,7 +24,7 @@ done sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c - make EXTRA_CFLAGS="-fno-strict-aliasing" bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list + 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 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 9e41e0f90e23 -r 12d5d6943718 hubbub/receipt --- a/hubbub/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/hubbub/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -18,6 +18,7 @@ compile_rules() { cd $src + sed -i 's/-pedantic/-Wno-error=unused-but-set-variable &/' Makefile make install DESTDIR=$DESTDIR PREFIX=/usr && make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr } diff -r 9e41e0f90e23 -r 12d5d6943718 libedit/receipt --- a/libedit/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/libedit/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -12,6 +12,8 @@ WGET_URL="http://www.thrysoee.dk/editline/$TARBALL" TAGS="cli editor library" +BUILD_DEPENDS="gettext" + # Rules to configure and make the package. compile_rules() { diff -r 9e41e0f90e23 -r 12d5d6943718 pv/receipt --- a/pv/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/pv/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -6,11 +6,13 @@ SHORT_DESC="pipe viewer for monitoring data through a pipeline" MAINTAINER="allan316@gmail.com" LICENSE="Artistic" -DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ivarch.com/programs/pv.shtml" WGET_URL="http://pipeviewer.googlecode.com/files/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="gettext" + # Rules to configure and make the package. compile_rules() { diff -r 9e41e0f90e23 -r 12d5d6943718 tazlito/receipt --- a/tazlito/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/tazlito/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -13,6 +13,7 @@ TAGS="slitaz" DEPENDS="lzma cdrkit" +BUILD_DEPENDS="gettext" # Rules to configure and make the package. compile_rules() diff -r 9e41e0f90e23 -r 12d5d6943718 tazpanel/receipt --- a/tazpanel/receipt Sat Dec 07 15:01:36 2013 +0000 +++ b/tazpanel/receipt Sat Dec 07 19:42:19 2013 +0000 @@ -12,7 +12,7 @@ CONFIG_FILES="/etc/slitaz/tazpanel.conf /etc/slitaz/httpd.conf" DEPENDS="busybox tazinst-gui tazinst" -BUILD_DEPENDS="" +BUILD_DEPENDS="gettext" # Rules to configure and make the package. compile_rules()